Tue, 18 Jan 2011 16:45:26 +0100 Florian Pose Added e1000 driver for 2.6.28.
Tue, 18 Jan 2011 16:44:22 +0100 Florian Pose Changed accidentally used & operator to &&.
Mon, 07 Feb 2011 21:17:09 +0100 Andreas Stewering-Bone Add Driver 8139too for kernel 2.6.32
Tue, 05 Apr 2011 08:27:05 +0200 Martin Troxler Merged.
Thu, 31 Mar 2011 14:47:42 +0200 Martin Troxler fixed kernel oops bug in ec_fsm_coe_down_response (Blame the C Compiler)
Mon, 14 Mar 2011 16:57:47 +0100 Martin Troxler merged
Mon, 14 Mar 2011 16:55:09 +0100 Martin Troxler Reduced frame size when sending to mailbox, uses 2 datagrams. Enabled with configure option --enable-mboxframesize
Mon, 14 Mar 2011 16:08:25 +0100 Martin Troxler fixed race condition when comparing datagram state
Mon, 14 Mar 2011 11:24:15 +0100 Martin Troxler Added tag Stable for changeset ce2fae4d3c4f
Mon, 14 Mar 2011 11:20:05 +0100 Martin Troxler merged
Thu, 24 Feb 2011 10:04:42 +0100 Rafael Blank Fixed segmented sdo dictionary upload (only first segment contains list type)
Mon, 17 Jan 2011 11:09:11 +0100 Martin Troxler lock io_mutex when unqueueing datagrams; unqueue datagrams from send-receive queue.
Fri, 14 Jan 2011 12:23:00 +0100 Martin Troxler Minor changes (consistent variable naming)
Fri, 14 Jan 2011 11:36:53 +0100 Martin Troxler Datagram queue race fixed: insert datagrams into master-fsm_queue with fsm_queue list_head
Wed, 12 Jan 2011 14:56:53 +0100 Martin Troxler Optionally compile with trace_printk support
Thu, 06 Jan 2011 17:19:15 +0100 Matthias Luescher properly deactivate slaves if there is no eoe slave
Thu, 06 Jan 2011 13:11:21 +0100 Martin Troxler always use rt_mutex instead of semaphore for mutual exclusion on kernels >= 2.6.24 (removed --enable-mutex build option)
Thu, 06 Jan 2011 12:47:20 +0100 Martin Troxler releasing of refcounted requests fixed: do not call EC_SLAVE_DBG without valid slave
Thu, 06 Jan 2011 10:50:54 +0100 Martin Troxler e1000 on 2.6.33: handle link-down
Wed, 05 Jan 2011 12:46:12 +0100 Martin Troxler SoE request wait_event() deadlock fixed: use wait_event_interruptible and refcount ec_master_soe_request_t objects with kref
Wed, 05 Jan 2011 12:26:33 +0100 Martin Troxler Register read/write wait_event() deadlock fixed: use wait_event_interruptible and refcount ec_reg_request_t objects with kref
Wed, 05 Jan 2011 11:33:31 +0100 Martin Troxler Sii write wait_event() deadlock fixed: use wait_event_interruptible and refcount ec_master_sii_write_request_t objects with kref
Wed, 05 Jan 2011 09:50:35 +0100 Martin Troxler FoE wait_event() deadlock fixed: refcount ec_master_foe_request_t objects with kref
Wed, 05 Jan 2011 08:36:53 +0100 Martin Troxler use rt_mutex instead of semaphore for mutual exclusion (use --enable-mutex)
Thu, 23 Dec 2010 09:48:56 +0100 Martin Troxler SDO wait_event() deadlock fixed: refcount ec_master_sdo_request_t objects with kref
Thu, 23 Dec 2010 09:28:39 +0100 Martin Troxler Failed FoE transfer: notify foe_queue instead of sdo_queue
Thu, 16 Dec 2010 15:48:01 +0100 Martin Troxler fixed warning due to 64bit size_t
Thu, 16 Dec 2010 15:47:28 +0100 Martin Troxler ecrt_master_callbacks: replaced send/receive callback mechanism with locking mechanism; removed ecrt_master_send_ext
Thu, 16 Dec 2010 12:41:16 +0100 Martin Troxler fixed 'ethercat eoe' command: interchanged rx/tx bytes/rates
Thu, 16 Dec 2010 12:31:38 +0100 Martin Troxler renamed ext_injection_timeout -> fsm_injection_timeout