summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ne2000reg.h
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-10-20 18:27:26 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-10-20 18:27:26 +0000
commit04c51fd42d84ad343e77a4cc4e3b81e41ecffb69 (patch)
tree3af643e55fa0ae76ccb59da993b059fda9492897 /sys/dev/ic/ne2000reg.h
parent111d6ebe613c941a6144b3af2733e9b3c5e63fb3 (diff)
use the ASIX AX88190 defines from ax88190reg.h and remove some
AX88190 specific defines from ne2000reg.h From NetBSD
Diffstat (limited to 'sys/dev/ic/ne2000reg.h')
-rw-r--r--sys/dev/ic/ne2000reg.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/sys/dev/ic/ne2000reg.h b/sys/dev/ic/ne2000reg.h
index 84565d7ec10..4fc2d982559 100644
--- a/sys/dev/ic/ne2000reg.h
+++ b/sys/dev/ic/ne2000reg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: ne2000reg.h,v 1.2 2000/05/30 14:31:39 fgsch Exp $ */
+/* $OpenBSD: ne2000reg.h,v 1.3 2006/10/20 18:27:25 brad Exp $ */
/* $NetBSD: ne2000reg.h,v 1.2 1997/10/14 22:54:11 thorpej Exp $ */
/*
@@ -30,15 +30,4 @@
#define NE2000_ASIC_DATA 0x00 /* remote DMA/data register */
#define NE2000_ASIC_RESET 0x0f /* reset on read */
-/*
- * Offset of NODE ID in SRAM memory of ASIX AX88190.
- */
-#define NE2000_AX88190_NODEID_OFFSET 0x400
-
-/*
- * Offset of LAN IOBASE0 and IOBASE1, and its size.
- */
-#define NE2000_AX88190_LAN_IOBASE 0x3ca
-#define NE2000_AX88190_LAN_IOSIZE 4
-
#endif /* _DEV_IC_NE2000REG_H_ */