diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-06-23 21:54:58 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-06-23 21:54:58 +0000 |
commit | b4a55308473160cf766428883f536514afcc4bbd (patch) | |
tree | 19cd4293743c312ebbc079b5f7c77b482a6cd851 /sys/dev/ic/dp8390.c | |
parent | d7db1c56504be35c243bc1503b87d003be3eb625 (diff) |
Remove repeated ethernet constants; use if_ether.h for it instead.
Diffstat (limited to 'sys/dev/ic/dp8390.c')
-rw-r--r-- | sys/dev/ic/dp8390.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/ic/dp8390.c b/sys/dev/ic/dp8390.c index a12e0f1e541..0384aa3f542 100644 --- a/sys/dev/ic/dp8390.c +++ b/sys/dev/ic/dp8390.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dp8390.c,v 1.12 2001/03/29 01:39:32 aaron Exp $ */ +/* $OpenBSD: dp8390.c,v 1.13 2001/06/23 21:54:43 fgsch Exp $ */ /* $NetBSD: dp8390.c,v 1.13 1998/07/05 06:49:11 jonathan Exp $ */ /* @@ -71,10 +71,6 @@ static int dp8390_test_mem __P((struct dp8390_softc *)); int dp8390_enable __P((struct dp8390_softc *)); void dp8390_disable __P((struct dp8390_softc *)); -#define ETHER_MIN_LEN 64 -#define ETHER_MAX_LEN 1518 -#define ETHER_ADDR_LEN 6 - int dp8390_debug = 0; /* |