Page MenuHomeFreeBSD

rge.4: fix speed range and document direct PHY management
Needs ReviewPublic

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

Details

Reviewers
adrian
Summary

Fix two issues in the rge(4) man page:

  1. 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.
  1. Note in DESCRIPTION that the rge(4) driver manages the PHY directly via the chip's OCP bus rather than using the miibus(4) interface.

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)