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)
Wed, Dec 4, 1:59 PM
Unknown Object (File)
Tue, Dec 3, 9:08 AM
Unknown Object (File)
Oct 2 2024, 8:32 AM
Unknown Object (File)
Sep 24 2024, 4:10 AM
Unknown Object (File)
Sep 24 2024, 12:47 AM
Unknown Object (File)
Sep 22 2024, 9:15 PM
Unknown Object (File)
Sep 22 2024, 7:53 PM
Unknown Object (File)
Sep 22 2024, 7:17 PM
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.