diff options
author | 2004-12-17 10:08:50 +0000 | |
---|---|---|
committer | 2004-12-17 10:08:50 +0000 | |
commit | 0f0e7a39c244b9878ab49f7431120996ffdf2ea7 (patch) | |
tree | 96731b987afa8c4fe47b49b880a1344ee9f7607e | |
parent | .Xr watchdog 4 (diff) | |
download | wireguard-openbsd-0f0e7a39c244b9878ab49f7431120996ffdf2ea7.tar.xz wireguard-openbsd-0f0e7a39c244b9878ab49f7431120996ffdf2ea7.zip |
- 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 |