svn commit: r187446 - stable/7/share/man/man4
Marius Strobl
marius at FreeBSD.org
Mon Jan 19 13:10:06 PST 2009
Author: marius
Date: Mon Jan 19 21:10:04 2009
New Revision: 187446
URL: http://svn.freebsd.org/changeset/base/187446
Log:
- MFC: 174903
Mention support for the 5722 driver in bge.4 as well.
- MFC: 187315
Sync the description of jumbo frame support with reality as of r187309;
it's also supported with BCM5702 (matched by BGE_ASICREV_BCM5703) but
bge(4) currently doesn't with neither BCM5714 nor BCM5780.
Modified:
stable/7/share/man/man4/bge.4
Modified: stable/7/share/man/man4/bge.4
==============================================================================
--- stable/7/share/man/man4/bge.4 Mon Jan 19 19:16:50 2009 (r187445)
+++ stable/7/share/man/man4/bge.4 Mon Jan 19 21:10:04 2009 (r187446)
@@ -31,12 +31,12 @@
.\"
.\" $FreeBSD$
.\"
-.Dd October 26, 2007
+.Dd January 15, 2009
.Dt BGE 4
.Os
.Sh NAME
.Nm bge
-.Nd "Broadcom BCM570x/5714/5721/5750/5751/5752/5789 PCI Gigabit Ethernet adapter driver"
+.Nd "Broadcom BCM570x/5714/5721/5722/5750/5751/5752/5789 PCI Gigabit Ethernet adapter driver"
.Sh SYNOPSIS
To compile this driver into the kernel,
place the following lines in your
@@ -56,7 +56,7 @@ if_bge_load="YES"
The
.Nm
driver provides support for various NICs based on the Broadcom BCM570x,
-5714, 5721, 5750, 5751, 5752 and 5789 families of Gigabit Ethernet
+5714, 5721, 5722, 5750, 5751, 5752 and 5789 families of Gigabit Ethernet
controller chips.
.Pp
All of these NICs are capable of 10, 100 and 1000Mbps speeds over CAT5
@@ -82,7 +82,7 @@ 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 also support
+The BCM5700, BCM5701, BCM5702, BCM5703 and BCM5704 also support
jumbo frames, which can be configured
via the interface MTU setting.
Selecting an MTU larger than 1500 bytes with the
More information about the svn-src-all
mailing list