version 1.5, 2014/04/25 14:01:31
|
version 1.6, 2014/05/28 09:24:56
|
Line 14
|
Line 14
|
* Atomic access of MII PHY. |
* Atomic access of MII PHY. |
* There is no common framework to do multiple register accesses as atomic. |
* There is no common framework to do multiple register accesses as atomic. |
* See my slide in AsiaBSDCon 2014 WIP session <<http://www.netbsd.org/~msaitoh/Improving_MII_PHY.pdf>> |
* See my slide in AsiaBSDCon 2014 WIP session <<http://www.netbsd.org/~msaitoh/Improving_MII_PHY.pdf>> |
|
* Change the return value of mii_readreg() and mii_writereg(). |
|
* Currently there is no way to know whether the call was failed(timeout) or not. |
* IEEE 802.3az (Energy Efficiency Ethernet(EEE)) supprot |
* IEEE 802.3az (Energy Efficiency Ethernet(EEE)) supprot |
|
* |
* Serdes support for wm(4) |
* Serdes support for wm(4) |
* I have no any serdes machines/cards :-( |
* I have no any serdes machines/cards :-( |
* Improve puc(4) as console |
* Improve puc(4) as console |