summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2009-05-23 15:35:11 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2009-05-23 15:35:11 +0000
commit40af959da8cb9f86c4d4f1cec41369ce54843572 (patch)
tree8c9dada22cf6e5ae9199951278e46bcec302122b /sys/dev
parent25fa59dfde40988a34bb67e7247cff877c9b8334 (diff)
Remove redefinition of ETHER_ADDR_LEN.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/isa/if_exreg.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/isa/if_exreg.h b/sys/dev/isa/if_exreg.h
index 2e1a48084dc..8425fb5f262 100644
--- a/sys/dev/isa/if_exreg.h
+++ b/sys/dev/isa/if_exreg.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_exreg.h,v 1.3 2007/10/21 02:25:27 brad Exp $ */
+/* $OpenBSD: if_exreg.h,v 1.4 2009/05/23 15:35:10 jsg Exp $ */
/*
* Copyright (c) 1996, Javier Martín Rueda (jmrueda@diatel.upm.es)
* All rights reserved.
@@ -34,8 +34,6 @@
* Several constants.
*/
-/* Length of an ethernet address. */
-#define ETHER_ADDR_LEN 6
/* Default RAM size in board. */
#define CARD_RAM_SIZE 0x8000
/* Number of I/O ports used. */