[PATCH] sata_sil24: implement NCQ support
commitaee10a03eb3e240bfd1a6f91e06ce82df47c5c58
authorTejun Heo <htejun@gmail.com>
Mon, 15 May 2006 12:03:56 +0000 (15 21:03 +0900)
committerTejun Heo <htejun@gmail.com>
Mon, 15 May 2006 12:03:56 +0000 (15 21:03 +0900)
tree103a12557c6dc042bc555781ce8eece045fccae2
parent12fad3f965830d71f6454f02b2af002a64cec4d3
[PATCH] sata_sil24: implement NCQ support

Implement NCQ support.  Sil24 has 31 command slots and all of them are
used for NCQ command queueing.  libata guarantees that no other
command is in progress when it issues an internal command, so always
use tag 0 for internal commands.

Signed-off-by: Tejun Heo <htejun@gmail.com>
drivers/scsi/sata_sil24.c