other versions
- stretch 4.9.168-1
PIIX_INIT_ONE(9) | ata_piix Internals | PIIX_INIT_ONE(9) |
NAME¶
piix_init_one - Register PIIX ATA PCI device with kernel servicesSYNOPSIS¶
int piix_init_one(struct pci_dev * pdev, const struct pci_device_id * ent);
ARGUMENTS¶
pdevPCI device to register
ent
Entry in piix_pci_tbl matching with pdev
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.LOCKING: Inherited from PCI layer (may sleep).
RETURN¶
Zero on success, or -ERRNO value.AUTHOR¶
Jeff GarzikAuthor.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |