mirror of
https://github.com/acidanthera/audk.git
synced 2025-04-08 17:05:09 +02:00
PcAtChipsetPkg/PciHostBridgeDxe: drop PciAddress, PciData
The PciAddress and PciData members of PCI_ROOT_BRIDGE_INSTANCE are never read; drop them. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Jordan Justen <jordan.l.justen@intel.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16892 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
0b7c6cd401
commit
93deff5aca
@ -456,9 +456,6 @@ typedef struct {
|
||||
UINT64 MemLimit;
|
||||
UINT64 IoLimit;
|
||||
|
||||
UINTN PciAddress;
|
||||
UINTN PciData;
|
||||
|
||||
EFI_DEVICE_PATH_PROTOCOL *DevicePath;
|
||||
EFI_PCI_ROOT_BRIDGE_IO_PROTOCOL Io;
|
||||
|
||||
|
@ -670,9 +670,6 @@ RootBridgeConstructor (
|
||||
PrivateData->ResAllocNode[Index].Status = ResNone;
|
||||
}
|
||||
|
||||
PrivateData->PciAddress = 0xCF8;
|
||||
PrivateData->PciData = 0xCFC;
|
||||
|
||||
PrivateData->RootBridgeAttrib = Attri;
|
||||
|
||||
PrivateData->Supports = EFI_PCI_ATTRIBUTE_IDE_PRIMARY_IO | EFI_PCI_ATTRIBUTE_IDE_SECONDARY_IO | \
|
||||
|
Loading…
x
Reference in New Issue
Block a user