Convert sata fis to ata taskfile
void ata_tf_from_fis(const u8 * fis, struct ata_taskfile * tf);
fis
Buffer from which data will be input
tf
Taskfile to output
Converts a serial ATA FIS structure to a standard ATA taskfile.
Inherited from caller.
Jeff Garzik
Author.