1. NAME

ata_do_dev_read_id - default ID read method

2. SYNOPSIS

unsigned int ata_do_dev_read_id(struct ata_device *  dev , struct ata_taskfile *  tf , u16 *  id );

3. ARGUMENTS

dev
    device

tf
    proposed taskfile

id
    data buffer

4. DESCRIPTION

Issue the identify taskfile and hand back the buffer containing identify data. For some RAID controllers and for pre ATA devices this function is wrapped or replaced by the driver

5. AUTHOR

Jeff Garzik
    Author.

6. COPYRIGHT