other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
ATA_ID_XFERMASK(9) | libata Library | ATA_ID_XFERMASK(9) |
NAME¶
ata_id_xfermask - Compute xfermask from the given IDENTIFY dataSYNOPSIS¶
unsigned
long ata_id_xfermask(const u16 * id);
ARGUMENTS¶
idIDENTIFY data to compute xfer mask from
DESCRIPTION¶
Compute the xfermask for this device. This is not as trivial as it seems if we must consider early devices correctly.FIXME¶
pre IDE drive timing (do we care ?).LOCKING¶
None.RETURNS¶
Computed xfermaskAUTHOR¶
Jeff GarzikAuthor.
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |