lstape: Remove 3480 and 3590 tape support

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 <jremus@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Jan Höppner
2026-01-19 18:49:09 +01:00
parent 3d6bb988c2
commit 4f0dfae97e

View File

@@ -31,7 +31,7 @@ function PrintUsage() {
: -t|--type <list of device types>
: 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 "