Page MenuHomeFreeBSD

Add MDIO support for "extended" registers as defined by IEEE 802.3 Clause 45.
ClosedPublic

Authored by landon_landonf.org on Dec 17 2015, 10:58 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 30, 4:50 AM
Unknown Object (File)
Feb 22 2024, 7:13 PM
Unknown Object (File)
Jan 9 2024, 9:01 AM
Unknown Object (File)
Oct 13 2023, 3:09 PM
Unknown Object (File)
Oct 11 2023, 10:29 PM
Unknown Object (File)
Oct 11 2023, 6:29 AM
Unknown Object (File)
Sep 30 2023, 4:21 PM
Unknown Object (File)
Aug 21 2023, 7:48 AM
Subscribers

Details

Summary

IEEE 802.3 Clause 45 added backwards-compatible support for 2^16 PHY registers
through the addition of an additional device address frame.

Clause 45 addressing is used in 10Gbe PHYs, 802.3az EEE registers, etc. It may
make sense to provide a similar extension to the miibus interface, but I've
refrained from unilaterally doing so here.

Depends on D4606

Test Plan

See D4606

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

landon_landonf.org retitled this revision from to Add MDIO support for "extended" registers as defined by IEEE 802.3 Clause 45..
landon_landonf.org updated this object.
landon_landonf.org edited the test plan for this revision. (Show Details)
landon_landonf.org added a reviewer: adrian.
adrian edited edge metadata.
This revision is now accepted and ready to land.Dec 25 2015, 5:31 AM
This revision was automatically updated to reflect the committed changes.