1. NAME

ata_port_alloc - allocate and initialize basic ATA port resources

2. SYNOPSIS

struct ata_port * ata_port_alloc(struct ata_host *  host );

3. ARGUMENTS

host
    ATA host this allocated port belongs to

4. DESCRIPTION

Allocate and initialize basic ATA port resources.

5. RETURNS

Allocate ATA port on success, NULL on failure.

6. LOCKING

Inherited from calling layer (may sleep).

7. AUTHOR

Jeff Garzik
    Author.

8. COPYRIGHT