Updated TODO and NEWS.

This commit is contained in:
Florian Pose 2007-07-25 07:46:09 +00:00
parent 9cfe5f1121
commit eb5d5e2700
2 changed files with 7 additions and 0 deletions

1
NEWS
View File

@ -6,6 +6,7 @@ $Id$
Changes in version 1.3.0:
* Added Intel PRO/1000 gigabit ethernet driver (e1000).
* Added testing version of Intel PRO/100 ethernet driver (e100).
* Added testing version of NVIDIA nForce ethernet driver (forcedeth).
* Removed "ec_eoeif_count" master module parameter. EoE handlers are created

6
TODO
View File

@ -6,6 +6,12 @@ $Id$
-------------------------------------------------------------------------------
* Issues for release 1.3.0:
- Fix EoE code.
- Take broadcast MAC address to register the first ethernet device.
- Limit EEPROM reading.
- Implement ecrt_get_slave() with integer argument as ring position.
* Future features:
- Interface/buffers for asynchronous domain IO.
- Distributed clocks.