xref: /openbsd-src/share/man/man4/rge.4 (revision 46035553bfdd96e63c94e32da0210227ec2e3cf1)
1.\" $OpenBSD: rge.4,v 1.5 2020/12/24 01:00:00 kevlo Exp $
2.\"
3.\" Copyright (c) 2019, 2020 Kevin Lo <kevlo@openbsd.org>
4.\"
5.\" Permission to use, copy, modify, and distribute this software for any
6.\" purpose with or without fee is hereby granted, provided that the above
7.\" copyright notice and this permission notice appear in all copies.
8.\"
9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
16.\"
17.Dd $Mdocdate: December 24 2020 $
18.Dt RGE 4
19.Os
20.Sh NAME
21.Nm rge
22.Nd Realtek 8125/8125B PCI Express 2.5Gb Ethernet device
23.Sh SYNOPSIS
24.Cd "rge* at pci?"
25.Sh DESCRIPTION
26The
27.Nm
28driver provides support for PCI Express 2.5Gb Ethernet adapters based
29on the Realtek RTL8125 and RTL8125B Ethernet controllers,
30including the following:
31.Pp
32.Bl -bullet -offset indent -compact
33.It
34Realtek 8125/8125B 2.5GbE Adapter (2500baseT)
35.It
36Rivet Networks Killer E3000 Adapter (2500baseT)
37.It
38TP-LINK TL-NG421 Adapter (2500baseT)
39.El
40.Pp
41The
42.Nm
43driver additionally supports Wake on LAN (WoL).
44See
45.Xr arp 8
46and
47.Xr ifconfig 8
48for more details.
49.Sh SEE ALSO
50.Xr arp 4 ,
51.Xr ifmedia 4 ,
52.Xr intro 4 ,
53.Xr netintro 4 ,
54.Xr pci 4 ,
55.Xr hostname.if 5 ,
56.Xr ifconfig 8
57.Sh HISTORY
58The
59.Nm
60driver first appeared in
61.Ox 6.6 .
62.Sh AUTHORS
63.An -nosplit
64The
65.Nm
66driver was written by
67.An Kevin Lo Aq Mt kevlo@openbsd.org .
68