# HG changeset patch # User Florian Pose # Date 1153315115 0 # Node ID ffec9aae50a57a3a6f80a6dd93b014b9ea684c5d # Parent 45886de3db87210a062ca6734176cf774405ef67 Removed Freerun out of FEATURES and README. diff -r 45886de3db87 -r ffec9aae50a5 FEATURES --- a/FEATURES Wed Jul 19 13:15:02 2006 +0000 +++ b/FEATURES Wed Jul 19 13:18:35 2006 +0000 @@ -38,7 +38,7 @@ operation. - Controlling of slave states during realtime operation. -* Free-Run mode, if master is idle. +* Special Idle mode, when master is not in use. - Automatic scanning of slaves upon topology changes. - Bus visualisation and EoE processing without realtime process connected. diff -r 45886de3db87 -r ffec9aae50a5 README --- a/README Wed Jul 19 13:15:02 2006 +0000 +++ b/README Wed Jul 19 13:18:35 2006 +0000 @@ -60,8 +60,8 @@ Realtime patches for the Linux kernel are supported, but not required. The realtime processing has to be done by the calling module (see API -documentation). The EtherCAT master code itself is (except for the free-run -mode) completely passive. +documentation). The EtherCAT master code itself is completely passive (except +for the idle mode). To avoid frame timeouts, deactivating DMA access for hard drives is recommented (hdparm -d0 ).