other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
ATA_DEV_REVALIDATE(9) | libata Core Internals | ATA_DEV_REVALIDATE(9) |
NAME¶
ata_dev_revalidate - Revalidate ATA deviceSYNOPSIS¶
int
ata_dev_revalidate(struct ata_device * dev,
unsigned int new_class,
unsigned int readid_flags);
ARGUMENTS¶
devdevice to revalidate
new_class
new class code
readid_flags
read ID flags
DESCRIPTION¶
Re-read IDENTIFY page, make sure dev is still attached to the port and reconfigure it according to the new IDENTIFY page.LOCKING¶
Kernel thread context (may sleep)RETURNS¶
0 on success, negative errno otherwiseAUTHOR¶
Jeff GarzikAuthor.
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |