ata_pio_sectors(9)
NAME
ata_pio_sectors - Transfer one or many 512-byte sectors.
SYNOPSIS
void ata_pio_sectors(struct ata_queued_cmd * qc);
ARGUMENTS
- qc
- Command on going
DESCRIPTION
- Transfer one or many ATA_SECT_SIZE of data from/to the ATA
- device for the DRQ request.
LOCKING
Inherited from caller.
AUTHOR
- Jeff Garzik
- Author.