Wed, 08 Aug 2007 10:31:54 +0000 Florian Pose Fixed defines bug in configure; renamed config.kbuild variables.
Tue, 07 Aug 2007 13:33:57 +0000 Florian Pose Added debugging output for unmatched frames and those that timed out.
Tue, 07 Aug 2007 13:33:21 +0000 Florian Pose Renamed EoE interfaces to eoe<MASTER>s<SLAVE>.
Tue, 07 Aug 2007 13:22:37 +0000 Florian Pose Fixed typo.
Tue, 07 Aug 2007 08:37:33 +0000 Florian Pose Fixed distribution for e1000.
Tue, 07 Aug 2007 08:29:30 +0000 Florian Pose Added e1000 driver for 2.6.20.
Tue, 07 Aug 2007 07:54:51 +0000 Florian Pose Added --enable-dummy; renamed EC_DBG_IF to EC_DEBUG_IF, ENABLE_DEBUG_IF
Mon, 06 Aug 2007 12:33:09 +0000 Florian Pose Merged e1000 changes from 2.6.13 to 2.6.18 (not tested).
Mon, 06 Aug 2007 11:51:52 +0000 Florian Pose Minor changes.
Mon, 06 Aug 2007 11:46:41 +0000 Florian Pose First working version of e1000 driver under 2.6.13.
Fri, 03 Aug 2007 14:11:37 +0000 Florian Pose Added ec_e1000 prefix for DPRINTK() macros.
Fri, 03 Aug 2007 13:31:13 +0000 Florian Pose Improved Makefiles.
Mon, 30 Jul 2007 11:50:08 +0000 Florian Pose Added e1000 driver for kernel 2.6.13.
Mon, 30 Jul 2007 11:41:37 +0000 Florian Pose Made e1000_hw.h and e1000_osdep.h kernel-dependent.
Wed, 25 Jul 2007 12:53:01 +0000 Florian Pose Serveral changes on e1000 driver (not tested!).
Wed, 25 Jul 2007 12:52:06 +0000 Florian Pose Replaced ecdev_link_state() with ecdev_set_link(); added
Wed, 25 Jul 2007 07:46:09 +0000 Florian Pose Updated TODO and NEWS.
Tue, 17 Jul 2007 18:47:12 +0000 Florian Pose Advanced e1000 modifications.
Fri, 13 Jul 2007 15:18:37 +0000 Florian Pose First version with e1000 driver (to be continued...)
Fri, 08 Jun 2007 12:03:20 +0000 Florian Pose Improved dummy module.
Wed, 06 Jun 2007 17:02:38 +0000 Florian Pose Added dummy module for simulation purposes.
Thu, 03 May 2007 14:29:21 +0000 Florian Pose Introduced frames_timed_out flag to notice bus failure when link down is
Fri, 16 Mar 2007 14:42:04 +0000 Florian Pose Completely lock master while an EoE cycle is executing.
Fri, 16 Mar 2007 14:02:21 +0000 Florian Pose Version 1.3.0-rc1.
Fri, 16 Mar 2007 14:00:12 +0000 Florian Pose Dynamic creation of EoE handlers.
Fri, 16 Mar 2007 13:39:19 +0000 Florian Pose Configure alternative PDO mapping only on slaves that have PDO sync
Fri, 16 Mar 2007 11:23:08 +0000 Florian Pose Removed unecessary clearing of EoE handlers in master init function;
Fri, 16 Mar 2007 11:06:40 +0000 Florian Pose Updated TODO.
Fri, 16 Mar 2007 11:04:50 +0000 Florian Pose Respected endianess in sysfs SDO output; Separate message, if data type
Mon, 12 Mar 2007 18:21:42 +0000 Florian Pose Slave configuration exclusively from master thread; removed
Mon, 12 Mar 2007 18:15:06 +0000 Florian Pose Merged changes of examples/mini/mini.c -r858:859 to
Mon, 12 Mar 2007 18:12:30 +0000 Florian Pose Minor changes in minimal example.
Mon, 12 Mar 2007 16:40:23 +0000 Florian Pose Fixed missing semaphore initialization.
Mon, 12 Mar 2007 13:59:23 +0000 Florian Pose Added scan time output.
Mon, 12 Mar 2007 13:59:06 +0000 Florian Pose Fixed skipped datagrams when not in FSM idle phase.
Mon, 12 Mar 2007 12:11:43 +0000 Florian Pose Introduced idle flag in master state machine.
Mon, 12 Mar 2007 11:02:05 +0000 Florian Pose Renamed names of enum type ec_request_state_t.
Mon, 12 Mar 2007 08:47:56 +0000 Florian Pose Made waiting for device semaphore uninterruptible.
Mon, 12 Mar 2007 08:42:02 +0000 Florian Pose Replaced master variable 'atomic_t available' by integer and used
Fri, 09 Mar 2007 15:11:29 +0000 Florian Pose Implemented SDO reading with wait queues.
Fri, 09 Mar 2007 14:00:32 +0000 Florian Pose Renamed ec_eeprom_request_state_t enum to ec_request_state_t and made it
Fri, 09 Mar 2007 13:44:46 +0000 Florian Pose Updated TODO.
Fri, 09 Mar 2007 13:24:15 +0000 Florian Pose Removed X:Y addressing scheme, ec_slave_is_coupler(),
Fri, 09 Mar 2007 13:16:12 +0000 Florian Pose Correctted resetting topology_change_pending and tainted flags.
Fri, 09 Mar 2007 10:32:25 +0000 Florian Pose Adjusted minimal example to interface changes.
Fri, 09 Mar 2007 10:24:50 +0000 Florian Pose Added parameters for vendor ID and product code to ecrt_get_slave(); PDO
Thu, 08 Mar 2007 18:15:25 +0000 Florian Pose Allow only MAC addresses as device identifiers; replaced master list by
Thu, 08 Mar 2007 13:06:20 +0000 Florian Pose Updated NEWS and TODO.
Thu, 08 Mar 2007 13:02:42 +0000 Florian Pose Removed ecrt_master_run(), removed datagram queueing from state
Thu, 08 Mar 2007 08:10:32 +0000 Florian Pose Updated TODO.
Wed, 07 Mar 2007 17:37:21 +0000 Florian Pose Implemented alternative PDO mapping configuration interface.
Wed, 07 Mar 2007 17:27:25 +0000 Florian Pose Updated TODO.
Wed, 07 Mar 2007 16:20:20 +0000 Florian Pose Updated TODO.
Wed, 07 Mar 2007 15:29:02 +0000 Florian Pose Fixed sync manager freeing bug coming up in r833.
Wed, 07 Mar 2007 13:56:00 +0000 Florian Pose Removed obsolete ec_slave_sync_config().
Wed, 07 Mar 2007 13:29:29 +0000 Florian Pose Layed out FMMU structure and methods to own files.
Wed, 07 Mar 2007 13:12:33 +0000 Florian Pose Moved a few constants to the files they are needed in.
Wed, 07 Mar 2007 13:06:40 +0000 Florian Pose Layed out sync manager structures and methods into own files.
Wed, 07 Mar 2007 11:46:02 +0000 Florian Pose Layed out PDO structures to own files.
Wed, 07 Mar 2007 11:30:09 +0000 Florian Pose Renamed ec_sii_sync_t to ec_sync_t.