Module Name:    src
Committed By:   martin
Date:           Thu Mar  7 17:22:19 UTC 2019

Modified Files:
        src/share/man/man4 [netbsd-8]: bge.4
        src/sys/dev/mii [netbsd-8]: brgphy.c

Log Message:
sys/dev/pci/


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.15.18.1 src/share/man/man4/bge.4
cvs rdiff -u -r1.76 -r1.76.20.1 src/sys/dev/mii/brgphy.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/bge.4
diff -u src/share/man/man4/bge.4:1.15 src/share/man/man4/bge.4:1.15.18.1
--- src/share/man/man4/bge.4:1.15	Tue Aug  6 19:02:57 2013
+++ src/share/man/man4/bge.4	Thu Mar  7 17:22:19 2019
@@ -1,4 +1,4 @@
-.\"	$NetBSD: bge.4,v 1.15 2013/08/06 19:02:57 snj Exp $
+.\"	$NetBSD: bge.4,v 1.15.18.1 2019/03/07 17:22:19 martin Exp $
 .\"
 .\" Copyright (c) 2003 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd July 4, 2013
+.Dd February 20, 2019
 .Dt BGE 4
 .Os
 .Sh NAME
@@ -121,8 +121,8 @@ The
 driver supports IPv4 IP, TCP, and UDP checksum offload for receive,
 IP checksum offload for transmit, VLAN tag insertion and stripping,
 as well as a 256-bit multicast hash filter.
-The BCM5717, BCM5718, BCM5723, BCM5754, BCM5755, BCM5761, BCM5764, BCM5784,
-BCM5785, BCM5787 and BCM577xx chips also support IPv6 receive TCP/UDP
+The BCM5717, BCM5718, BCM5723, BCM5754, BCM5755, BCM5761, BCM5762, BCM5764,
+BCM5784, BCM5785, BCM5787 and BCM577xx chips also support IPv6 receive TCP/UDP
 checksum offload.
 The
 .Nm
@@ -132,9 +132,8 @@ See
 for information on how to enable this feature.
 .Pp
 The BCM5700, BCM5701, BCM5702, BCM5703, BCM5704, BCM5714, BCM5717, BCM5719,
-BCM5720, BCM5780, BCM57765 and BCM57766 also support jumbo frames, which can be
-configured via the
-interface MTU setting.
+BCM5720, BCM5762, BCM5780, BCM57765 and BCM57766 also support 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.

Index: src/sys/dev/mii/brgphy.c
diff -u src/sys/dev/mii/brgphy.c:1.76 src/sys/dev/mii/brgphy.c:1.76.20.1
--- src/sys/dev/mii/brgphy.c:1.76	Wed Jul  2 22:35:10 2014
+++ src/sys/dev/mii/brgphy.c	Thu Mar  7 17:22:19 2019
@@ -1,4 +1,4 @@
-/*	$NetBSD: brgphy.c,v 1.76 2014/07/02 22:35:10 msaitoh Exp $	*/
+/*	$NetBSD: brgphy.c,v 1.76.20.1 2019/03/07 17:22:19 martin Exp $	*/
 
 /*-
  * Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -62,7 +62,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: brgphy.c,v 1.76 2014/07/02 22:35:10 msaitoh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: brgphy.c,v 1.76.20.1 2019/03/07 17:22:19 martin Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -246,6 +246,9 @@ static const struct mii_phydesc brgphys[
 	{ MII_OUI_BROADCOM3,		MII_MODEL_BROADCOM3_BCM57780,
 	  MII_STR_BROADCOM3_BCM57780 },
 
+	{ MII_OUI_BROADCOM4,		MII_MODEL_BROADCOM4_BCM5725C,
+	  MII_STR_BROADCOM4_BCM5725C },
+
 	{ MII_OUI_xxBROADCOM_ALT1,	MII_MODEL_xxBROADCOM_ALT1_BCM5906,
 	  MII_STR_xxBROADCOM_ALT1_BCM5906 },
 

Reply via email to