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