Page MenuHomeFreeBSD

rge.4: fix incorrect speed range in HARDWARE section
ClosedPublic

Authored by chris.longros_gmail.com on Mar 20 2026, 5:48 PM.
Tags
None
Referenced Files
F153280942: D55995.id.diff
Mon, Apr 20, 5:35 AM
F153265889: D55995.id174087.diff
Mon, Apr 20, 3:42 AM
Unknown Object (File)
Sat, Apr 18, 4:56 PM
Unknown Object (File)
Sat, Apr 18, 3:45 PM
Unknown Object (File)
Sat, Apr 18, 3:45 PM
Unknown Object (File)
Sat, Apr 18, 2:01 PM
Unknown Object (File)
Sat, Apr 18, 12:50 PM
Unknown Object (File)
Wed, Apr 15, 12:16 PM
Subscribers

Details

Summary

The HARDWARE section stated "PCIe 1GB to 1GB Ethernet devices"
which is incorrect. The RTL8125/8126/8127 chips support speeds
from 1Gbps to 10Gbps. Correct the range.

Signed-off-by: Christos Longros <chris.longros@gmail.com>

rge.4: note that the driver manages PHY directly

The rge(4) driver does not use the miibus(4) interface for PHY
management. Instead, it accesses PHY registers directly via the
chip's OCP (On-Chip Peripheral) bus. Document this in the
DESCRIPTION section.

Signed-off-by: Christos Longros <chris.longros@gmail.com>

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

chris.longros_gmail.com edited the summary of this revision. (Show Details)
  • rge.4: note that the driver manages PHY directly
chris.longros_gmail.com retitled this revision from rge.4: fix incorrect speed range in HARDWARE section to rge.4: fix speed range and document direct PHY management.Mar 21 2026, 7:23 AM
chris.longros_gmail.com edited the summary of this revision. (Show Details)
share/man/man4/rge.4
127–140

For consistency with other drivers in the Hardware Release Notes, conforming to what I wrote in style.mdoc(5).

We may want to explicitly mention 2.5Gb support so people can search for that, because it's very desirable for SOHO but not everything supports it.

chris.longros_gmail.com retitled this revision from rge.4: fix speed range and document direct PHY management to rge.4: fix incorrect speed range in HARDWARE section.
chris.longros_gmail.com edited the summary of this revision. (Show Details)
  • rge.4: note that the driver manages PHY directly
This revision is now accepted and ready to land.Wed, Mar 25, 1:25 AM