]> git.proxmox.com Git - mirror_edk2.git/commitdiff
remove PCI_MAX_SEGMENT from Industry Standard file.
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 2 Mar 2009 03:19:37 +0000 (03:19 +0000)
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>
Mon, 2 Mar 2009 03:19:37 +0000 (03:19 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7750 6f19259b-4bc3-4df7-8a09-765794883524

DuetPkg/PciRootBridgeNoEnumerationDxe/PcatPciRootBridge.h
MdePkg/Include/IndustryStandard/Pci22.h

index cf6ed38e1c31df7896c4262b889ca391c3bb9552..23b9fd7c06460e750141e3ae995c821b08b05799 100644 (file)
@@ -41,6 +41,8 @@ Abstract:
 \r
 #include <IndustryStandard/Acpi.h>\r
 #include <IndustryStandard/Pci.h>\r
+\r
+#define PCI_MAX_SEGMENT   0\r
 //\r
 // Driver Instance Data Prototypes\r
 //\r
index 846b702da6b70060f52a84d74d8623e35c9dd36a..6f45270397a0b3d20f21cbebc089b24ee6b08234 100644 (file)
@@ -6,7 +6,7 @@
     PCI-to-PCI Bridge Architecture Specification, Revision 1.2\r
     PC Card Standard, 8.0\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation                                                         \r
+  Copyright (c) 2006 - 2009, Intel Corporation                                                         \r
   All rights reserved. This program and the accompanying materials                          \r
   are licensed and made available under the terms and conditions of the BSD License         \r
   which accompanies this distribution.  The full text of the license may be found at        \r
@@ -20,7 +20,6 @@
 #ifndef _PCI22_H_\r
 #define _PCI22_H_\r
 \r
-#define PCI_MAX_SEGMENT 0\r
 #define PCI_MAX_BUS     255\r
 #define PCI_MAX_DEVICE  31\r
 #define PCI_MAX_FUNC    7\r