pci_rescan_bus (9) Linux Manual Page
pci_rescan_bus – scan a PCI bus for devices.
Synopsis
unsigned int pci_rescan_bus(struct pci_bus *bus);
Arguments
bus
-
- PCI bus to scan
Description
Scan a PCI bus and child buses for new devices, adds them, and enables them.
Returns the max number of subordinate bus discovered.
