]> git.proxmox.com Git - mirror_edk2.git/blobdiff - DuetPkg/IsaAcpiDxe/PcatIsaAcpi.c
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6240 6f19259b...
[mirror_edk2.git] / DuetPkg / IsaAcpiDxe / PcatIsaAcpi.c
index a6187287918f87d46677b7708b333cd426ce1e7d..674c6dfc00ae300d695daa1fde4b24bbd6ec2eac 100644 (file)
@@ -115,14 +115,14 @@ Returns:
         //\r
         // See if this is a standard PCI to ISA Bridge from the Base Code and Class Code\r
         //\r
-        if (Pci.Hdr.ClassCode[1] == PCI_CLASS_ISA) {\r
+        if (Pci.Hdr.ClassCode[1] == PCI_CLASS_BRIDGE_ISA) {\r
           Status = EFI_SUCCESS;\r
         } \r
 \r
         //\r
         // See if this is an Intel PCI to ISA bridge in Positive Decode Mode\r
         //\r
-        if (Pci.Hdr.ClassCode[1] == PCI_CLASS_ISA_POSITIVE_DECODE &&\r
+        if (Pci.Hdr.ClassCode[1] == PCI_CLASS_BRIDGE_ISA_PDECODE &&\r
             Pci.Hdr.VendorId == 0x8086 && \r
             Pci.Hdr.DeviceId == 0x7110) {\r
           Status = EFI_SUCCESS;\r