User friendly display of error info
void ata_dump_status(unsigned id, struct ata_taskfile * tf);
id
id of the port in question
tf
ptr to filled out taskfile
Decode and dump the ATA error/status registers for the user so that they have some idea what really happened at the non make-believe layer.
inherited from caller
Jeff Garzik
Author.