Name
ata_port_add —
Attach low-level ATA driver to system
Synopsis
struct ata_port * ata_port_add ( | const struct ata_probe_ent * | ent, |
| struct ata_host * | host, |
| unsigned int | port_no) ; |
Arguments
ent
Information provided by low-level driver
host
Collections of ports to which we add
port_no
Port number associated with this host
Description
Attach low-level ATA driver to system.
LOCKING
PCI/etc. bus probe sem.
RETURNS
New ata_port on success, for NULL on error.