diff options
author | Janne Johansson <jj@cvs.openbsd.org> | 2001-06-29 08:18:20 +0000 |
---|---|---|
committer | Janne Johansson <jj@cvs.openbsd.org> | 2001-06-29 08:18:20 +0000 |
commit | d75acbe5c2de38db7ad43829fb8ff567aeabd446 (patch) | |
tree | 811b59e42240e1def44f251d49e42d58ea83baa0 /sys/arch | |
parent | db0f8a81b7d01229c3be9e13994596533b7fbb4f (diff) |
Remove defines that are now defined elsewhere.
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/amiga/dev/if_qn.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/amiga/dev/if_qn.c b/sys/arch/amiga/dev/if_qn.c index fbcb066283c..5d2f9d91a9e 100644 --- a/sys/arch/amiga/dev/if_qn.c +++ b/sys/arch/amiga/dev/if_qn.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_qn.c,v 1.13 2001/02/20 19:39:30 mickey Exp $ */ +/* $OpenBSD: if_qn.c,v 1.14 2001/06/29 08:18:19 jj Exp $ */ /* $NetBSD: if_qn.c,v 1.10 1996/12/23 09:10:19 veego Exp $ */ /* @@ -116,9 +116,9 @@ #include <amiga/dev/if_qnreg.h> -#define ETHER_MIN_LEN 60 +/* #define ETHER_MIN_LEN 60 #define ETHER_MAX_LEN 1514 -#define ETHER_HDR_SIZE 14 +#define ETHER_HDR_SIZE 14 */ #define NIC_R_MASK (R_INT_PKT_RDY | R_INT_ALG_ERR |\ R_INT_CRC_ERR | R_INT_OVR_FLO) #define MAX_PACKETS 30 /* max number of packets read per interrupt */ |