1PCI_BUS_ADD_DEVICES(9) Hardware Interfaces PCI_BUS_ADD_DEVICES(9)
2
3
4
6 pci_bus_add_devices - insert newly discovered PCI devices
7
9 void pci_bus_add_devices(const struct pci_bus * bus);
10
12 bus
13 bus to check for new devices
14
16 Add newly discovered PCI devices (which are on the bus->devices list)
17 to the global PCI device list, add the sysfs and procfs entries. Where
18 a bridge is found, add the discovered bus to the parents list of child
19 buses, and recurse (breadth-first to be compatible with 2.4)
20
21 Call hotplug for each new devices.
22
24Kernel Hackers Manual 2.6. June 2019 PCI_BUS_ADD_DEVICES(9)