master/master.h
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'.
2008-06-18 Florian Pose Removed configs_attached flag; changed return value of
2008-06-17 Florian Pose Create class device with device_number information in sysfs.
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 kobjects from sdo and slave.
2008-06-11 Florian Pose Bus configuration via 'ethercat config'.
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-29 Florian Pose Added the new ethercat comman-line tool with lsec functionality.
2008-04-25 Florian Pose Removed bus validation; slave configuration during realtime operation;
2008-04-03 Florian Pose Equalized defines against duplicated header inclusion.
2008-03-17 Florian Pose Renamed EEPROM to SII.
2008-02-29 Florian Pose Removed slave pointer from ec_sdo_request_t class.
2008-02-22 Florian Pose Renamed [PS]DO to [PS]do.
2008-02-19 Florian Pose Implemented most realtime interface changes for version 1.4, improved
2007-09-24 Florian Pose Updated Doxygen documentation.
2007-09-12 Florian Pose Store skipped information in datagrams; name datagrams for statistics
2007-09-12 Florian Pose Added --enable-eoe conditional.
2007-05-03 Florian Pose Introduced frames_timed_out flag to notice bus failure when link down is
2007-03-16 Florian Pose Dynamic creation of EoE handlers.
2007-03-12 Florian Pose Slave configuration exclusively from master thread; removed
2007-03-12 Florian Pose Replaced master variable 'atomic_t available' by integer and used
2007-03-09 Florian Pose Implemented SDO reading with wait queues.
2007-03-09 Florian Pose Removed X:Y addressing scheme, ec_slave_is_coupler(),
2007-03-08 Florian Pose Allow only MAC addresses as device identifiers; replaced master list by
2007-03-08 Florian Pose Removed ecrt_master_run(), removed datagram queueing from state
2007-03-05 Florian Pose Introduced master status, ecrt_master_get_status(), tainted flag,
2007-03-01 Florian Pose Introduced EEPROM write requests: EEPROM write operations from user
2007-03-01 Florian Pose Removed eeprom_write_enable file.
2007-02-20 Florian Pose Made master devices persistent; added ec_device_attach() and ec_device_detach().
2007-02-20 Florian Pose Removed ktype for module kobject; added backup device for master; device
2007-02-20 Florian Pose New module file /sys/ethercat, masters moved to /sys/ethercat/masterX.
2007-02-20 Florian Pose Layed out device ID functionality in own files.
2007-02-16 Florian Pose Introduced device IDs; removed comment lines from 8139too; removed
2007-02-16 Florian Pose Removed XML device from master structure.
2007-02-13 Florian Pose Made ec_sync_config() and ec_fmmu_config() to methods of ec_slave_t.
2007-01-10 Florian Pose Layed out slave state machines in own files fsm_slave.[ch]; renamed fsm.[ch] to fsm_master.[ch]
2007-01-10 Florian Pose Master workqueue replaced with kernel thread.
2006-11-24 Florian Pose Interface changes for version 1.2, see NEWS file.
2006-11-21 Florian Pose Introduced "starved" datagrams.
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-24 Florian Pose SDO uploading via Sysfs without master FSM calling wake_up().
2006-10-20 Florian Pose Implemented SDO reading via Sysfs.
2006-10-17 Florian Pose Removed clear functions from headers of kobject-classes.
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-08-15 Florian Pose Removed delayed datagram statistics.
2006-08-15 Florian Pose Replaced longer cycle timestamps with jiffies.
2006-08-04 Florian Pose Better EoE and Idle timing measurement.
2006-08-04 Florian Pose Master information, timing.
2006-08-03 Florian Pose New statistic outputs to avoid blasting the logs.
2006-08-03 Florian Pose Renamed ec_master_receive() to ec_master_receive_datagrams().
2006-08-03 Florian Pose Measure bus time.