master/master.h
2010-02-05 Florian Pose Removed tabulators.
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 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-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-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 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
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 -r450:451 -> branches/stable-1.0 (docs) 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
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
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-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-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-05-04 Florian Pose Use application start time as a common reference for cyclic generation
2009-04-30 Florian Pose Transition delay calculation. TBC...
2009-04-29 Florian Pose Bus topology calculation.
2009-04-20 Florian Pose Find DC reference clock.
2009-04-17 Florian Pose Added debug_level module parameter. debug_level is now unsigned int.
2009-04-09 Florian Pose DC sync reference clock to application time. TBC...
2009-04-09 Florian Pose Introduced ecrt_master_sync() for synchronizing slave clocks to reference clock.
2009-04-08 Florian Pose Renamed phy_ commands to reg_.
2009-03-09 Florian Pose Preparations to compile against 2.6.27.
2009-02-24 Florian Pose Improved and added license headers.
2009-01-26 Florian Pose merge -c1616 branches/1.4-foe: Included FoE patch from Olav Zarges.
2009-01-26 Florian Pose merge -c1604 branches/stable-1.4: Fixed spelling of EtherCAT terms.
2009-01-26 Florian Pose merge -c1603 branches/stable-1.4: Changed licence headers to avoid conflicts with the GPL; restricted licence to GPLv2 only.
2008-11-17 Florian Pose Created backend versions of all API functions returing a pointer; using
2008-10-17 Florian Pose merge -c1522 branches/stable-1.4: Fixed jace in jiffies timeout calculation.
2008-10-09 Florian Pose Added ec_master_get_config().
2008-10-09 Florian Pose Applied patch by Mario Witkowski to support the new class/device
2008-10-01 Florian Pose Moved threads to kthread interface.
2008-08-13 Florian Pose Added phy commands.
2008-08-08 Florian Pose Fixed race concerning thread signaling when master thread had no
2008-07-02 Florian Pose Improved locking between ioctl()s and master state machine; separate
2008-07-02 Florian Pose Added ec_master_find_domain_const().
2008-07-02 Florian Pose Added ec_master_find_slave_const().
2008-07-01 Florian Pose Implemented master semaphore to secure concurrent access from ioctls, state machine and realtime interface.
2008-06-19 Florian Pose Removed state machine cycle time measuring.
2008-06-18 Florian Pose Renamed master 'mode' to 'phase'.