Configure the specified ata/atapi device
int ata_dev_configure(struct ata_device * dev);
dev
Target device to configure
Configure dev according to dev->id. Generic and low-level driver specific fixups are also applied.
Kernel thread context (may sleep)
0 on success, -errno otherwise
Jeff Garzik
Author.