summaryrefslogtreecommitdiffstats
path: root/sys/dev/bge/if_bgereg.h
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2006-12-04 22:12:21 +0000
committerjkim <jkim@FreeBSD.org>2006-12-04 22:12:21 +0000
commit865070817bf9de518246db766b412ba84b3aeec3 (patch)
tree1d1f7e72b7e8da779c8b02151a5ec083fa29ea5d /sys/dev/bge/if_bgereg.h
parentf1573baff370a720a3127e33a066f9466f44ff39 (diff)
downloadFreeBSD-src-865070817bf9de518246db766b412ba84b3aeec3.zip
FreeBSD-src-865070817bf9de518246db766b412ba84b3aeec3.tar.gz
- Add BGE_FLAG_JUMBO flag which idicates jumbo frame capability. Some day we
may be able to support jumbo frames for BCM5714 and BCM5780. - Rename BGE_IS_5705_OR_BEYOND() to BGE_IS_5705_PLUS() for consistency.
Diffstat (limited to 'sys/dev/bge/if_bgereg.h')
-rw-r--r--sys/dev/bge/if_bgereg.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/bge/if_bgereg.h b/sys/dev/bge/if_bgereg.h
index 301e159..f96b0fd 100644
--- a/sys/dev/bge/if_bgereg.h
+++ b/sys/dev/bge/if_bgereg.h
@@ -2455,12 +2455,13 @@ struct bge_softc {
struct resource *bge_res;
struct ifmedia bge_ifmedia; /* TBI media info */
uint32_t bge_flags;
-#define BGE_FLAG_EXTRAM 0x00000001 /* Has external SSRAM (unused). */
+#define BGE_FLAG_EXTRAM 0x00000001 /* External SSRAM (unused) */
#define BGE_FLAG_TBI 0x00000002
#define BGE_FLAG_RX_ALIGNBUG 0x00000004
#define BGE_FLAG_NO3LED 0x00000008
#define BGE_FLAG_PCIX 0x00000010
#define BGE_FLAG_PCIE 0x00000020
+#define BGE_FLAG_JUMBO 0x00000040
#define BGE_FLAG_5700_FAMILY 0x00000100
#define BGE_FLAG_5705_PLUS 0x00000200
#define BGE_FLAG_5714_FAMILY 0x00000400
OpenPOWER on IntegriCloud