Convert ata taskfile to sata fis structure
void ata_tf_to_fis(const struct ata_taskfile * tf, u8 pmp, int is_cmd, u8 * fis);
tf
Taskfile to convert
pmp
Port multiplier port
is_cmd
This FIS is for command
fis
Buffer into which data will output
Converts a standard ATA taskfile to a Serial ATA FIS structure (Register - Host to Device).
Inherited from caller.
Jeff Garzik
Author.