Scan a pci bus for devices.
unsigned int pci_rescan_bus(struct pci_bus * bus);
bus
PCI bus to scan
Scan a PCI bus and child buses for new devices, adds them, and enables them.
Returns the max number of subordinate bus discovered.