summaryrefslogtreecommitdiff
path: root/sys/arch/sparc
diff options
context:
space:
mode:
authorFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-06-23 22:03:14 +0000
committerFederico G. Schwindt <fgsch@cvs.openbsd.org>2001-06-23 22:03:14 +0000
commit39d63ae89da5fb1039111246dd300908bf89761f (patch)
tree7db54b9d0d60d67a363caf719530bc757815addf /sys/arch/sparc
parentc15d1cb5563266a23dd2725bddc4900aa877a38a (diff)
More constants cleaning.
Diffstat (limited to 'sys/arch/sparc')
-rw-r--r--sys/arch/sparc/dev/if_ie.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/arch/sparc/dev/if_ie.c b/sys/arch/sparc/dev/if_ie.c
index 55771f3d02e..7e4a9bafaaf 100644
--- a/sys/arch/sparc/dev/if_ie.c
+++ b/sys/arch/sparc/dev/if_ie.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ie.c,v 1.16 2001/06/08 08:09:24 art Exp $ */
+/* $OpenBSD: if_ie.c,v 1.17 2001/06/23 22:03:03 fgsch Exp $ */
/* $NetBSD: if_ie.c,v 1.33 1997/07/29 17:55:38 fair Exp $ */
/*-
@@ -163,10 +163,6 @@ vm_map_t ie_map; /* for obio */
#define IED_READFRAME 0x10
#define IED_ALL 0x1f
-#define ETHER_MIN_LEN 64
-#define ETHER_MAX_LEN 1518
-#define ETHER_ADDR_LEN 6
-
#define B_PER_F 3 /* recv buffers per frame */
#define MXFRAMES 300 /* max number of recv frames */
#define MXRXBUF (MXFRAMES*B_PER_F) /* number of buffers to allocate */