summaryrefslogtreecommitdiffstats
path: root/sys/dev/fe
diff options
context:
space:
mode:
authorkato <kato@FreeBSD.org>1998-12-15 15:56:37 +0000
committerkato <kato@FreeBSD.org>1998-12-15 15:56:37 +0000
commit74bccae1f55546bca4ab63a426ad840797c5108f (patch)
treee043f32ee21ed1a7d1118ab9cdcb48a777e21a88 /sys/dev/fe
parentcc284d263610d62a11416edd951d8c148b66b0d5 (diff)
downloadFreeBSD-src-74bccae1f55546bca4ab63a426ad840797c5108f.zip
FreeBSD-src-74bccae1f55546bca4ab63a426ad840797c5108f.tar.gz
Oops, I forgot to commit two diffs to fe driver.
Diffstat (limited to 'sys/dev/fe')
-rw-r--r--sys/dev/fe/if_fereg.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/sys/dev/fe/if_fereg.h b/sys/dev/fe/if_fereg.h
index 2a26cbe..d9b943c 100644
--- a/sys/dev/fe/if_fereg.h
+++ b/sys/dev/fe/if_fereg.h
@@ -24,7 +24,7 @@
* SUCH DAMAGE.
*/
-/* $Id$ */
+/* $Id: if_fereg.h,v 1.5 1997/02/22 09:36:28 peter Exp $ */
/*
* Registers on FMV-180 series' ISA bus interface ASIC.
@@ -116,17 +116,3 @@
/* IRQ configuration. */
#define FE_RE1000_IRQCONF 0x10
-#define FE_RE1000_IRQCONF_IRQ 0xf0
-#define FE_RE1000_IRQCONF_IRQSHIFT 4
-
-/* MAC (station) address. */
-#define FE_RE1000_MAC0 0x11
-#define FE_RE1000_MAC1 0x13
-#define FE_RE1000_MAC2 0x15
-#define FE_RE1000_MAC3 0x17
-#define FE_RE1000_MAC4 0x19
-#define FE_RE1000_MAC5 0x1B
-
-/* "Check sum" -- an xor of MAC0 through MAC5 */
-#define FE_RE1000_MACCHK 0x1D
-
OpenPOWER on IntegriCloud