diff options
| author | Andrew Morton <akpm@osdl.org> | 2003-11-09 15:18:09 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.osdl.org> | 2003-11-09 15:18:09 -0800 |
| commit | 15d7e4801f14887e388268209b9e46366f7a45ef (patch) | |
| tree | 7c3bbe9d017d73136c56efe0537804ad39a92c57 | |
| parent | fb823ed335807a9a4105bda185fd99976b332f7f (diff) | |
[PATCH] Disable IDE Tagged Command Queueing
It's not ready for prime time yet, so hide it until the additional work has
been done.
| -rw-r--r-- | drivers/ide/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/ide/Kconfig b/drivers/ide/Kconfig index 2388aedde657..3d9e7417f2c9 100644 --- a/drivers/ide/Kconfig +++ b/drivers/ide/Kconfig @@ -428,9 +428,10 @@ config BLK_DEV_IDEDMA_PCI if BLK_DEV_IDEDMA_PCI +# TCQ is disabled for now config BLK_DEV_IDE_TCQ bool "ATA tagged command queueing (EXPERIMENTAL)" - depends on EXPERIMENTAL + depends on EXPERIMENTAL && n help Support for tagged command queueing on ATA disk drives. This enables the IDE layer to have multiple in-flight requests on hardware that |
