It's not ready for prime time yet, so hide it until the additional work has
been done.



 drivers/ide/Kconfig |   25 +++++++++++++------------
 1 files changed, 13 insertions(+), 12 deletions(-)

diff -puN drivers/ide/Kconfig~disable-ide-tcq drivers/ide/Kconfig
--- 25/drivers/ide/Kconfig~disable-ide-tcq	2003-10-30 14:56:17.000000000 -0800
+++ 25-akpm/drivers/ide/Kconfig	2003-10-30 14:56:17.000000000 -0800
@@ -429,18 +429,19 @@ config BLK_DEV_IDEDMA_PCI
 if BLK_DEV_IDEDMA_PCI
 
 config BLK_DEV_IDE_TCQ
-	bool "ATA tagged command queueing (EXPERIMENTAL)"
-	depends on EXPERIMENTAL
-	help
-	  Support for tagged command queueing on ATA disk drives. This enables
-	  the IDE layer to have multiple in-flight requests on hardware that
-	  supports it. For now this includes the IBM Deskstar series drives,
-	  such as the 22GXP, 75GXP, 40GV, 60GXP, and 120GXP (ie any Deskstar made
-	  in the last couple of years), and at least some of the Western
-	  Digital drives in the Expert series (by nature of really being IBM
-	  drives).
-
-	  If you have such a drive, say Y here.
+	def_bool n
+#	bool "ATA tagged command queueing (EXPERIMENTAL)"
+#	depends on EXPERIMENTAL
+#	help
+#	  Support for tagged command queueing on ATA disk drives. This enables
+#	  the IDE layer to have multiple in-flight requests on hardware that
+#	  supports it. For now this includes the IBM Deskstar series drives,
+#	  such as the 22GXP, 75GXP, 40GV, 60GXP, and 120GXP (ie any Deskstar made
+#	  in the last couple of years), and at least some of the Western
+#	  Digital drives in the Expert series (by nature of really being IBM
+#	  drives).
+#
+#	  If you have such a drive, say Y here.
 
 config BLK_DEV_IDE_TCQ_DEFAULT
 	bool "TCQ on by default"

_