2006-11-06 Florian Pose kobject_add() in constructors.
2006-11-06 Florian Pose Minor change in master.c.
2006-11-06 Florian Pose Added clear function for SDO kobject.
2006-11-06 Florian Pose Fixed workqueue cancelling.
2006-11-06 Florian Pose Added mrproper make target.
2006-11-06 Florian Pose Removed --foreign switch for autotools.
2006-11-03 Florian Pose Fix: Configuration of process data sync managers now in PREOP.
2006-11-03 Florian Pose Improved installation, added quick modules_install target.
2006-11-03 Florian Pose Fixed CoE Upload Request, now 10 bytes of Mailbox Service Data.
2006-11-03 Florian Pose Allow CoE requests, even if slave has error flag set.
2006-11-03 Florian Pose Fixed memory barrier bug in 8139too drivers.
2006-11-02 Florian Pose Added device module for kernel 2.6.17. Still slow?
2006-11-02 Florian Pose Mini example with KBUS again.
2006-10-31 Florian Pose Fixed debug interfaces.
2006-10-31 Florian Pose Fixed EEPROM writing.
2006-10-31 Florian Pose Fixed state change FSM again.
2006-10-31 Florian Pose Removed checking for depmod in configure.
2006-10-30 Florian Pose Remove estimated sync manager sizes when leaving operation mode.
2006-10-27 Florian Pose Fixed dist files for MSR example.
2006-10-27 Florian Pose BUGFIX: Remove SDO configurations when leaving OPERATION mode.
2006-10-27 Florian Pose SDO configurations in Sysfs.
2006-10-27 Florian Pose minimal example with SDO configs.
2006-10-27 Florian Pose New state in slaveconf FSM: Clear FMMU configurations after INIT.
2006-10-27 Florian Pose Print certain warnings only at debug_level.
2006-10-27 Florian Pose Minor output changes in ethernet.c
2006-10-27 Florian Pose Print certain logs only at debug_level.
2006-10-27 Florian Pose Added slave flags to Sysfs.
2006-10-27 Florian Pose Minor changes to minimal example.
2006-10-27 Florian Pose Explicit use of slave configuration FSM in ecrt_master_activate() and ecrt_master_release().
2006-10-27 Florian Pose Minor output changes in master/debug.c.
2006-10-27 Florian Pose State acknowledgement in master state machine.
2006-10-27 Florian Pose Changed output of ec_state_string() for error flag to "+ ERROR".
2006-10-27 Florian Pose Minor changes in example headers.
2006-10-27 Florian Pose MSR example: Replaced msr_load and msr_unload with init script, removed msr_param.h
2006-10-27 Florian Pose Added missing RTAI include path to RTAI example.
2006-10-27 Florian Pose Moved functionality of ecrt_master_deactivate() (now deprecated) to ecrt_master_release().
2006-10-27 Florian Pose FIX: Introduced destroy() functions for kobject-derived classes and thus fixed memory leak.
2006-10-26 Florian Pose Added missing files to dist.
2006-10-26 Florian Pose Persistent slave lists.
2006-10-25 Florian Pose Minor changes in Kbuild files.
2006-10-25 Florian Pose Compiler flag -DSVNREV only for module.c to avoid unnecessary recompiling.
2006-10-25 Florian Pose Fixes in state change FSM.
2006-10-25 Florian Pose SDO dictionary and SDO access only in IDLE mode, because of kmalloc()s.
2006-10-24 Florian Pose SDO uploading via Sysfs without master FSM calling wake_up().
2006-10-24 Florian Pose Altered configure --with-linux parameter to --with-linux-dir; removed depmod call.
2006-10-24 Florian Pose Increased state change checking timeout to 1s.
2006-10-24 Florian Pose Output state names instead of codes in change FSM.
2006-10-24 Florian Pose Minot output changes in fsm.c
2006-10-24 Florian Pose Layed out CoE state machine.
2006-10-23 Florian Pose Removed state machine running() methods.
2006-10-23 Florian Pose Layed out state change state machine.
2006-10-23 Florian Pose Layed out SII state machine.
2006-10-20 Florian Pose Minor Makefile changes.
2006-10-20 Florian Pose Improved output at mailbox error.
2006-10-20 Florian Pose Implemented SDO reading via Sysfs.
2006-10-20 Florian Pose Always begin with subindex 0 while fetching SDO dictionary.
2006-10-20 Florian Pose Set initial state of all slaves to PREOP.
2006-10-20 Florian Pose Added EC_WAIT_SDO_DICT define.
2006-10-20 Florian Pose Fixed bug in master state machine.
2006-10-20 Florian Pose Better debugging output for SDO dictionaries.