Module Name:    src
Committed By:   gutteridge
Date:           Sun Nov 10 23:14:16 UTC 2019

Modified Files:
        src/share/man/man4: re.4

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/share/man/man4/re.4

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/re.4
diff -u src/share/man/man4/re.4:1.16 src/share/man/man4/re.4:1.17
--- src/share/man/man4/re.4:1.16	Tue Mar 18 18:20:39 2014
+++ src/share/man/man4/re.4	Sun Nov 10 23:14:16 2019
@@ -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 <wp...@windriver.com>. 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 @@ Corega CG-LAPCIGT Gigabit Ethernet (8169
 .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 @@ NICs based on the 8169, 8169S, 8168, and
 .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

Reply via email to