Page MenuHomeFreeBSD

rge.4: fix incorrect speed range in HARDWARE section
Needs ReviewPublic

Authored by chris.longros_gmail.com on Fri, Mar 20, 5:48 PM.

Details

Reviewers
adrian
Group Reviewers
manpages
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