
NAME
ata_acpi_get_timing - get the channel (controller) timings
SYNOPSIS
void ata_acpi_get_timing (struct ata_port * ap);
ARGUMENTS
ap target ata_port (channel)
DESCRIPTION
For PATA ACPI, this function executes the _GTM ACPI method for the
target channel.
_GTM only applies to ATA controllers in PATA (legacy) mode, not to
SATA. In legacy mode, ap->hard_port_no is channel (controller) number.
AUTHOR
Jeff Garzik.