mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
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:
@@ -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 "
|
||||
|
||||
Reference in New Issue
Block a user