1. NAME▲
piix_init_one - Register PIIX ATA PCI device with kernel services
2. SYNOPSIS ▲
int piix_init_one(struct pci_dev * pdev , const struct pci_device_id * ent );
3. ARGUMENTS ▲
pdev
PCI device to register
ent
Entry in piix_pci_tbl matching with pdev
4. DESCRIPTION ▲
Called from kernel PCI layer. We probe for combined mode (sigh), and then hand over control to libata, for it to do the rest.
5. LOCKING ▲
Inherited from PCI layer (may sleep).
6. RETURNS ▲
Zero on success, or -ERRNO value.
7. AUTHOR ▲
Jeff Garzik
Author.
8. COPYRIGHT ▲