
NAME
ata_pio_complete - check if drive is busy or idle
SYNOPSIS
int ata_pio_complete (struct ata_port * ap);
ARGUMENTS
ap the target ata_port
LOCKING
None. (executing in kernel thread context)
RETURNS
Non-zero if qc completed, zero otherwise.
AUTHOR
Jeff Garzik.