[coreboot] r1110 - in coreboot-v3: arch/x86 device include/arch/x86

svn at coreboot.org svn at coreboot.org
Thu Jan 8 18:21:37 CET 2009


Author: mraudsepp
Date: 2009-01-08 18:21:37 +0100 (Thu, 08 Jan 2009)
New Revision: 1110

Removed:
   coreboot-v3/include/arch/x86/pciconf.h
Modified:
   coreboot-v3/arch/x86/pci_ops_auto.c
   coreboot-v3/arch/x86/pci_ops_conf1.c
   coreboot-v3/arch/x86/pci_ops_mmconf.c
   coreboot-v3/device/pci_ops.c
Log:
Remove unused pciconf.h header with constants that everyone uses by value instead per convention

Signed-off-by: Mart Raudsepp <mart.raudsepp at artecdesign.ee>
Acked-by: Peter Stuge <peter at stuge.se>

Modified: coreboot-v3/arch/x86/pci_ops_auto.c
===================================================================
--- coreboot-v3/arch/x86/pci_ops_auto.c	2009-01-08 16:22:39 UTC (rev 1109)
+++ coreboot-v3/arch/x86/pci_ops_auto.c	2009-01-08 17:21:37 UTC (rev 1110)
@@ -1,6 +1,5 @@
 #include <console.h>
 #include <device/device.h>
-#include <pciconf.h>
 #include <device/pci.h>
 #include <device/pci_ids.h>
 #include <device/pci_ops.h>

Modified: coreboot-v3/arch/x86/pci_ops_conf1.c
===================================================================
--- coreboot-v3/arch/x86/pci_ops_conf1.c	2009-01-08 16:22:39 UTC (rev 1109)
+++ coreboot-v3/arch/x86/pci_ops_conf1.c	2009-01-08 17:21:37 UTC (rev 1110)
@@ -1,6 +1,5 @@
 #include <console.h>
 #include <device/device.h>
-#include <pciconf.h>
 #include <device/pci.h>
 #include <device/pci_ids.h>
 #include <device/pci_ops.h>

Modified: coreboot-v3/arch/x86/pci_ops_mmconf.c
===================================================================
--- coreboot-v3/arch/x86/pci_ops_mmconf.c	2009-01-08 16:22:39 UTC (rev 1109)
+++ coreboot-v3/arch/x86/pci_ops_mmconf.c	2009-01-08 17:21:37 UTC (rev 1110)
@@ -1,6 +1,5 @@
 #include <console.h>
 #include <device/device.h>
-#include <pciconf.h>
 #include <device/pci.h>
 #include <device/pci_ids.h>
 #include <device/pci_ops.h>

Modified: coreboot-v3/device/pci_ops.c
===================================================================
--- coreboot-v3/device/pci_ops.c	2009-01-08 16:22:39 UTC (rev 1109)
+++ coreboot-v3/device/pci_ops.c	2009-01-08 17:21:37 UTC (rev 1110)
@@ -20,7 +20,6 @@
 
 #include <console.h>
 #include <device/device.h>
-#include <pciconf.h>
 #include <device/pci.h>
 #include <device/pci_ids.h>
 #include <device/pci_ops.h>

Deleted: coreboot-v3/include/arch/x86/pciconf.h
===================================================================
--- coreboot-v3/include/arch/x86/pciconf.h	2009-01-08 16:22:39 UTC (rev 1109)
+++ coreboot-v3/include/arch/x86/pciconf.h	2009-01-08 17:21:37 UTC (rev 1110)
@@ -1,13 +0,0 @@
-#ifndef ARCH_X86_PCICONF_H
-#define ARCH_X86_PCICONF_H
-
-#ifndef PCI_CONF_REG_INDEX
-
-// These are defined in the PCI spec, and hence are theoretically
-// inclusive of ANYTHING that uses a PCI bus. 
-#define	PCI_CONF_REG_INDEX	0xcf8
-#define	PCI_CONF_REG_DATA	0xcfc
-
-#endif
-
-#endif /* ARCH_X86_PCICONF_H */





More information about the coreboot mailing list