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/isa/if_fe.c | |
parent | d7db1c56504be35c243bc1503b87d003be3eb625 (diff) |
Remove repeated ethernet constants; use if_ether.h for it instead.
Diffstat (limited to 'sys/dev/isa/if_fe.c')
-rw-r--r-- | sys/dev/isa/if_fe.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/isa/if_fe.c b/sys/dev/isa/if_fe.c index 892983c055b..6ae43f97751 100644 --- a/sys/dev/isa/if_fe.c +++ b/sys/dev/isa/if_fe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_fe.c,v 1.13 2001/02/20 19:39:40 mickey Exp $ */ +/* $OpenBSD: if_fe.c,v 1.14 2001/06/23 21:54:50 fgsch Exp $ */ /* * All Rights Reserved, Copyright (C) Fujitsu Limited 1995 @@ -236,8 +236,6 @@ struct cfdriver fe_cd = { /* Ethernet constants. To be defined in if_ehter.h? FIXME. */ #define ETHER_MIN_LEN 60 /* with header, without CRC. */ #define ETHER_MAX_LEN 1514 /* with header, without CRC. */ -#define ETHER_ADDR_LEN 6 /* number of bytes in an address. */ -#define ETHER_HDR_SIZE 14 /* src addr, dst addr, and data type. */ /* * Fe driver specific constants which relate to 86960/86965. |