From d3bdfe45ba9b817d061f39152e3cbfc05e4992f6 Mon Sep 17 00:00:00 2001 From: Florian Pose Date: Wed, 19 Jul 2006 13:18:35 +0000 Subject: [PATCH] Removed Freerun out of FEATURES and README. --- FEATURES | 2 +- README | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/FEATURES b/FEATURES index 6bcc37c1..bfbb9c31 100644 --- a/FEATURES +++ b/FEATURES @@ -38,7 +38,7 @@ General Features: 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 --git a/README b/README index c876d600..8e89b5fe 100644 --- a/README +++ b/README @@ -60,8 +60,8 @@ See the INSTALL file. 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 ).