commit | 3ed4fd96b3188406ac5357d9290bcffa08c65cf6 | [log] [tgz] |
---|---|---|
author | Alex Chiang <achiang@hp.com> | Fri Mar 20 14:56:25 2009 -0600 |
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | Fri Mar 20 14:57:44 2009 -0700 |
tree | 1e48401b56c35554e84c8d627c6c04e83a999a9e | |
parent | 9dd90cafa7a712d283e2e0c625b022e19f746762 [diff] |
PCI: Introduce pci_rescan_bus() This API is used by the PCI core to rescan a bus and rediscover newly added devices. Over time, it is expected that the various PCI hotplug drivers will migrate to this interface and away from the old pci_do_scan_bus() interface. Signed-off-by: Alex Chiang <achiang@hp.com> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>