Name

ata_pio_sector — Transfer ATA_SECT_SIZE (512 bytes) of data.

Synopsis

void ata_pio_sector (struct ata_queued_cmd * qc);

Arguments

qc

Command on going

Description

Transfer ATA_SECT_SIZE of data from/to the ATA device.

LOCKING

Inherited from caller.