.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "PCI_BUS_ADD_DEVICES" "" "06 October 2005" "" "" .SH NAME pci_bus_add_devices \- insert newly discovered PCI devices .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp void __devinit pci_bus_add_devices (struct pci_bus * \fIbus\fB); \fR .SH "ARGUMENTS" .TP \fB\fIbus\fB\fR bus to check for new devices .SH "DESCRIPTION" .PP Add newly discovered PCI devices (which are on the bus->devices list) to the global PCI device list, add the sysfs and procfs entries. Where a bridge is found, add the discovered bus to the parents list of child buses, and recurse (breadth-first to be compatible with 2.4) .PP Call hotplug for each new devices.