master/module.c
2006-10-27 Florian Pose FIX: Introduced destroy() functions for kobject-derived classes and thus fixed memory leak.
2006-10-26 Florian Pose Persistent slave lists.
2006-10-25 Florian Pose Compiler flag -DSVNREV only for module.c to avoid unnecessary recompiling.
2006-10-20 Florian Pose Implemented SDO reading via Sysfs.
2006-10-17 Florian Pose Added EC_SLAVE_STATE_ACK_ERR to ec_state_string(); added EC_STATE_STRING_SIZE
2006-09-28 Florian Pose No bus time measuring on device registration.
2006-09-28 Florian Pose Altered master version string.
2006-09-28 Florian Pose Fixed race on duplicate device registering or device unregistering while requesting master.
2006-09-26 Florian Pose Replaced master's reserved flag by atomic_t available.
2006-09-26 Florian Pose Changes in ecrt_request_master(); minor output changes.
2006-09-19 Florian Pose Introduced per-master character devices for XML descriptions.
2006-09-08 Florian Pose Compile/Version info in sysconfig master info file.
2006-08-03 Florian Pose Measure bus time.
2006-08-03 Florian Pose VERSION 1.1: New realtime interface, only state machines.
2006-08-01 Florian Pose Renamed master parameter ec_eoe_devices to ec_eoeif_count.
2006-07-19 Florian Pose Renamed FREERUN mode to IDLE mode.
2006-07-19 Florian Pose Renamed IDLE mode to ORPHANED mode.
2006-06-26 Florian Pose Added missing documentation.
2006-05-19 Florian Pose EoE in Free-Run mode; Finished slave configuration state machine.
2006-05-18 Florian Pose Minor changes in module.c
2006-05-18 Florian Pose Changed license headers and added EtherCAT license notice.
2006-04-24 Florian Pose Restart free run mode after requesting failed.
2006-04-24 Florian Pose Doxygen added interface modules and file documentation.
2006-04-21 Florian Pose GPLv2 License and enhanced Doxygen output.
2006-04-20 Florian Pose Introduced version number define.
2006-04-20 Florian Pose Translated all comments and documentation to english language.
2006-04-12 Florian Pose Prepared Free-Run mode
2006-04-11 Florian Pose Macro for SysFS attribute definition
2006-04-10 Florian Pose MERGE branches/sysfs -> trunk (whole SysFS implementation)
2006-04-05 Florian Pose Bugfix: Discovered memory leak.
2006-04-05 Florian Pose Plugfest: Globale Debug-Funktionen f?r Frame-Daten.
2006-04-05 Florian Pose Plugfest: master_open()/close() ausgelagert.
2006-03-24 Florian Pose Code aufger?umt und kleines Speicherleck entdeckt.
2006-03-20 Florian Pose Bugfix: SDO download. SDO abort codes ausgeben.
2006-03-17 Florian Pose MERGE branches/async -> trunk (alle Unterschiede ?bernommen)
2006-03-08 Florian Pose MERGE branches/async -r243:244 -> trunk (intypes).
2006-03-06 Florian Pose MERGE branches/async 222:233 -> trunk (Kommando-Warteschlangen).
2006-02-28 Florian Pose Code-Dokumentation angepasst.
2006-02-26 Florian Pose Bessere Ausgaben beim Starten und beenden.
2006-02-24 Florian Pose Master wird nach nicht erfolgreichem Request resettet.
2006-02-24 Florian Pose printk durch Makros ersetzt.
2006-02-24 Florian Pose Compile-Warnings mit ADEOS behoben.
2006-02-24 Florian Pose Frame-Debugging ins Device ausgelagert und verbessert.
2006-02-23 Florian Pose Dynamische FMMU-Konfiguration, zwei Kopieroperationen eingespart, Einr?ckungen angepasst.
2006-02-03 Florian Pose CANopen over EtherCAT.
2006-01-26 Florian Pose Code-Dokumentation mit Doxygen aufgearbeitet.
2006-01-20 Florian Pose Bugfix im Master, ec_master_reset() und laufendes Beispiel in rt.
2006-01-20 Florian Pose Mit neuer Schnittstelle wieder lauff?hig.
2006-01-17 Florian Pose Vereinheitlichte Schnittstellen, Include-Verzeichnis und Module getrennt.