diff options
author | kevlo <kevlo@FreeBSD.org> | 2016-09-25 13:52:55 +0000 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2016-09-25 13:52:55 +0000 |
commit | b857ade1bc9135f147ed79a9a87bc32f27084c19 (patch) | |
tree | 957d474346bf072a50f437078e0d52b38d09cf4b /share | |
parent | 51e4fa4701addeb2198fc3cef73bc9c60ae262d9 (diff) | |
download | FreeBSD-src-b857ade1bc9135f147ed79a9a87bc32f27084c19.zip FreeBSD-src-b857ade1bc9135f147ed79a9a87bc32f27084c19.tar.gz |
MFC r306102:
Add support for the TP-Link TG-3468 v2.
This is an RTL8168 chip, which we already support so all we have to do is add
the vendor ID.
PR: 212876
Submitted by: Tobias Kortkamp <t@tobik.me>
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/re.4 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/man/man4/re.4 b/share/man/man4/re.4 index e5fc7b0..70c932a 100644 --- a/share/man/man4/re.4 +++ b/share/man/man4/re.4 @@ -30,7 +30,7 @@ .\" .\" $FreeBSD$ .\" -.Dd January 26, 2011 +.Dd September 21, 2016 .Dt RE 4 .Os .Sh NAME @@ -165,6 +165,8 @@ LinkSys EG1032 (32-bit PCI) .It PLANEX COMMUNICATIONS Inc.\& GN-1200TC (8169S) .It +TP-Link TG-3468 v2 Gigabit Ethernet (8168) +.It USRobotics USR997902 Gigabit Ethernet (8169S) .It Xterasys XN-152 10/100/1000 NIC (8169) |