From 8c9abc407cbc3f8cbcf4ec27cdcd5797266fd575 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Thu, 8 Mar 2007 13:06:20 +0000 Subject: [PATCH] Updated NEWS and TODO. --- NEWS | 4 ++-- TODO | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/NEWS b/NEWS index 864a1836..f12bec70 100644 --- a/NEWS +++ b/NEWS @@ -6,8 +6,8 @@ $Id$ Changes in version 1.3.0: -* Added Intel PRO/100 ethernet driver (e100). -* Added ethernet driver for NVIDIA nForce chipsets (forcedeth). +* 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. * Introduced "Device IDs" to tell a master to wait for connection of certain ethernet devices. diff --git a/TODO b/TODO index c6bf03f3..fa17afbb 100644 --- a/TODO +++ b/TODO @@ -12,27 +12,27 @@ $Id$ - Remove ugly ec_slave_is_coupler(). - Replace Vendor ID and product code arguments of ec_domain_register_pdo() by slave pointer. + - Reset topology_change_pending on successful validation. + - Dynamic creation of EoE handlers. * Future features: - - SDO dictionary and -access in operation mode. - - SDO write access in sysfs. - - Speed up IDLE state machine through fast mode with schedule(). - - Evaluate EEPROM contents after writing. - Interface/buffers for asynchronous domain IO. - Distributed clocks. - Read dynamic PDO mapping from SDO dictionary (see can-cia.org: cia301ds4). - Redundancy with 2 network adapters. - - Read out CRC counters. - - Optimize alignment of process data. - - Calculate expected working counter for domains. * Smaller issues: - Clear sync managers in INIT. - - Reset topology_change_pending on successful validation. - Simplify FSMs with _enter() functions. - - Dynamic creation of EoE handlers. - Output intermediate results during lsec. - State change FSM: Follow spontaneous state changes. + - Read out CRC counters. + - Calculate expected working counter for domains. + - Optimize alignment of process data. + - Evaluate EEPROM contents after writing. + - SDO dictionary and -access in operation mode. + - SDO write access in sysfs. + - Speed up IDLE state machine through fast mode with schedule(). * Less important issues: - Implement all EtherCAT datagram types.