other versions
- jessie 3.16.56-1+deb8u1
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¶
May 2018 | Kernel Hackers Manual 3.16 |