1. NAME

ata_dev_reread_id - Re-read IDENTIFY data

2. SYNOPSIS

int ata_dev_reread_id(struct ata_device *  dev , unsigned int  readid_flags );

3. ARGUMENTS

dev
    target ATA device

readid_flags
    read ID flags

4. DESCRIPTION

Re-read IDENTIFY page and make sure dev is still attached to the port.

5. LOCKING

Kernel thread context (may sleep)

6. RETURNS

0 on success, negative errno otherwise

7. AUTHOR

Jeff Garzik
    Author.

8. COPYRIGHT