From 69c89416b0dda98df7ab1651cfa34aab4ead7433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B6ppner?= Date: Wed, 25 Feb 2026 19:06:15 +0100 Subject: [PATCH] lsznet: Remove support for lcs device type MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Jan Höppner --- zconf/lsznet.raw | 6 ------ 1 file changed, 6 deletions(-) diff --git a/zconf/lsznet.raw b/zconf/lsznet.raw index 5c0e3c22..fee8636e 100755 --- a/zconf/lsznet.raw +++ b/zconf/lsznet.raw @@ -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 )