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
F153023641: D55995.diff
Sat, Apr 18, 4:56 PM
F153016358: D55995.id174087.diff
Sat, Apr 18, 3:45 PM
F153016346: D55995.id174071.diff
Sat, Apr 18, 3:45 PM
F153002544: D55995.diff
Sat, Apr 18, 2:01 PM
F152993798: D55995.id174259.diff
Sat, Apr 18, 12:50 PM
Unknown Object (File)
Wed, Apr 15, 12:16 PM
Unknown Object (File)
Wed, Apr 15, 9:55 AM
Unknown Object (File)
Wed, Apr 15, 7:55 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.Sat, Mar 21, 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.Wed, Mar 25, 1:25 AM