From 799e23089067183b960f995d817dfe4f426a2477 Mon Sep 17 00:00:00 2001
From: Gabriel Fedel <gabriel.fedel@ess.eu>
Date: Mon, 26 Jul 2021 10:14:41 +0200
Subject: [PATCH] Revert "Fix the issue with the single mode SFP and loop back
 adapter"

This reverts commit bc1c673a681974555957c5b09e7e2f0ddeaa7876.
Not necessary, this should be fixed manually when the EVR is deployed
---
 configure/CONFIG_MODULE     | 2 +-
 iocsh/evr-island-base.iocsh | 7 -------
 2 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/configure/CONFIG_MODULE b/configure/CONFIG_MODULE
index b04a681..d243b4c 100644
--- a/configure/CONFIG_MODULE
+++ b/configure/CONFIG_MODULE
@@ -3,7 +3,7 @@ EPICS_MODULE_NAME:=evrisland
 
 EPICS_MODULE_TAG:=master
 #
-E3_MODULE_VERSION:=1.4.0
+E3_MODULE_VERSION:=1.3.0
 
 # DEPENDENT MODULE VERSION
 # For Example,
diff --git a/iocsh/evr-island-base.iocsh b/iocsh/evr-island-base.iocsh
index 8b54dd8..bcd6a40 100644
--- a/iocsh/evr-island-base.iocsh
+++ b/iocsh/evr-island-base.iocsh
@@ -94,13 +94,6 @@ afterInit("system 'caput -a $(PREFIX):SoftSeq0-EvtCode-SP 1 150'")
 
 afterInit("system 'caput -a $(PREFIX):SoftSeq0-Timestamp-SP 1 0'")
 
-afterInit("epicsThreadSleep(2)")
-# This is needed to avoid issue with Loopback on single mode SFP
-afterInit("dbpf $(PREFIX):Link-Clk-SP 150")
-afterInit("epicsThreadSleep(2)")
-afterInit("dbpf $(PREFIX):Link-Clk-SP 88.052500")
-afterInit("epicsThreadSleep(20)")
-
 afterInit("dbpf $(PREFIX):SoftSeq0-Load-Cmd 1")
 afterInit("dbpf $(PREFIX):SoftSeq0-Enable-Cmd 1")
 afterInit("dbpf $(PREFIX):SoftSeq0-Commit-Cmd 1")
-- 
GitLab