Rollback the enhancement of Pcibus in r4844 for more investigation.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5292 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -453,12 +453,6 @@ GatherPpbInfo (
|
||||
} else {
|
||||
PciIoDevice->Decodes |= EFI_BRIDGE_IO16_DECODE_SUPPORTED;
|
||||
}
|
||||
//
|
||||
// changed to support En1K for IO Bridge Device
|
||||
//
|
||||
if( (Value & 0x0c) == 0x0c ){
|
||||
PciIoDevice->Decodes |= EFI_BRIDGE_IOEN1K_DECODE_SUPPORTED;
|
||||
}
|
||||
}
|
||||
|
||||
Status = BarExisted (
|
||||
|
Reference in New Issue
Block a user