version 1.10, 2015/02/05 04:12:12
|
version 1.11, 2015/02/16 03:47:14
|
Line 17
|
Line 17
|
* Change the return value of mii_readreg() and mii_writereg(). |
* 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. |
* 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 |
* |
|
* wm(4) |
* wm(4) |
* SFP ROM support to work with SFP Copper module. |
* SFP support. |
|
* The code was written but it doesn't work yet :-| |
* 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 31
|
* To be able to map and access PCI extended configuration space. |
* To be able to map and access PCI extended configuration space. |
* PLEASE SOMEONE! |
* PLEASE SOMEONE! |
* PCI MSI, MSI-X support |
* PCI MSI, MSI-X support |
|
* knakahara@ is working on it. |
* 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. |
* 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" |
* MI(or common) format or API for "cpuctl identify" |
* [[Comparison of implementations of Ethernet drivers]](ethernet_driver) |
* [[Comparison of implementations of Ethernet drivers]](ethernet_driver) |