diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2004-09-28 00:47:26 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2004-09-28 00:47:26 +0000 |
commit | b97b7651844cafe6a0e7982f6582c3b96377248e (patch) | |
tree | 4559c37102f84611507a721449f71de590064bc6 /sys | |
parent | cf535cb2a696315685dd770ec7ee82b244de6159 (diff) |
remove unused GEM_MTU
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/ic/gemreg.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/sys/dev/ic/gemreg.h b/sys/dev/ic/gemreg.h index 52b80d15e8d..d98b886a1c7 100644 --- a/sys/dev/ic/gemreg.h +++ b/sys/dev/ic/gemreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: gemreg.h,v 1.9 2003/10/21 18:58:49 jmc Exp $ */ +/* $OpenBSD: gemreg.h,v 1.10 2004/09/28 00:47:25 brad Exp $ */ /* $NetBSD: gemreg.h,v 1.1 2001/09/16 00:11:43 eeh Exp $ */ /* @@ -532,11 +532,4 @@ struct gem_desc { #define GEM_RD_BUFSHIFT 16 #define GEM_RD_BUFLEN(x) (((x)&GEM_RD_BUFSIZE)>>GEM_RD_BUFSHIFT) -#ifndef EVL_ENCAPLEN /* defined if NVLAN > 0 */ -#define EVL_ENCAPLEN 0 -#endif - -#define GEM_MTU \ - (ETHERMTU + EVL_ENCAPLEN + sizeof(u_int32_t) + sizeof(struct ether_header)) - #endif /* _IF_GEMREG_H */ |