Initialize an ata_device structure
void ata_dev_init(struct ata_device * dev);
dev
Device structure to initialize
Initialize dev in preparation for probing.
Inherited from caller.
Jeff Garzik
Author.