master/master.c
Thu, 09 Aug 2007 15:01:14 +0000 Florian Pose Implemented debug frame ring to output the last n frames for debugging
Thu, 09 Aug 2007 14:47:37 +0000 Florian Pose Included datagram queuing in critical section in idle task; added some
Thu, 09 Aug 2007 14:40:29 +0000 Florian Pose Re-ordered criteria for datagram matching.
Thu, 09 Aug 2007 14:28:54 +0000 Florian Pose Minor change.
Tue, 07 Aug 2007 13:33:57 +0000 Florian Pose Added debugging output for unmatched frames and those that timed out.
Thu, 03 May 2007 14:29:21 +0000 Florian Pose Introduced frames_timed_out flag to notice bus failure when link down is
Fri, 16 Mar 2007 14:42:04 +0000 Florian Pose Completely lock master while an EoE cycle is executing.
Fri, 16 Mar 2007 14:00:12 +0000 Florian Pose Dynamic creation of EoE handlers.
Fri, 16 Mar 2007 11:23:08 +0000 Florian Pose Removed unecessary clearing of EoE handlers in master init function;
Mon, 12 Mar 2007 18:21:42 +0000 Florian Pose Slave configuration exclusively from master thread; removed
Mon, 12 Mar 2007 13:59:06 +0000 Florian Pose Fixed skipped datagrams when not in FSM idle phase.
Mon, 12 Mar 2007 12:11:43 +0000 Florian Pose Introduced idle flag in master state machine.
Mon, 12 Mar 2007 08:47:56 +0000 Florian Pose Made waiting for device semaphore uninterruptible.
Mon, 12 Mar 2007 08:42:02 +0000 Florian Pose Replaced master variable 'atomic_t available' by integer and used
Fri, 09 Mar 2007 15:11:29 +0000 Florian Pose Implemented SDO reading with wait queues.
Fri, 09 Mar 2007 13:24:15 +0000 Florian Pose Removed X:Y addressing scheme, ec_slave_is_coupler(),
Fri, 09 Mar 2007 10:24:50 +0000 Florian Pose Added parameters for vendor ID and product code to ecrt_get_slave(); PDO
Thu, 08 Mar 2007 18:15:25 +0000 Florian Pose Allow only MAC addresses as device identifiers; replaced master list by
Thu, 08 Mar 2007 13:02:42 +0000 Florian Pose Removed ecrt_master_run(), removed datagram queueing from state
Mon, 05 Mar 2007 10:35:50 +0000 Florian Pose Introduced master status, ecrt_master_get_status(), tainted flag,
Mon, 05 Mar 2007 09:55:39 +0000 Florian Pose Introduced ec_slave_online_state_t, ec_slave_set_online_state(), renamed
Thu, 01 Mar 2007 21:34:10 +0000 Florian Pose Introduced EEPROM write requests: EEPROM write operations from user
Thu, 01 Mar 2007 14:50:53 +0000 Florian Pose Removed eeprom_write_enable file.
Wed, 21 Feb 2007 13:43:47 +0000 Florian Pose Destroy slaves when leaving idle mode.
Tue, 20 Feb 2007 17:15:43 +0000 Florian Pose Made master devices persistent; added ec_device_attach() and ec_device_detach().
Tue, 20 Feb 2007 13:42:44 +0000 Florian Pose Removed ktype for module kobject; added backup device for master; device
Tue, 20 Feb 2007 11:28:15 +0000 Florian Pose New module file /sys/ethercat, masters moved to /sys/ethercat/masterX.
Fri, 16 Feb 2007 17:13:39 +0000 Florian Pose Introduced device IDs; removed comment lines from 8139too; removed
Fri, 16 Feb 2007 13:23:57 +0000 Florian Pose Removed XML device from master structure.
Tue, 13 Feb 2007 11:48:46 +0000 Florian Pose Made ec_sync_config() and ec_fmmu_config() to methods of ec_slave_t.
Mon, 12 Feb 2007 11:15:23 +0000 Florian Pose Fixed bug causing unloading of realtime module being very slow after topology change.
Mon, 12 Feb 2007 11:12:00 +0000 Florian Pose schedule() other processes while waiting in ec_master_sync_io().
Mon, 12 Feb 2007 10:39:52 +0000 Florian Pose Ignore queued datagrams while waiting in ec_master_sync_io().
Fri, 09 Feb 2007 10:04:05 +0000 Florian Pose Minor changes in master thread messages.
Fri, 12 Jan 2007 14:28:33 +0000 Florian Pose Replaced ec_isr_t by ec_pollfunc_t; added poll function s in network drivers.
Wed, 10 Jan 2007 16:34:42 +0000 Florian Pose Minor fix on master.c (name of master thread).
Wed, 10 Jan 2007 16:32:06 +0000 Florian Pose Layed out slave state machines in own files fsm_slave.[ch]; renamed fsm.[ch] to fsm_master.[ch]
Wed, 10 Jan 2007 10:58:49 +0000 Florian Pose Added some documentation.
Wed, 10 Jan 2007 10:45:57 +0000 Florian Pose Master workqueue replaced with kernel thread.
Tue, 09 Jan 2007 14:51:00 +0000 Florian Pose Fixed blocking of EoE processing while entering or leaving operational mode.
Tue, 09 Jan 2007 12:56:03 +0000 Florian Pose Fixed race: Stop EoE processing when entering or leaving operation mode.
Mon, 08 Jan 2007 15:15:17 +0000 Florian Pose Minor fix in master.c
Mon, 08 Jan 2007 15:01:18 +0000 Florian Pose Internal locking callbacks, improved locking.
Mon, 08 Jan 2007 08:23:18 +0000 Florian Pose Removed datagram.cycles_queued, needed for "starved" datagrams (deprecated).
Mon, 18 Dec 2006 11:51:43 +0000 Florian Pose Fixed warnings in master.c.
Mon, 18 Dec 2006 11:00:26 +0000 Florian Pose Corrected error messages in get_slave().
Fri, 24 Nov 2006 11:09:36 +0000 Florian Pose Fixed lost frames display bug when no frames were sent.
Fri, 24 Nov 2006 11:02:35 +0000 Florian Pose Interface changes for version 1.2, see NEWS file.
Tue, 21 Nov 2006 15:46:21 +0000 Florian Pose Added frame counter.
Tue, 21 Nov 2006 15:13:48 +0000 Florian Pose Introduced "starved" datagrams.
Mon, 06 Nov 2006 14:22:35 +0000 Florian Pose kobject_add() in constructors.
Mon, 06 Nov 2006 14:21:35 +0000 Florian Pose Minor change in master.c.
Mon, 06 Nov 2006 14:15:21 +0000 Florian Pose Fixed workqueue cancelling.
Mon, 30 Oct 2006 15:39:03 +0000 Florian Pose Remove estimated sync manager sizes when leaving operation mode.
Fri, 27 Oct 2006 14:41:09 +0000 Florian Pose New state in slaveconf FSM: Clear FMMU configurations after INIT.
Fri, 27 Oct 2006 13:59:49 +0000 Florian Pose Print certain warnings only at debug_level.
Fri, 27 Oct 2006 13:31:26 +0000 Florian Pose Print certain logs only at debug_level.
Fri, 27 Oct 2006 12:45:22 +0000 Florian Pose Explicit use of slave configuration FSM in ecrt_master_activate() and ecrt_master_release().
Fri, 27 Oct 2006 09:29:46 +0000 Florian Pose Moved functionality of ecrt_master_deactivate() (now deprecated) to ecrt_master_release().
Fri, 27 Oct 2006 09:19:58 +0000 Florian Pose FIX: Introduced destroy() functions for kobject-derived classes and thus fixed memory leak.