commit | aee10a03eb3e240bfd1a6f91e06ce82df47c5c58 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Mon May 15 21:03:56 2006 +0900 |
committer | Tejun Heo <htejun@gmail.com> | Mon May 15 21:03:56 2006 +0900 |
tree | 103a12557c6dc042bc555781ce8eece045fccae2 | |
parent | 12fad3f965830d71f6454f02b2af002a64cec4d3 [diff] |
[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>