OALPCIDump (Compact 2013)
10/16/2014
This function is a helper function that dumps full PCI bus information for all the devices on the bus. OALPCIDump calls OALPCIDumpConfig for each device.
Syntax
VOID OALPCIDump(
UINT32 busId,
BOOL full
);
Parameters
- busId
[in] Identifies the PCI bus controller if there are multiple PCI bus controllers on the system. Set this parameter to 0 to represent the first bus controller, set this value to 1 to represent the second bus controller, and so on.
- full
[in] On TRUE, dump the full PCI bus information. On FALSE, dump the reduced PCI bus information.
Return Value
None.
Requirements
Header |
oal_pci.h |
Library |
Developer Implemented |