]> git.karo-electronics.de Git - mv-sheeva.git/commit
[PATCH] ahci: separate out ahci_fill_cmd_slot()
authorTejun Heo <htejun@gmail.com>
Fri, 10 Feb 2006 08:25:47 +0000 (17:25 +0900)
committerJeff Garzik <jgarzik@pobox.com>
Fri, 10 Feb 2006 12:04:31 +0000 (07:04 -0500)
commitcc9278ed5e992122a654a3f762561ee5e013810f
tree9a089a52a4afefd09fcc49cd9490acee2aa1289a
parentf63790201521ccadb63673ff121dac46ab300cf0
[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>
drivers/scsi/ahci.c