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
F165779334: D55995.id174071.diff
Sun, Aug 9, 7:09 PM
F165722302: D55995.id174087.diff
Sun, Aug 9, 12:06 PM
F165720586: D55995.id174087.diff
Sun, Aug 9, 11:51 AM
F165692001: D55995.diff
Sun, Aug 9, 7:25 AM
Unknown Object (File)
Sat, Aug 8, 5:41 AM
Unknown Object (File)
Sat, Aug 8, 3:06 AM
Unknown Object (File)
Sat, Aug 8, 2:46 AM
Unknown Object (File)
Wed, Aug 5, 9:02 AM
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 Passed
Unit
No Test Coverage
Build Status
Buildable 71593
Build 68476: arc lint + arc unit

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
122–125

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.Mar 25 2026, 1:25 AM