diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-12-17 10:08:51 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-12-17 10:08:51 +0000 |
commit | 74249682c6c2c88d3fa6777cb69c95c40fa463b2 (patch) | |
tree | c4a92ce8a274bbd55d6526c19ad933d2a5439084 | |
parent | 0a13167526a8dc4dd3127c5690bfb15e1d7abfd6 (diff) |
- 5705 does not support jumbo frames
- this device supports 5750/5751 (from brad@)
ok brad@
-rw-r--r-- | share/man/man4/bge.4 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/share/man/man4/bge.4 b/share/man/man4/bge.4 index 7463d4004bf..1db5a78e33e 100644 --- a/share/man/man4/bge.4 +++ b/share/man/man4/bge.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bge.4,v 1.17 2004/10/02 00:44:02 brad Exp $ +.\" $OpenBSD: bge.4,v 1.18 2004/12/17 10:08:50 jmc Exp $ .\" Copyright (c) 2001 Wind River Systems .\" Copyright (c) 1997, 1998, 1999, 2000, 2001 .\" Bill Paul <wpaul@windriver.com>. All rights reserved. @@ -35,14 +35,14 @@ .Os .Sh NAME .Nm bge -.Nd "Broadcom BCM570x PCI Gigabit Ethernet adapter driver" +.Nd Broadcom BCM570x/5750/5751 PCI Gigabit Ethernet adapter driver .Sh SYNOPSIS .Cd "bge* at pci?" .Sh DESCRIPTION The .Nm -driver provides support for various NICs based on the Broadcom BCM570x -family of Gigabit Ethernet controller chips, including the +driver provides support for various NICs based on the Broadcom BCM570x, +5750, and 5751 families of Gigabit Ethernet controller chips, including the following: .Pp .Bl -bullet -compact @@ -96,7 +96,8 @@ copper Gigabit transceivers, which support autonegotiation of 10, 100 and 1000Mbps modes in full or half duplex. .Pp -The BCM570x also supports jumbo frames, which can be configured +The BCM570x (excluding the BCM5705 and derivatives) +also supports jumbo frames, which can be configured via the interface MTU setting. Selecting an MTU larger than 1500 bytes with the .Xr ifconfig 8 |