diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2020-07-22 00:48:03 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2020-07-22 00:48:03 +0000 |
commit | 5036712a22ac6323829de012961ab742297e796b (patch) | |
tree | 4162b4fd6fd045afafff9fb3e4ff5a42ddd67636 /share/man/man4/pci.4 | |
parent | 9dddbd04794e26bbab3c5a497fe6af433bcdecd7 (diff) |
Add support for newer RTL8125 chipset (RTL8125B).
Tested for on a TP-LINK TL-NG421.
ok jmatthew@
Diffstat (limited to 'share/man/man4/pci.4')
-rw-r--r-- | share/man/man4/pci.4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4 index 2e893cf759f..e6c83031ab3 100644 --- a/share/man/man4/pci.4 +++ b/share/man/man4/pci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci.4,v 1.381 2020/04/19 09:27:44 kettenis Exp $ +.\" $OpenBSD: pci.4,v 1.382 2020/07/22 00:48:02 kevlo Exp $ .\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -31,7 +31,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 19 2020 $ +.Dd $Mdocdate: July 22 2020 $ .Dt PCI 4 .Os .Sh NAME @@ -251,7 +251,7 @@ AMD PCnet-PCI 10/100 Ethernet device .It Xr re 4 Realtek 8139C+/8169/816xS/811xS/8168/810xE 10/100/Gigabit Ethernet device .It Xr rge 4 -Realtek 8125 PCI Express 2.5Gb Ethernet device +Realtek 8125/8125B PCI Express 2.5Gb Ethernet device .It Xr rl 4 Realtek 8129/8139 10/100 Ethernet device .It Xr se 4 |