summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorKevin Lo <kevlo@cvs.openbsd.org>2020-07-22 00:48:03 +0000
committerKevin Lo <kevlo@cvs.openbsd.org>2020-07-22 00:48:03 +0000
commit5036712a22ac6323829de012961ab742297e796b (patch)
tree4162b4fd6fd045afafff9fb3e4ff5a42ddd67636 /share/man
parent9dddbd04794e26bbab3c5a497fe6af433bcdecd7 (diff)
Add support for newer RTL8125 chipset (RTL8125B).
Tested for on a TP-LINK TL-NG421. ok jmatthew@
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/pci.46
-rw-r--r--share/man/man4/rge.413
2 files changed, 10 insertions, 9 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
diff --git a/share/man/man4/rge.4 b/share/man/man4/rge.4
index 165bc335a4d..147b76173eb 100644
--- a/share/man/man4/rge.4
+++ b/share/man/man4/rge.4
@@ -1,6 +1,6 @@
-.\" $OpenBSD: rge.4,v 1.2 2019/11/18 22:09:59 jmc Exp $
+.\" $OpenBSD: rge.4,v 1.3 2020/07/22 00:48:02 kevlo Exp $
.\"
-.\" Copyright (c) 2019 Kevin Lo <kevlo@openbsd.org>
+.\" Copyright (c) 2019, 2020 Kevin Lo <kevlo@openbsd.org>
.\"
.\" Permission to use, copy, modify, and distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above
@@ -14,23 +14,24 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: November 18 2019 $
+.Dd $Mdocdate: July 22 2020 $
.Dt RGE 4
.Os
.Sh NAME
.Nm rge
-.Nd Realtek 8125 PCI Express 2.5Gb Ethernet device
+.Nd Realtek 8125/8125B PCI Express 2.5Gb Ethernet device
.Sh SYNOPSIS
.Cd "rge* at pci?"
.Sh DESCRIPTION
The
.Nm
driver provides support for PCI Express 2.5Gb Ethernet adapters based
-on the Realtek RTL8125 Ethernet controller, including the following:
+on the Realtek RTL8125 and RTL8125B Ethernet controllers,
+including the following:
.Pp
.Bl -bullet -offset indent -compact
.It
-Realtek RTL8125 2.5GbE Adapter (2500baseT)
+Realtek 8125/8125B 2.5GbE Adapter (2500baseT)
.It
Rivet Networks Killer E3000 Adapter (2500baseT)
.El