Return the non iordy mask
u32 ata_pio_mask_no_iordy(const struct ata_device * adev);
adev
ATA device
Compute the highest mode possible if we are not using iordy. Return -1 if no iordy mode is available.
Jeff Garzik
Author.