Mon, 12 Mar 2007 18:21:42 +0000Slave configuration exclusively from master thread; removed
Florian Pose <fp@igh-essen.com> [Mon, 12 Mar 2007 18:21:42 +0000] rev 656
Slave configuration exclusively from master thread; removed
ec_master_sync_io(); introduced events in the master state machine;
locking of slave scanning and slave configuration through allow_scan
and allow_config flags.

Mon, 12 Mar 2007 18:15:06 +0000Merged changes of examples/mini/mini.c -r858:859 to
Florian Pose <fp@igh-essen.com> [Mon, 12 Mar 2007 18:15:06 +0000] rev 655
Merged changes of examples/mini/mini.c -r858:859 to
examples/rtai/rtai_sample.c.

Mon, 12 Mar 2007 18:12:30 +0000Minor changes in minimal example.
Florian Pose <fp@igh-essen.com> [Mon, 12 Mar 2007 18:12:30 +0000] rev 654
Minor changes in minimal example.

Mon, 12 Mar 2007 16:40:23 +0000Fixed missing semaphore initialization.
Florian Pose <fp@igh-essen.com> [Mon, 12 Mar 2007 16:40:23 +0000] rev 653
Fixed missing semaphore initialization.

Mon, 12 Mar 2007 13:59:23 +0000Added scan time output.
Florian Pose <fp@igh-essen.com> [Mon, 12 Mar 2007 13:59:23 +0000] rev 652
Added scan time output.

Mon, 12 Mar 2007 13:59:06 +0000Fixed skipped datagrams when not in FSM idle phase.
Florian Pose <fp@igh-essen.com> [Mon, 12 Mar 2007 13:59:06 +0000] rev 651
Fixed skipped datagrams when not in FSM idle phase.

Mon, 12 Mar 2007 12:11:43 +0000Introduced idle flag in master state machine.
Florian Pose <fp@igh-essen.com> [Mon, 12 Mar 2007 12:11:43 +0000] rev 650
Introduced idle flag in master state machine.

Mon, 12 Mar 2007 11:02:05 +0000Renamed names of enum type ec_request_state_t.
Florian Pose <fp@igh-essen.com> [Mon, 12 Mar 2007 11:02:05 +0000] rev 649
Renamed names of enum type ec_request_state_t.

Mon, 12 Mar 2007 08:47:56 +0000Made waiting for device semaphore uninterruptible.
Florian Pose <fp@igh-essen.com> [Mon, 12 Mar 2007 08:47:56 +0000] rev 648
Made waiting for device semaphore uninterruptible.

Mon, 12 Mar 2007 08:42:02 +0000Replaced master variable 'atomic_t available' by integer and used
Florian Pose <fp@igh-essen.com> [Mon, 12 Mar 2007 08:42:02 +0000] rev 647
Replaced master variable 'atomic_t available' by integer and used
semaphore in module.c instead.