git: 76ed6f2db316 - main - ure.4: add a HARDWARE section + add RTL8156BG as a compatible controller
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 20 Apr 2025 19:30:56 UTC
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=76ed6f2db316bf2240d36d3c92316da4d1e5b174 commit 76ed6f2db316bf2240d36d3c92316da4d1e5b174 Author: Kenneth Raplee <kenrap@kennethraplee.com> AuthorDate: 2025-04-08 18:30:46 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2025-04-20 19:28:32 +0000 ure.4: add a HARDWARE section + add RTL8156BG as a compatible controller While here, rename all instances of "RealTek" to "Realtek" for authenticity. Reviewed by: imp, lwshu, zaiee Pull Request: https://github.com/freebsd/freebsd-src/pull/1649 --- share/man/man4/ure.4 | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/share/man/man4/ure.4 b/share/man/man4/ure.4 index f5452fa8463b..0d14a20f5f44 100644 --- a/share/man/man4/ure.4 +++ b/share/man/man4/ure.4 @@ -25,12 +25,12 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd September 3, 2024 +.Dd April 8, 2025 .Dt URE 4 .Os .Sh NAME .Nm ure -.Nd RealTek RTL8152/RTL8153/RTL8156 USB Ethernet driver +.Nd Realtek RTL8152/RTL8153/RTL8156 USB Ethernet driver .Sh SYNOPSIS To compile this driver into the kernel, place the following lines in your @@ -53,16 +53,7 @@ if_ure_load="YES" .Sh DESCRIPTION The .Nm -driver provides support for USB Ethernet adapters based on the RealTek -RTL8152, RTL8153/RTL8153B, and RTL8156/RTL8156B USB Ethernet controllers, -as well as USB Ethernet PHYs provided by -.Xr rgephy 4 . -.Pp -NICs based on the RTL8152 are capable of 10 and 100Mbps. -NICs based on the RTL8153 or provided by -.Xr rgephy 4 -are capable of 10, 100, and 1000Mbps. -NICs based on the RTL8156 are capable of 10, 100, 1000, and 2500Mbps operation. +driver supports the Realtek USB Ethernet Controller family. .Pp The .Nm @@ -94,12 +85,12 @@ or modes. .It Cm 1000baseTX Set 1000baseTX (Gigabit Ethernet) operation over twisted pair. -The RealTek gigE chips support 1000Mbps in +The Realtek gigE chips support 1000Mbps in .Cm full-duplex mode only. .It Cm 2500base-T Set 2500Base-T operation over twisted pair. -The RealTek 8156/8156B chips support 2500Mbps in +The Realtek 8156/8156B chips support 2500Mbps in .Cm full-duplex mode only. .El @@ -116,6 +107,17 @@ Force half-duplex operation. .Pp For more information on configuring this device, see .Xr ifconfig 8 . +.Sh HARDWARE +The +.Nm +driver supports the following USB Ethernet controllers: +.Bl -column "Realtek RTL8168/8169/8110/8211 via rgephy(4)" "10, 100, 1000, and 2500" +.It Model: Ta Speed (Mbps): +.It Realtek RTL8156/RTL8156B/RTL8156BG Ta 10, 100, 1000, and 2500 +.It Realtek RTL8153/RTL8153B Ta 10, 100, and 1000 +.It Realtek RTL8152 Ta 10 and 100 +.It Realtek RTL8168/8169/8110/8211 via rgephy(4) Ta 10, 100, and 1000 +.El .Sh DIAGNOSTICS .Bl -diag .It "ure%d: watchdog timeout"