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