Thu, 09 Oct 2008 14:35:08 +0000 Florian Pose Warning.
Thu, 09 Oct 2008 13:31:50 +0000 Florian Pose Added some slave configuration methods.
Thu, 09 Oct 2008 13:24:17 +0000 Florian Pose Moved byteorder macros to ecrt.h.
Thu, 09 Oct 2008 13:23:07 +0000 Florian Pose Added configure switch for disabling the command-line tool.
Thu, 09 Oct 2008 09:48:59 +0000 Florian Pose Added ec_master_get_config().
Thu, 09 Oct 2008 09:31:23 +0000 Florian Pose Added e100 driver for kernel 2.6.26 basically provided by Mario
Thu, 09 Oct 2008 09:00:48 +0000 Florian Pose Applied patch by Mario Witkowski to support the new class/device
Thu, 02 Oct 2008 15:38:35 +0000 Florian Pose Userspace example with priority.
Thu, 02 Oct 2008 15:38:10 +0000 Florian Pose External memory only in kernel space.
Thu, 02 Oct 2008 13:40:23 +0000 Florian Pose Activate, Send and received; cyclic timer with setitimer().
Thu, 02 Oct 2008 10:45:40 +0000 Florian Pose Creating slave configurations.
Thu, 02 Oct 2008 10:44:43 +0000 Florian Pose Minor change.
Thu, 02 Oct 2008 10:19:02 +0000 Florian Pose No kernel handles in userspace; Domain creation.
Thu, 02 Oct 2008 07:14:00 +0000 Florian Pose Added changes since 1.4.0-rc2.
Wed, 01 Oct 2008 14:42:28 +0000 Florian Pose First version of userspace library with requesting/releasing.
Wed, 01 Oct 2008 14:37:34 +0000 Florian Pose Moved threads to kthread interface.
Wed, 01 Oct 2008 11:53:22 +0000 Florian Pose Removed watchdog debugging output.
Wed, 01 Oct 2008 10:06:51 +0000 Florian Pose Used ERR_PTR() macro for return value of ecrt_request_master().
Wed, 01 Oct 2008 08:45:16 +0000 Florian Pose Added missing header.
Wed, 01 Oct 2008 08:44:44 +0000 Florian Pose Avoided using #ifdef inside a macro.
Wed, 01 Oct 2008 08:40:30 +0000 Florian Pose Fixed warning on some compilers.
Tue, 30 Sep 2008 14:14:40 +0000 Florian Pose Removed r8169 and forcedeth relics.
Tue, 30 Sep 2008 12:50:34 +0000 Florian Pose Removed untested r8169 driver.
Tue, 30 Sep 2008 12:41:34 +0000 Florian Pose Removed the forcedeth drivers.
Tue, 30 Sep 2008 12:33:28 +0000 Florian Pose Removed e100 driver for kernel 2.6.18.
Tue, 30 Sep 2008 12:33:03 +0000 Florian Pose e100 NEWS.
Tue, 30 Sep 2008 12:30:18 +0000 Florian Pose Fixed freeing transmit socket buffers.
Tue, 30 Sep 2008 11:51:23 +0000 Florian Pose Fixed re-using RFDs.
Tue, 30 Sep 2008 10:03:10 +0000 Florian Pose Frame reception basically working (still some more testing needed).
Tue, 30 Sep 2008 08:23:00 +0000 Florian Pose Added e100 driver for 2.6.20, sending works, receiving still disabled.