Commit 15d7e480 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] Disable IDE Tagged Command Queueing

It's not ready for prime time yet, so hide it until the additional work has
been done.
parent fb823ed3
...@@ -428,9 +428,10 @@ config BLK_DEV_IDEDMA_PCI ...@@ -428,9 +428,10 @@ config BLK_DEV_IDEDMA_PCI
if BLK_DEV_IDEDMA_PCI if BLK_DEV_IDEDMA_PCI
# TCQ is disabled for now
config BLK_DEV_IDE_TCQ config BLK_DEV_IDE_TCQ
bool "ATA tagged command queueing (EXPERIMENTAL)" bool "ATA tagged command queueing (EXPERIMENTAL)"
depends on EXPERIMENTAL depends on EXPERIMENTAL && n
help help
Support for tagged command queueing on ATA disk drives. This enables Support for tagged command queueing on ATA disk drives. This enables
the IDE layer to have multiple in-flight requests on hardware that the IDE layer to have multiple in-flight requests on hardware that
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment