1I2O_PCI_PROBE(9) Message-based devices I2O_PCI_PROBE(9)
2
3
4
6 i2o_pci_probe - Probe the PCI device for an I2O controller
7
9 int i2o_pci_probe(struct pci_dev * pdev,
10 const struct pci_device_id * id);
11
13 pdev
14 PCI device to test
15
16 id
17 id which matched with the PCI device id table
18
20 Probe the PCI device for any device which is a memory of the
21 Intelligent, I2O class or an Adaptec Zero Channel Controller. We
22 attempt to set up each such device and register it with the core.
23
24 Returns 0 on success or negative error code on failure.
25
27Kernel Hackers Manual 2.6. June 2019 I2O_PCI_PROBE(9)