--- wikisrc/users/msaitoh.mdwn 2014/04/24 05:57:33 1.3 +++ wikisrc/users/msaitoh.mdwn 2015/02/16 03:47:14 1.11 @@ -14,9 +14,12 @@ * Atomic access of MII PHY. * There is no common framework to do multiple register accesses as atomic. * See my slide in AsiaBSDCon 2014 WIP session <> +* 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 -* Serdes support for wm(4) - * I have no any serdes machines/cards :-( +* wm(4) + * SFP support. + * The code was written but it doesn't work yet :-| * Improve puc(4) as console * Update IXP4xx stuff. * Support Intel Galileo @@ -28,6 +31,10 @@ * To be able to map and access PCI extended configuration space. * PLEASE SOMEONE! * PCI MSI, MSI-X support + * knakahara@ is working on it. * Add support dot3 MIB * Steal from FreeBSD :) * Think about the behavior of ETHERCAP_* +* 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)