diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2006-06-27 16:40:12 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2006-06-27 16:40:12 +0000 |
commit | e1002bb1c046aad9fb64783f2511875d32210987 (patch) | |
tree | ba4da59a85822a5dda0546a6b929027bb52e422d /share | |
parent | 6293b91e28e02802e9dc0546bba232b23ece28d7 (diff) |
Disable Jumbos on the 5714 family of chips for now. The bge driver assumes
that all chips which have Jumbo capability have a separate Jumbo receive ring.
It seems as if the 5714 family has done away with the separate receive ring,
according to the Linux driver.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/bge.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/bge.4 b/share/man/man4/bge.4 index db7fa472ab8..25b1c650506 100644 --- a/share/man/man4/bge.4 +++ b/share/man/man4/bge.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bge.4,v 1.29 2005/12/11 20:42:22 brad Exp $ +.\" $OpenBSD: bge.4,v 1.30 2006/06/27 16:40:11 brad Exp $ .\" Copyright (c) 2001 Wind River Systems .\" Copyright (c) 1997, 1998, 1999, 2000, 2001 .\" Bill Paul <wpaul@windriver.com>. All rights reserved. @@ -114,8 +114,8 @@ copper Gigabit transceivers, which support autonegotiation of 10, 100 and 1000Mbps modes in full or half duplex. .Pp -The BCM5700, BCM5701, BCM5703, BCM5704, BCM5714 and BCM5780 are capable of -supporting Jumbo frames, which can be configured via the interface MTU setting. +The BCM5700, BCM5701, BCM5703 and BCM5704 are capable of supporting Jumbo frames, +which can be configured via the interface MTU setting. Selecting an MTU larger than 1500 bytes with the .Xr ifconfig 8 utility configures the adapter to receive and transmit Jumbo frames. |