Module Name:    src
Committed By:   msaitoh
Date:           Fri May 31 17:15:19 UTC 2013

Modified Files:
        src/sys/dev/pci: if_bgereg.h

Log Message:
Remove unused macros.


To generate a diff of this commit:
cvs rdiff -u -r1.80 -r1.81 src/sys/dev/pci/if_bgereg.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/pci/if_bgereg.h
diff -u src/sys/dev/pci/if_bgereg.h:1.80 src/sys/dev/pci/if_bgereg.h:1.81
--- src/sys/dev/pci/if_bgereg.h:1.80	Thu May 30 05:50:06 2013
+++ src/sys/dev/pci/if_bgereg.h	Fri May 31 17:15:19 2013
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_bgereg.h,v 1.80 2013/05/30 05:50:06 msaitoh Exp $	*/
+/*	$NetBSD: if_bgereg.h,v 1.81 2013/05/31 17:15:19 msaitoh Exp $	*/
 /*
  * Copyright (c) 2001 Wind River Systems
  * Copyright (c) 1997, 1998, 1999, 2001
@@ -248,14 +248,6 @@
 #define BGE_PCI_GEN15_PRODID_ASICREV	0xFC
 
 #define BGE_PCI_UNKNOWN0		0xC4
-/* XXX:
- * Used in PCI-Express code for 575x chips.
- * Should be replaced with checking for a PCI config-space
- * capability for PCI-Express, and PCI-Express standard
- * offsets into that capability block.
- */
-#define BGE_PCI_CONF_DEV_CTRL		0xD8
-#define BGE_PCI_CONF_DEV_STUS		0xDA
 
 /* PCI Misc. Host control register */
 #define BGE_PCIMISCCTL_CLEAR_INTA	0x00000001

Reply via email to