Searched hist:"7 aa69e31072f4ab54dc877e799afe4a91b76dca5" (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/mii/ |
H A D | rgephyreg.h | diff 7aa69e31072f4ab54dc877e799afe4a91b76dca5 Thu Dec 03 06:27:39 CET 2015 Pyun YongHyeon <yongari@FreeBSD.org> Disable EEE(Energy Efficient Ethernet) for RTL8211F PHY. It seems the EEE made RX MAC enter LPI(Low Power Idle) mode such that dwc(4) was not able to receive packets. Ideally dwc(4) should be able to use EEE to save power during periods of low link utilization(i.e. gating off clock). Due to lack of dwc(4) datasheet it's not easy to take required steps for EEE on LPI enter/exit events. Disabling EEE in PHY seems to be easy workaround until dwc(4) supports EEE.
Updating EEE advertisement register on RTL8211F seems to have no effect until reprogramming MII_ANAR, MII_100T2CR and MII_BMCR with auto-negotiation. It's not clear whether it's related with mii_phy_reset()'s BMCR_ISO handling for RTL8211F though. It seems rgephy_reset() needs careful investigation for newer RealTek PHYs.
Ganbold submitted working version based on NetBSD change and tested lots of changes I made. Thanks a lot!
Submitted by: ganbold (initial version) In collaboration with: ganbold
|
H A D | rgephy.c | diff 7aa69e31072f4ab54dc877e799afe4a91b76dca5 Thu Dec 03 06:27:39 CET 2015 Pyun YongHyeon <yongari@FreeBSD.org> Disable EEE(Energy Efficient Ethernet) for RTL8211F PHY. It seems the EEE made RX MAC enter LPI(Low Power Idle) mode such that dwc(4) was not able to receive packets. Ideally dwc(4) should be able to use EEE to save power during periods of low link utilization(i.e. gating off clock). Due to lack of dwc(4) datasheet it's not easy to take required steps for EEE on LPI enter/exit events. Disabling EEE in PHY seems to be easy workaround until dwc(4) supports EEE.
Updating EEE advertisement register on RTL8211F seems to have no effect until reprogramming MII_ANAR, MII_100T2CR and MII_BMCR with auto-negotiation. It's not clear whether it's related with mii_phy_reset()'s BMCR_ISO handling for RTL8211F though. It seems rgephy_reset() needs careful investigation for newer RealTek PHYs.
Ganbold submitted working version based on NetBSD change and tested lots of changes I made. Thanks a lot!
Submitted by: ganbold (initial version) In collaboration with: ganbold
|