Page MenuHomeFreeBSD

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

Authored by chris.longros_gmail.com on Fri, Mar 20, 5:48 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 7, 2:15 AM
Unknown Object (File)
Mon, Apr 6, 9:54 PM
Unknown Object (File)
Sun, Apr 5, 7:07 PM
Unknown Object (File)
Mon, Mar 30, 7:48 PM
Unknown Object (File)
Mon, Mar 30, 7:48 PM
Unknown Object (File)
Mon, Mar 30, 1:19 PM
Unknown Object (File)
Sun, Mar 29, 8:21 PM
Unknown Object (File)
Sun, Mar 29, 7:35 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 71617
Build 68500: 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.Sat, Mar 21, 7:23 AM
chris.longros_gmail.com edited the summary of this revision. (Show Details)
share/man/man4/rge.4
127–130

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