X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdeModulePkg%2FBus%2FPci%2FPciHostBridgeDxe%2FPciHostBridge.c;fp=MdeModulePkg%2FBus%2FPci%2FPciHostBridgeDxe%2FPciHostBridge.c;h=1494848c3e8c5a256a5c6a1242fee7352795d954;hp=70726a6be8ff0d959956573ea5f3e47556edf2b3;hb=f545256641f144c8462f57ec0342cd0470d4c892;hpb=86cabbcfa005ca9c9589402d4fb7c984e741cc19 diff --git a/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridge.c b/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridge.c index 70726a6be8..1494848c3e 100644 --- a/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridge.c +++ b/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/PciHostBridge.c @@ -2,7 +2,7 @@ Provides the basic interfaces to abstract a PCI Host Bridge Resource Allocation. -Copyright (c) 1999 - 2016, Intel Corporation. All rights reserved.
+Copyright (c) 1999 - 2017, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -574,7 +574,8 @@ ResourceConflict ( Descriptor->Len = sizeof (EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR) - 3; Descriptor->AddrRangeMin = ResAllocNode->Base; Descriptor->AddrRangeMax = ResAllocNode->Alignment; - Descriptor->AddrLen = ResAllocNode->Length; + Descriptor->AddrLen = ResAllocNode->Length; + Descriptor->SpecificFlag = 0; switch (ResAllocNode->Type) { case TypeIo: