Allocate and initialize basic ata port resources
struct ata_port * ata_port_alloc(struct ata_host * host);
host
ATA host this allocated port belongs to
Allocate and initialize basic ATA port resources.
Allocate ATA port on success, NULL on failure.
Inherited from calling layer (may sleep).
Jeff Garzik
Author.