-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libpci: use "brute force" scan for devices
To handle cases where PCI or PCIe buses are not accessible via a bridge from bus 0, We use "brute force" scan instead of recursive scan here. Details of these methods can be found on https://wiki.osdev.org/PCI#.22Brute_Force.22_Scan. Signed-off-by: Jingyao Zhou <jingyao.zhou@unsw.edu.au>
- Loading branch information
1 parent
76873a3
commit 1de5be6
Showing
1 changed file
with
8 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters