![mrg](/assets/img/avatar_default.png)
pci_dev_funcorder() that have the following signatures: int pci_bus_devorder(pci_chipset_tag_t pc, int bus, char list[32]); int pci_dev_funcorder(pci_chipset_tag_t pc, int bus, int device, char list[8]); they control the order of PCI bus probe at the device and function level, by filling in a value from 0 to 31 for pci_bus_devorder() or 0 to 7 for pci_dev_funcorder, with a value of -1 to signify no more entries. when device properties arrive, these will be replaced with some facility based on properties (design/implementation unknown currently.)
…
…
…
…
…
…
Description
No description provided
Languages
C
85.3%
Roff
7.2%
Assembly
3.1%
Shell
1.7%
Makefile
1.2%
Other
0.9%