summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Lo <kevlo@cvs.openbsd.org>2019-11-18 03:08:39 +0000
committerKevin Lo <kevlo@cvs.openbsd.org>2019-11-18 03:08:39 +0000
commit99b5927713cc150a5a583e2dbb062bfa95e3dc71 (patch)
tree8f0922d12f0bf53f17683bbf9655787bfd4a535f
parent68098ddc2742e671e796db8e63c927c7d91f1504 (diff)
Manual page for the Realtek 8125 2.5Gb Ethernet driver.
ok jmc@
-rw-r--r--share/man/man4/Makefile4
-rw-r--r--share/man/man4/pci.46
-rw-r--r--share/man/man4/rge.455
3 files changed, 61 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 4c16351b6a4..b624de30f94 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.740 2019/11/04 23:53:37 dlg Exp $
+# $OpenBSD: Makefile,v 1.741 2019/11/18 03:08:38 kevlo Exp $
MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \
acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \
@@ -62,7 +62,7 @@ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \
pvclock.4 pwdog.4 pwmbl.4 pwmreg.4 \
qla.4 qle.4 qlw.4 qsphy.4 \
radio.4 ral.4 random.4 rdomain.4 rd.4 rdac.4 re.4 rdcphy.4 rgephy.4 \
- ricohrtc.4 rkclock.4 rkdwusb.4 rkgpio.4 rkgrf.4 rkiic.4 \
+ rge.4 ricohrtc.4 rkclock.4 rkdwusb.4 rkgpio.4 rkgrf.4 rkiic.4 \
rkpcie.4 rkpinctrl.4 rkpmic.4 rktemp.4 \
rl.4 rlphy.4 route.4 rsu.4 rtsx.4 rum.4 run.4 \
rtfps.4 rtw.4 rtwn.4 safe.4 safte.4 sbus.4 schsio.4 \
diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4
index 0b12f0a693f..c2a431370e9 100644
--- a/share/man/man4/pci.4
+++ b/share/man/man4/pci.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: pci.4,v 1.374 2019/09/26 13:09:55 brynet Exp $
+.\" $OpenBSD: pci.4,v 1.375 2019/11/18 03:08:38 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: September 26 2019 $
+.Dd $Mdocdate: November 18 2019 $
.Dt PCI 4
.Os
.Sh NAME
@@ -253,6 +253,8 @@ Emulex OneConnect 10Gb Ethernet device
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
.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
new file mode 100644
index 00000000000..1929b79ddd9
--- /dev/null
+++ b/share/man/man4/rge.4
@@ -0,0 +1,55 @@
+.\" $OpenBSD: rge.4,v 1.1 2019/11/18 03:08:38 kevlo Exp $
+.\"
+.\" Copyright (c) 2019 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
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" 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 $
+.Dt RGE 4
+.Os
+.Sh NAME
+.Nm rge
+.Nd Realtek 8125 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:
+.Pp
+.Bl -bullet -offset indent -compact
+.It
+Realtek RTL8125 2.5GbE Adapter (2500baseT)
+.It
+Rivet Networks Killer E3000 Adapter (2500baseT)
+.El
+.Sh SEE ALSO
+.Xr arp 4 ,
+.Xr ifmedia 4 ,
+.Xr intro 4 ,
+.Xr netintro 4 ,
+.Xr pci 4 ,
+.Xr hostname.if 5 ,
+.Xr ifconfig 8
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 6.6 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Kevin Lo Aq Mt kevlo@openbsd.org .