Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 re.4: note additional cards supported, and tw...



details:   https://anonhg.NetBSD.org/src/rev/7100d6284dc4
branches:  trunk
changeset: 846307:7100d6284dc4
user:      gutteridge <gutteridge%NetBSD.org@localhost>
date:      Sun Nov 10 23:14:16 2019 +0000

description:
re.4: note additional cards supported, and tweak another detail

This driver also works as-is with a D-Link DGE-530T rev. D2 and a
TP-Link TG-3468 v3, as both match pre-existing PCI vendor and device ID
values. (It should also work with a TG-3468 v2, but would need another
vendor ID match added for that variant.) While here, also note it
supports UDP checksum offload, too.

diffstat:

 share/man/man4/re.4 |  10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diffs (41 lines):

diff -r 684dde3c1c5a -r 7100d6284dc4 share/man/man4/re.4
--- a/share/man/man4/re.4       Sun Nov 10 22:42:21 2019 +0000
+++ b/share/man/man4/re.4       Sun Nov 10 23:14:16 2019 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: re.4,v 1.16 2014/03/18 18:20:39 riastradh Exp $
+.\"    $NetBSD: re.4,v 1.17 2019/11/10 23:14:16 gutteridge Exp $
 .\"
 .\" Copyright (c) 2003
 .\"    Bill Paul <wpaul%windriver.com@localhost>. All rights reserved.
@@ -32,7 +32,7 @@
 .\"
 .\" $FreeBSD: src/share/man/man4/re.4,v 1.4 2004/03/04 06:42:46 sanpei Exp $
 .\"
-.Dd April 6, 2013
+.Dd November 10, 2019
 .Dt RE 4
 .Os
 .Sh NAME
@@ -66,9 +66,13 @@
 .It
 D-Link DGE-528T Gigabit Ethernet (8169S)
 .It
+D-Link DGE-530T rev. C & D Gigabit Ethernet (8169)
+.It
 US Robotics (3Com) USR997902 Gigabit Ethernet (8169S)
 .It
 Linksys EG1032 rev. 3 Gigabit Ethernet (8169S)
+.It
+TP-Link TG-3468 v3 Gigabit Ethernet (8168)
 .El
 .Pp
 NICs based on the 8139C+ are capable of 10 and 100Mbps speeds over
@@ -78,7 +82,7 @@
 .Pp
 All NICs supported by the
 .Nm
-driver have TCP/IP checksum offload and hardware VLAN tagging/insertion
+driver have IP/TCP/UDP checksum offload and hardware VLAN tagging/insertion
 features, and use a descriptor-based DMA mechanism.
 They are also capable of TCP large send (TCP segmentation offload).
 .Pp



Home | Main Index | Thread Index | Old Index