mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
lsznet: Remove support for lcs device type
Kernel support for LCS devices was removed with commit 6cccb3bb0561
("s390/net: Remove LCS driver") in kernel v6.15. Remove the associated
lsznet support for the lcs device type.
Reviewed-by: Aswin Karuvally <aswin@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
@@ -35,7 +35,6 @@ readonly -a CU_CARDTYPE=(
|
||||
"CTC adapter"
|
||||
"escon channel"
|
||||
"ficon channel"
|
||||
"LCS OSA"
|
||||
"OSX"
|
||||
"OSM"
|
||||
)
|
||||
@@ -48,7 +47,6 @@ readonly -a CU_DEVNAME=(
|
||||
ctc
|
||||
eth
|
||||
eth
|
||||
eth
|
||||
)
|
||||
|
||||
readonly -a CU_DEVDRV=(
|
||||
@@ -57,7 +55,6 @@ readonly -a CU_DEVDRV=(
|
||||
ctcm
|
||||
ctcm
|
||||
ctcm
|
||||
lcs
|
||||
qeth
|
||||
qeth
|
||||
)
|
||||
@@ -68,13 +65,11 @@ readonly -a CU_GROUPCHANNELS=(
|
||||
2
|
||||
2
|
||||
2
|
||||
2
|
||||
3
|
||||
3
|
||||
)
|
||||
|
||||
readonly -a CHPIDTYPES=(
|
||||
[0x10]=OSE
|
||||
[0x11]=OSD
|
||||
[0x24]=IQD
|
||||
[0x30]=OSX
|
||||
@@ -89,7 +84,6 @@ readonly -a CU_TCPIP=(
|
||||
3088/08
|
||||
3088/1f
|
||||
3088/1e
|
||||
3088/60
|
||||
1731/02
|
||||
1731/02
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user