master/master.c
2010-01-19 Florian Pose Fixed name of byte transmission time define; changed coding style.
2010-01-19 Florian Pose Disable use of hrtimer for scheduling by default. Does not work on some PPC targets.
2007-10-03 Florian Pose merge -r931:HEAD svn://yak/vol/projekte/msr_messen_steuern_regeln/ethercat/rep/trunk . stable-1.3
2007-09-13 Florian Pose MERGE -r908:HEAD svn://yak/vol/projekte/msr_messen_steuern_regeln/ethercat/rep/trunk (1.3.1 changes) stable-1.3
2007-08-10 Florian Pose MERGE trunk -r770:907 -> branches-1.3 (1.3 changes) stable-1.3
2007-02-13 Florian Pose Removed unwanted label. stable-1.2
2007-02-13 Florian Pose MERGE -r688:759 trunk -> branches/stable-1.2 (release 1.2, part one). stable-1.2
2006-11-07 Florian Pose MERGE trunk -r588:681 -> branches/stable-1.1 (Bugfixes, Ack behaviour, CoE via Sysfs, PDO ranges, 2.6.17 support, improved autotools, documentation) stable-1.1
2006-10-13 Florian Pose MERGE trunk -r573:587 -> branches/stable-1.1 (race, bootstrap, mailbox bugfix, debug interface switch) stable-1.1
2006-09-26 Florian Pose MERGE trunk -r564:568 -> branches/stable-1.1 (doc, master output, atomic flag) stable-1.1
2006-09-08 Florian Pose MERGE trunk -r534:537 -> branches/stable-1.1 (INSTALL file, Version info) stable-1.1
2006-09-01 Florian Pose MERGE trunk -r516:527 -> branches/stable-1.1 (jiffies, bugfixes, pdo defines) stable-1.1
2006-08-09 Florian Pose MERGE trunk -r494:513 -> branches/stable-1.1 (SDO configuration, bugfixes, EoE frame rates) stable-1.1
2006-08-03 Florian Pose MERGE trunk -r463:494 -> branches/stable-1.1 (Version 1.1) stable-1.1
2009-01-20 Florian Pose merge -c1617 branches/stable-1.4 1.4-foe
2009-01-19 Florian Pose Included FoE patch from Olav Zarges. 1.4-foe
2009-06-19 Florian Pose Sysfs device creation for kernels >= 2.6.26. stable-1.4
2008-12-29 Florian Pose Output vendor Id in hex. stable-1.4
2008-12-29 Florian Pose Fixed spelling of EtherCAT terms. stable-1.4
2008-12-29 Florian Pose Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only. stable-1.4
2008-10-17 Florian Pose Fixed jace in jiffies timeout calculation. stable-1.4
2008-10-02 Florian Pose merge -c1477 trunk: Moved threads to kthread interface. stable-1.4
2008-10-02 Florian Pose merge -c1473 trunk: Avoided using #ifdef inside a macro. stable-1.4
2006-08-02 Florian Pose MERGE trunk -r452:489 -> stable-1.0 (datagrams, bugfixes, EEPROM info, idle mode) stable-1.0
2006-06-26 Florian Pose MERGE trunk -r428:447 -> branches/stable-1.0 (Complete EEPROM data, unloading buxfix, variable data, bridging) stable-1.0
2006-05-29 Florian Pose MERGE -r361:425 trunk -> branches/stable-1.0: EoE, License, State machines. stable-1.0
2006-04-24 Florian Pose MERGE trunk -r355:360 -> branches/stable-1.0 (Doxygen, INSTALL, and GPLv2) stable-1.0
2010-01-08 Florian Pose Merged Komax changes.
2009-12-27 Martin Troxler Merged
2009-12-18 Martin Troxler merged
2009-12-17 Matthias Luescher fix build for recent kernel versions (tested with 2.6.31)
2009-12-17 Martin Troxler removed busy loop in idle thread
2009-12-15 Martin Troxler use given send interval to limit SDO/FOE traffic
2009-12-01 Martin Troxler Moved FOE request queue and fsm into slaves
2009-12-01 Martin Troxler Moved sdo request queue to slaves
2010-01-07 Florian Pose Implemented ecrt_master() and ecrt_master_get_slave() in kernel space.
2009-12-14 Florian Pose Merged changes by Martin Troxler.
2009-11-30 Martin Troxler ecrt_master_set_max_cycle_size: limit SDO traffic
2009-11-26 Martin Troxler Each slave got its own SDO state machine (faster handling of external SDO requests)
2009-12-14 Florian Pose Merged changes from Martin Troxler.
2009-11-19 Martin Troxler Merge
2009-11-19 Martin Troxler applied komax patch to version r1822
2009-10-19 Florian Pose Merge x86_64 fixes.
2009-10-19 Florian Pose Avoid warnings on x86_64 platform. Thanks to Thomas Elste.
2009-10-06 Florian Pose Fixed clearing slaves: Also clear external requests before. Thanks to Martin
2009-08-21 Florian Pose DC synchrony monitoring methods.
2009-08-20 Florian Pose Added ecrt_master_deactivate() to remove the bus configuration.
2009-08-04 Florian Pose Fixed compiler error on --disable-eoe.
2009-07-29 Florian Pose Re-added callback data pointer, because it is necessary for some applications.
2009-07-27 Florian Pose Removed unwanted tabulators.
2009-07-13 Florian Pose Improved the callback mechanism.
2009-06-30 Florian Pose EoE processing with kthread.
2009-06-26 Florian Pose ethercat eoe command.
2009-06-26 Florian Pose Minor: vendor/product with 8 hex digits.
2009-05-06 Florian Pose Always set DC reference clock to OP.
2009-05-04 Florian Pose Use application start time as a common reference for cyclic generation
2009-05-04 Florian Pose Separated application time from synchronizing reference clock.
2009-04-30 Florian Pose Transition->Transmission.
2009-04-30 Florian Pose Transition delay calculation. TBC...
2009-04-29 Florian Pose Bus topology calculation.