PCI Bus Driver Enhancement
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3960 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -200,12 +200,21 @@ Returns:
|
||||
// Get the bus number to start with
|
||||
//
|
||||
StartBusNumber = (UINT8) (pConfiguration->AddrRangeMin);
|
||||
PaddedBusRange = (UINT8) (pConfiguration->AddrRangeMax);
|
||||
|
||||
//
|
||||
// Initialize the subordinate bus number
|
||||
//
|
||||
SubBusNumber = StartBusNumber;
|
||||
|
||||
//
|
||||
// Reset all assigned PCI bus number
|
||||
//
|
||||
ResetAllPpbBusNumber (
|
||||
RootBridgeDev,
|
||||
StartBusNumber
|
||||
);
|
||||
|
||||
//
|
||||
// Assign bus number
|
||||
//
|
||||
|
Reference in New Issue
Block a user