aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/e1000/e1000_regs.h
diff options
context:
space:
mode:
authorSean Bruno <sbruno@FreeBSD.org>2015-09-19 18:22:59 +0000
committerSean Bruno <sbruno@FreeBSD.org>2015-09-19 18:22:59 +0000
commite373323fe2e14f8dd01df3aed1da059a15150e46 (patch)
tree0331f25959d02822879e41bdb0345bd11f2db9ed /sys/dev/e1000/e1000_regs.h
parent6fcd667fd6a9c9617eb3127522560ce8e48bc194 (diff)
Notes
Diffstat (limited to 'sys/dev/e1000/e1000_regs.h')
-rw-r--r--sys/dev/e1000/e1000_regs.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/sys/dev/e1000/e1000_regs.h b/sys/dev/e1000/e1000_regs.h
index e07ec0592ef5..7c81a8988243 100644
--- a/sys/dev/e1000/e1000_regs.h
+++ b/sys/dev/e1000/e1000_regs.h
@@ -65,9 +65,6 @@
#define E1000_FEXTNVM4 0x00024 /* Future Extended NVM 4 - RW */
#define E1000_FEXTNVM6 0x00010 /* Future Extended NVM 6 - RW */
#define E1000_FEXTNVM7 0x000E4 /* Future Extended NVM 7 - RW */
-#define E1000_FEXTNVM9 0x5BB4 /* Future Extended NVM 9 - RW */
-#define E1000_FEXTNVM11 0x5BBC /* Future Extended NVM 11 - RW */
-#define E1000_PCIEANACFG 0x00F18 /* PCIE Analog Config */
#define E1000_FCT 0x00030 /* Flow Control Type - RW */
#define E1000_CONNSW 0x00034 /* Copper/Fiber switch control - RW */
#define E1000_VET 0x00038 /* VLAN Ether Type - RW */
@@ -110,8 +107,6 @@
#define E1000_PBA 0x01000 /* Packet Buffer Allocation - RW */
#define E1000_PBS 0x01008 /* Packet Buffer Size */
#define E1000_PBECCSTS 0x0100C /* Packet Buffer ECC Status - RW */
-#define E1000_IOSFPC 0x00F28 /* TX corrupted data */
-#define E1000_IOSFPC 0x00F28 /* TX corrupted data */
#define E1000_EEMNGCTL 0x01010 /* MNG EEprom Control */
#define E1000_EEARBC 0x01024 /* EEPROM Auto Read Bus Control */
#define E1000_EEARBC_I210 0x12024 /* EEPROM Auto Read Bus Control */
@@ -593,10 +588,6 @@
#define E1000_TIMADJL 0x0B60C /* Time sync time adjustment offset Low - RW */
#define E1000_TIMADJH 0x0B610 /* Time sync time adjustment offset High - RW */
#define E1000_TSAUXC 0x0B640 /* Timesync Auxiliary Control register */
-#define E1000_SYSSTMPL 0x0B648 /* HH Timesync system stamp low register */
-#define E1000_SYSSTMPH 0x0B64C /* HH Timesync system stamp hi register */
-#define E1000_PLTSTMPL 0x0B640 /* HH Timesync platform stamp low register */
-#define E1000_PLTSTMPH 0x0B644 /* HH Timesync platform stamp hi register */
#define E1000_SYSTIMR 0x0B6F8 /* System time register Residue */
#define E1000_TSICR 0x0B66C /* Interrupt Cause Register */
#define E1000_TSIM 0x0B674 /* Interrupt Mask Register */
@@ -689,6 +680,7 @@
#define E1000_O2BGPTC 0x08FE4 /* OS2BMC packets received by BMC */
#define E1000_O2BSPC 0x0415C /* OS2BMC packets transmitted by host */
+#define E1000_DOBFFCTL 0x3F24 /* DMA OBFF Control Register */
#endif