other versions
ATA_DEV_CONFIGURE(9) | libata Core Internals | ATA_DEV_CONFIGURE(9) |
NAME¶
ata_dev_configure - Configure the specified ATA/ATAPI deviceSYNOPSIS¶
int ata_dev_configure(struct ata_device * dev);
ARGUMENTS¶
struct ata_device * devTarget device to configure
DESCRIPTION¶
Configure dev according to dev->id. Generic and low-level driver specific fixups are also applied.LOCKING: Kernel thread context (may sleep)
RETURN¶
0 on success, -errno otherwiseAUTHOR¶
Jeff GarzikAuthor.
COPYRIGHT¶
September 2017 | Kernel Hackers Manual 4.12 |