From 4f0dfae97ea61b0518cb3d61977712f31f1d8206 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B6ppner?= Date: Mon, 19 Jan 2026 18:49:09 +0100 Subject: [PATCH] lstape: Remove 3480 and 3590 tape support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The device models 3480 and 3590 are no longer supported by the tape device driver. Remove them from the device list Reviewed-by: Jens Remus Signed-off-by: Jan Höppner --- zconf/lstape | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/zconf/lstape b/zconf/lstape index 9496686b..b37bd9cd 100755 --- a/zconf/lstape +++ b/zconf/lstape @@ -31,7 +31,7 @@ function PrintUsage() { : -t|--type : Limit output of CCW tape devices to the given : devices. The list consists of device types - : separated by ','. (e.g. -t 3480,3490) + : separated by ','. : --online|--offline : Show only devices that are either online or : offline (only one option is allowed). This @@ -63,7 +63,7 @@ function PrintVersion() } FLSEP="" -DEVLIST="3480,3490,3590" +DEVLIST="3490" SHORTID=false SHOWCCW=true VERBOSE=false @@ -142,8 +142,6 @@ function SysfsCreateListCCW() { ( find $1/bus/ccw/drivers/tape_34xx -type l \ -printf '%f\n' 2>/dev/null - find $1/bus/ccw/drivers/tape_3590 -type l \ - -printf '%f\n' 2>/dev/null ) | awk -v format="$CCWFORMAT" ' BEGIN{ medium_state_str[0] = "UNKNOWN "