Re-read identify data
int ata_dev_reread_id(struct ata_device * dev, unsigned int readid_flags);
dev
target ATA device
readid_flags
read ID flags
Re-read IDENTIFY page and make sure dev is still attached to the port.
Kernel thread context (may sleep)
0 on success, negative errno otherwise
Jeff Garzik
Author.