commit | 9977126c4b65c1396b665f7a0eeb8c7dede336f9 | [log] [tgz] |
---|---|---|
author | Tejun Heo <htejun@gmail.com> | Mon Jul 16 14:29:38 2007 +0900 |
committer | Jeff Garzik <jeff@garzik.org> | Fri Jul 20 08:02:10 2007 -0400 |
tree | 91901f1356a57ba311bc5c95c4825504642f7d04 | |
parent | fe36cb53cfd82f3c0796a0826e1c9caf198c8f97 [diff] |
libata: add @is_cmd to ata_tf_to_fis() Add @is_cmd to ata_tf_to_fis(). This controls bit 7 of the second byte which tells the device whether this H2D FIS is for a command or not. This cleans up ahci a bit and will be used by PMP. Signed-off-by: Tejun Heo <htejun@gmail.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>