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.
This commit is contained in:
gutteridge 2019-11-10 23:14:16 +00:00
parent cacc7f27a4
commit 2ce1a612c2
1 changed files with 7 additions and 3 deletions

View File

@ -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>. 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 (8169S)
.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 8110S are capable of 10, 100, 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