commit | cc9278ed5e992122a654a3f762561ee5e013810f | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Fri Feb 10 17:25:47 2006 +0900 |
committer | Jeff Garzik <jgarzik@pobox.com> | Fri Feb 10 07:04:31 2006 -0500 |
tree | 9a089a52a4afefd09fcc49cd9490acee2aa1289a | |
parent | f63790201521ccadb63673ff121dac46ab300cf0 [diff] |
[PATCH] ahci: separate out ahci_fill_cmd_slot() Separate out ahci_fill_cmd_slot() from ahci_qc_prep(). ahci_fill_cmd_slot() can later be used to issue non-standard commands. (e.g. softreset) Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jgarzik@pobox.com>