1PCI_RESCAN_BUS(9) Hardware Interfaces PCI_RESCAN_BUS(9)
23
4
NAME
6pci_rescan_bus - scan a PCI bus for devices.
7
SYNOPSIS
9unsigned int pci_rescan_bus(struct pci_bus * bus);
10
ARGUMENTS
12bus
13PCI bus to scan
14
DESCRIPTION
16Scan a PCI bus and child buses for new devices, adds them, and enables
17them.
1819
Returns the max number of subordinate bus discovered.
20
COPYRIGHT
22Kernel Hackers Manual 3.10 June 2019 PCI_RESCAN_BUS(9)