logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mdio — IEEE 802.3 Management Data Input/Output interface

Authors

       The driver was written by Stefan Bethke <stb@lassitu.de>.

Debian                                          December 17, 2015                                        MDIO(4)

Description

       The  mdio driver provides an interconnection between the Media Access Control (MAC) sublayer and Physical
       Layer (PHY) entities' control and status registers, as defined by the IEEE 802.3 Standard.

       The mdio layer allows device drivers to share common support code for various external PHY devices.

       MDIO is one of two signal interfaces that comprise the Media Independent Interface (MII) defined  by  the
       IEEE 802.3 Standard.  The miibus(4) driver provides support for devices that require full MII support.

History

       The mdio driver first appeared in FreeBSD 10.0.

Name

       mdio — IEEE 802.3 Management Data Input/Output interface

See Also

miibus(4)

Standards

       More information on MDIO can be found in the IEEE 802.3 Standard.

Synopsis

       To compile this driver into the kernel, place the following line in your kernel configuration file:

             devicemdio

See Also