Open main menu

DAVE Developer's Wiki β

Changes

Software reset
== Software reset ==
The ethernet PHY - in general - supports a software reset toovia the BCMR register. The MAC kernel driver issues a software reset during the ''phy attach'' to the ethernet device: <pre>ret = phy_write(phydev, MII_BMCR, BMCR_RESET);</pre> in the <code>genphy_soft_reset</code> function.
8,226
edits