- Layed out device ID functionality in own files. 2007-02-20, by Florian Pose
- Minor change in device.c (removed unused header). 2007-02-20, by Florian Pose
- Introduced device IDs; removed comment lines from 8139too; removed 2007-02-16, by Florian Pose
- Removed ec_eoeif_count parameter from master module. 2007-02-16, by Florian Pose
- Removed XML device from master structure. 2007-02-16, by Florian Pose
- Fixed e100 installation with disabled ENABLE_E100. 2007-02-16, by Florian Pose
- Added --enable-e100 switch to configure. 2007-02-15, by Florian Pose
- First experimental version of e100 driver. 2007-02-14, by Florian Pose
- Minor changes to root Makefile.am. 2007-02-14, by Florian Pose
- Updated TODO. 2007-02-14, by Florian Pose
- Release 1.2 2007-02-13, by Florian Pose
- Updated NEWS file. 2007-02-13, by Florian Pose
- Changed structure of scripts subdirectory. 2007-02-13, by Florian Pose
- Updated AUTHORS file. 2007-02-13, by Florian Pose
- Updated README file. 2007-02-13, by Florian Pose
- Updated INSTALL file. 2007-02-13, by Florian Pose
- Do not include documentation in distribution any more. 2007-02-13, by Florian Pose
- Renamed sysconfig file to sysconfig-file. 2007-02-13, by Florian Pose
- Updated TODO. 2007-02-13, by Florian Pose
- Made ec_sync_config() and ec_fmmu_config() to methods of ec_slave_t. 2007-02-13, by Florian Pose
- Updated FEATURES file. 2007-02-13, by Florian Pose
- Updated TODO. 2007-02-13, by Florian Pose
- Introduced topology_change_pending to delay bus scanning until IDLE mode 2007-02-13, by Florian Pose
- Minor: Removed warning when EoE interface is up upon master unloading. 2007-02-12, by Florian Pose
- Minor: Adjusted minimal example to new testing hardware. 2007-02-12, by Florian Pose
- Fixed bug causing unloading of realtime module being very slow after topology change. 2007-02-12, by Florian Pose
- schedule() other processes while waiting in ec_master_sync_io(). 2007-02-12, by Florian Pose
- Ignore queued datagrams while waiting in ec_master_sync_io(). 2007-02-12, by Florian Pose
- Updated TODO. 2007-02-12, by Florian Pose
- Version 1.2.0, release candidate 2. 2007-02-09, by Florian Pose
- Added EXPORT macro for ecrt_version_magic(). 2007-02-09, by Florian Pose
- Updated TODO. 2007-02-09, by Florian Pose
- Auto-generate ChangeLog with mydist target. 2007-02-09, by Florian Pose
- Updated ChangeLog. 2007-02-09, by Florian Pose
- Introduced ECRT version magic. 2007-02-09, by Florian Pose
- Minor changes in master thread messages. 2007-02-09, by Florian Pose
- Fixed invalid module pointer in device structure. 2007-02-09, by Florian Pose
- Fixed bug that caused the last slave not to be scanned. 2007-02-06, by Florian Pose
- Fixed bad configure behavior with complex kernel version strings. 2007-01-15, by Florian Pose
- Fixed modules_install target: create dir before copying. 2007-01-12, by Florian Pose
- Made network driver ISRs static again. 2007-01-12, by Florian Pose
- Added 8139too driver for kernel 2.6.19. 2007-01-12, by Florian Pose
- Replaced ec_isr_t by ec_pollfunc_t; added poll function s in network drivers. 2007-01-12, by Florian Pose
- Added 8139too driver for 2.6.18. 2007-01-12, by Florian Pose
- Warn on duplicate master releasing. 2007-01-12, by Florian Pose
- Fixed bug in master state machine that came up in r745. 2007-01-12, by Florian Pose
- Minor fix on master.c (name of master thread). 2007-01-10, by Florian Pose
- Layed out slave state machines in own files fsm_slave.[ch]; renamed fsm.[ch] to fsm_master.[ch] 2007-01-10, by Florian Pose
- Added some documentation. 2007-01-10, by Florian Pose
- Minor changes to slave.c 2007-01-10, by Florian Pose
- Master workqueue replaced with kernel thread. 2007-01-10, by Florian Pose
- Fixed blocking of EoE processing while entering or leaving operational mode. 2007-01-09, by Florian Pose
- Re-added slave.configured flag as slave.self_configured. 2007-01-09, by Florian Pose
- Removed debug messages again. 2007-01-09, by Florian Pose
- Temporarily added some debug information. 2007-01-09, by Florian Pose
- Removed slave.configured flag. 2007-01-09, by Florian Pose
- Display requested state in slave info. 2007-01-09, by Florian Pose
- Fixed race: Stop EoE processing when entering or leaving operation mode. 2007-01-09, by Florian Pose
- Minor fix in master.c 2007-01-08, by Florian Pose
- Adjusted examples to EtherLab starter kit hardware. 2007-01-08, by Florian Pose