master/master.c
2009-01-26 Florian Pose merge -c1616 branches/1.4-foe: Included FoE patch from Olav Zarges.
2009-01-26 Florian Pose merge -c1610 branches/stable-1.4: Added missing doxygen docs.
2009-01-26 Florian Pose merge -c1606 branches/stable-1.4: Output vendor Id in hex.
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 Improved error case return codes of many functions.
2008-11-17 Florian Pose Created backend versions of all API functions returing a pointer; using
2008-11-05 Florian Pose Output corrupted frame reasons.
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-02 Florian Pose Minor change.
2008-10-01 Florian Pose Moved threads to kthread interface.
2008-10-01 Florian Pose Avoided using #ifdef inside a macro.
2008-09-01 Florian Pose Added VoE handler.
2008-08-13 Florian Pose Added phy commands.
2008-08-08 Florian Pose Fixed race concerning thread signaling when master thread had no
2008-08-08 Florian Pose Fixed missing up().
2008-08-01 Florian Pose Added debugging for configuration function of the application interface.
2008-08-01 Florian Pose Fixed reconfiguration: Force config when application detaches.
2008-07-04 Florian Pose Improved source code doc.
2008-07-02 Florian Pose Renamed ecrt_slave_config_sync_managers() to ecrt_slave_config_pdos();
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-26 Florian Pose Store sync manager configurations in ec_slave_config_t instead of Pdo
2008-06-20 Florian Pose Fixed alias bug.
2008-06-19 Florian Pose Removed state machine cycle time measuring.
2008-06-19 Florian Pose Disable use of CPU timestamp counter by default.
2008-06-18 Florian Pose Removed 'end' and 'error' states from master state machine.
2008-06-18 Florian Pose Renamed master 'mode' to 'phase'.
2008-06-18 Florian Pose Removed configs_attached flag; changed return value of
2008-06-18 Florian Pose Minor change.
2008-06-18 Florian Pose Only load default assignment, if slave was attached.
2008-06-18 Florian Pose Implemented ecrt_slave_config_state(); minor changes in
2008-06-17 Richard Hacker Completed master states.
2008-06-17 Florian Pose Added support for different versions of class_device_create().
2008-06-17 Florian Pose Create class device with device_number information in sysfs.
2008-06-17 Florian Pose Reverted revision number checking from r1228.
2008-06-16 Florian Pose Added revision number to slave type checking.
2008-06-12 Florian Pose Added a few debugging messages.
2008-06-12 Florian Pose Fixed duplicate kfree() bug.
2008-06-12 Florian Pose Store slaves in an array instead of a list.
2008-06-12 Florian Pose Removed kobject from master and module. Sysfs is gone!
2008-06-12 Florian Pose Removed kobject from slave_config.
2008-06-12 Florian Pose Clear domains before slave configs, because domain references the FMMU
2008-06-12 Florian Pose Removed kobject from domain.
2008-06-12 Florian Pose Removed kobjects from sdo and slave.
2008-06-11 Florian Pose Bus configuration via 'ethercat config'.
2008-06-10 Florian Pose Replaced misleading %i by %u.
2008-06-05 Florian Pose Removed master info from sysfs.
2008-06-05 Florian Pose Implemented 'ethercat debug' command.
2008-06-04 Florian Pose Introduced ec_master_domain_count() and ec_master_find_domain().
2008-05-30 Florian Pose Introduced ec_master_find_slave().
2008-05-30 Florian Pose Output subindices with %02X.
2008-05-29 Florian Pose Added the new ethercat comman-line tool with lsec functionality.
2008-04-25 Florian Pose Moved setting of the allow flags.
2008-04-25 Florian Pose Removed ec_master_prepare().
2008-04-25 Florian Pose Removed bus validation; slave configuration during realtime operation;