void ata_exec (struct ata_port * ap, struct ata_taskfile * tf);
void ata_exec
port to which command is being issued
ATA taskfile register set
Issues PIO write to ATA command register, with proper synchronization with interrupt handler / other threads.
Obtains host_set lock.