Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-8]: src sys/dev/pci/



details:   https://anonhg.NetBSD.org/src/rev/e94f1162e947
branches:  netbsd-8
changeset: 449467:e94f1162e947
user:      martin <martin%NetBSD.org@localhost>
date:      Thu Mar 07 17:22:19 2019 +0000

description:
sys/dev/pci/

diffstat:

 share/man/man4/bge.4 |  13 ++++++-------
 sys/dev/mii/brgphy.c |   7 +++++--
 2 files changed, 11 insertions(+), 9 deletions(-)

diffs (69 lines):

diff -r f2d1fdbe0647 -r e94f1162e947 share/man/man4/bge.4
--- a/share/man/man4/bge.4      Thu Mar 07 17:19:38 2019 +0000
+++ b/share/man/man4/bge.4      Thu Mar 07 17:22:19 2019 +0000
@@ -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 @@
 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 @@
 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.
diff -r f2d1fdbe0647 -r e94f1162e947 sys/dev/mii/brgphy.c
--- a/sys/dev/mii/brgphy.c      Thu Mar 07 17:19:38 2019 +0000
+++ b/sys/dev/mii/brgphy.c      Thu Mar 07 17:22:19 2019 +0000
@@ -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 @@
        { 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 },
 



Home | Main Index | Thread Index | Old Index