From f70f6946fc7d368998a18b4e1b1a26901fe3067d Mon Sep 17 00:00:00 2001
From: Florian Pose <fp@igh-essen.com>
Date: Tue, 18 Jul 2006 16:09:05 +0000
Subject: [PATCH] Sleep times in startup script.

---
 script/ethercat.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/script/ethercat.sh b/script/ethercat.sh
index 89468c5c..51c63e84 100755
--- a/script/ethercat.sh
+++ b/script/ethercat.sh
@@ -196,6 +196,8 @@ case "$1" in
 		fi;
 	done
 
+	sleep 1
+
 	# reload previous modules
 	if ! modprobe 8139too; then
 	    echo "Warning: Failed to restore 8139too module."
@@ -206,6 +208,9 @@ case "$1" in
 
     restart)
 	$0 stop || exit 1
+
+	sleep 1
+
 	$0 start
 
 	rc_status
-- 
GitLab