diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2004-09-28 04:37:34 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2004-09-28 04:37:34 +0000 |
commit | 267950b8c179932ae962ef12a5b948859960053f (patch) | |
tree | af66f872e0cb4a4d7847459627081f69a1a11cea /sys/dev/pci/if_bgereg.h | |
parent | 3c36291f48c6d2b38db39aeed2692314031f8214 (diff) |
Use ETHER_MAX_DIX_LEN/ETHER_MIN_LEN
Diffstat (limited to 'sys/dev/pci/if_bgereg.h')
-rw-r--r-- | sys/dev/pci/if_bgereg.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/pci/if_bgereg.h b/sys/dev/pci/if_bgereg.h index 6d5eee9df52..7169b0f4a53 100644 --- a/sys/dev/pci/if_bgereg.h +++ b/sys/dev/pci/if_bgereg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bgereg.h,v 1.10 2004/08/05 19:57:17 brad Exp $ */ +/* $OpenBSD: if_bgereg.h,v 1.11 2004/09/28 04:37:32 brad Exp $ */ /* * Copyright (c) 2001 Wind River Systems * Copyright (c) 1997, 1998, 1999, 2001 @@ -2036,7 +2036,6 @@ struct bge_gib { * boundary. */ -#define BGE_MAX_FRAMELEN 1536 #define BGE_PAGE_SIZE PAGE_SIZE #define BGE_MIN_FRAMELEN 60 |