1.\" $OpenBSD: rge.4,v 1.7 2024/06/30 08:13:02 kevlo Exp $ 2.\" 3.\" Copyright (c) 2019, 2020, 2024 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: June 30 2024 $ 18.Dt RGE 4 19.Os 20.Sh NAME 21.Nm rge 22.Nd Realtek 8125/8125B/8126 PCI Express 10/100/1Gb/2.5Gb/5Gb Ethernet device 23.Sh SYNOPSIS 24.Cd "rge* at pci?" 25.Sh DESCRIPTION 26The 27.Nm 28driver provides support for NICs based on the 29Realtek RTL8125, RTL8125B and RTL8126 PCI Express Ethernet controllers, 30including the following: 31.Pp 32.Bl -bullet -offset indent -compact 33.It 34IOCrest IO-PCE8126-GLAN Adapter (5000baseT) 35.It 36Realtek 8125/8125B 2.5GbE Adapter (2500baseT) 37.It 38Rivet Networks Killer E3000 Adapter (2500baseT) 39.It 40TP-LINK TL-NG421 Adapter (2500baseT) 41.El 42.Pp 43NICs based on the 8125 and 8125B are capable of 10, 100, 1000 and 442500Mbps operation. 45NICs based on the 8126 are capable of 10, 100, 1000, 2500 and 465000Mbps operation. 47.Pp 48The 49.Nm 50driver additionally supports Wake on LAN (WoL). 51See 52.Xr arp 8 53and 54.Xr ifconfig 8 55for more details. 56.Sh SEE ALSO 57.Xr arp 4 , 58.Xr ifmedia 4 , 59.Xr intro 4 , 60.Xr netintro 4 , 61.Xr pci 4 , 62.Xr hostname.if 5 , 63.Xr ifconfig 8 64.Sh HISTORY 65The 66.Nm 67driver first appeared in 68.Ox 6.6 . 69.Sh AUTHORS 70.An -nosplit 71The 72.Nm 73driver was written by 74.An Kevin Lo Aq Mt kevlo@openbsd.org . 75