version 1.3, 2014/04/24 05:57:33
|
version 1.9, 2015/02/05 04:09:23
|
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) |
* |
* I have no any serdes machines/cards :-( |
* wm(4) |
|
* SFP ROM support to work with SFP Copper module. |
* Improve puc(4) as console |
* Improve puc(4) as console |
* Update IXP4xx stuff. |
* Update IXP4xx stuff. |
* Support Intel Galileo |
* Support Intel Galileo |
Line 31
|
Line 34
|
* Add support dot3 MIB |
* Add support dot3 MIB |
* Steal from FreeBSD :) |
* Steal from FreeBSD :) |
* Think about the behavior of ETHERCAP_* |
* Think about the behavior of ETHERCAP_* |
|
* Use MI kern/subr_disk_mbr.c on some ARM platforms <<http://gnats.netbsd.org/47463>>. |
|
* Fix/improve pmc(1) and PERFCTRS. At least it doesn't work on i386 MP system. |
|
* MI(or common) format or API for "cpuctl identify" |
|
* [Comparison of implementations of Ethernet drivers](ethernet_driver) |