diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-08-21 03:22:10 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-08-21 03:22:10 +0000 |
commit | 5622ff76a6b00ad2f3f16cc3403cf89da72073e1 (patch) | |
tree | dd6461363742df4ea3c51a1e21e429fed37b654c /sys/dev/pci/if_bnxreg.h | |
parent | 6596c026d6a3d94315e7b87537d86412f38f5179 (diff) |
enable Jumbo support.
Diffstat (limited to 'sys/dev/pci/if_bnxreg.h')
-rw-r--r-- | sys/dev/pci/if_bnxreg.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/pci/if_bnxreg.h b/sys/dev/pci/if_bnxreg.h index 31b477e6b7a..01f3ba4b3f2 100644 --- a/sys/dev/pci/if_bnxreg.h +++ b/sys/dev/pci/if_bnxreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_bnxreg.h,v 1.10 2006/08/20 21:45:41 brad Exp $ */ +/* $OpenBSD: if_bnxreg.h,v 1.11 2006/08/21 03:22:09 brad Exp $ */ /*- * Copyright (c) 2006 Broadcom Corporation @@ -4570,11 +4570,7 @@ struct fw_info { #define BNX_MAX_JUMBO_ETHER_MTU 9018 #define BNX_MAX_JUMBO_ETHER_MTU_VLAN 9022 -#ifdef BNX_JUMBO #define BNX_MAX_MRU 9216 -#else -#define BNX_MAX_MRU MCLBYTES -#endif /****************************************************************************/ /* BNX Device State Data Structure */ |