summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_bnxreg.h
diff options
context:
space:
mode:
authorBrad Smith <brad@cvs.openbsd.org>2006-08-21 03:22:10 +0000
committerBrad Smith <brad@cvs.openbsd.org>2006-08-21 03:22:10 +0000
commit5622ff76a6b00ad2f3f16cc3403cf89da72073e1 (patch)
treedd6461363742df4ea3c51a1e21e429fed37b654c /sys/dev/pci/if_bnxreg.h
parent6596c026d6a3d94315e7b87537d86412f38f5179 (diff)
enable Jumbo support.
Diffstat (limited to 'sys/dev/pci/if_bnxreg.h')
-rw-r--r--sys/dev/pci/if_bnxreg.h6
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 */