From 14841bc9529da8787f0084644b6019b9421bfa99 Mon Sep 17 00:00:00 2001 From: Karsten Hopp Date: Wed, 1 Sep 2004 11:30:20 +0000 Subject: - esconX interfaces are gone, they are now called ctcX and configured the same as ctc interfaces --- sysconfig/network-scripts/network-functions | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'sysconfig/network-scripts/network-functions') diff --git a/sysconfig/network-scripts/network-functions b/sysconfig/network-scripts/network-functions index 5724e9ba..8d14a780 100644 --- a/sysconfig/network-scripts/network-functions +++ b/sysconfig/network-scripts/network-functions @@ -77,12 +77,6 @@ source_config () IUCV) DEVICETYPE="iucv" ;; - ESCON) - DEVICETYPE="escon" - ;; - QETH) - DEVICETYPE="eth" - ;; esac [ -z "$DEVICETYPE" ] && DEVICETYPE=`echo ${DEVICE} | sed "s/[0-9]*$//"` @@ -341,7 +335,7 @@ configure_ccwgroup_device () if [ "$TYPE" = "QETH" ]; then DIR="/sys/bus/ccwgroup/drivers/qeth" elif - [ "$TYPE" = "CTC" -o "$TYPE" = "ESCON" ]; then + [ "$TYPE" = "CTC" ]; then DIR="/sys/bus/ccwgroup/drivers/ctc" elif [ "$TYPE" = "LCS" ]; then -- cgit v1.2.1