Commit d8f87aa5 authored by Ethan Nelson-Moore's avatar Ethan Nelson-Moore Committed by Jakub Kicinski
Browse files

net: remove HIPPI support and RoadRunner HIPPI driver



HIPPI has not been relevant for over two decades. It was rapidly
eclipsed by Fibre Channel, and even when it was new, it was
confined to very high-end hardware. The HIPPI code has only
received tree-wide changes and fixes by inspection in the entire
Git history. Remove HIPPI support and the rrunner HIPPI driver,
and move the former maintainer to the CREDITS file. Keep the
include/uapi/linux/if_hippi.h header because it is used by the TUN
code, and to avoid breaking userspace, however unlikely that may be.

Signed-off-by: default avatarEthan Nelson-Moore <enelsonmoore@gmail.com>
Link: https://patch.msgid.link/20260119022451.22344-1-enelsonmoore@gmail.com


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 670ade3b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -3801,6 +3801,10 @@ S: Post Office Box 500
S: Batavia, Illinois 60510
S: USA

N: Jes Sorensen
E: jes@trained-monkey.org
D: HIPPI support and Essential RoadRunner driver

N: Leo Spiekman
E: leo@netlabs.net
W: http://www.netlabs.net/hp/leo/
+0 −8
Original line number Diff line number Diff line
@@ -11312,14 +11312,6 @@ S: Maintained
F:	Documentation/devicetree/bindings/input/touchscreen/himax,hx852es.yaml
F:	drivers/input/touchscreen/himax_hx852x.c
HIPPI
M:	Jes Sorensen <jes@trained-monkey.org>
S:	Maintained
F:	drivers/net/hippi/
F:	include/linux/hippidevice.h
F:	include/uapi/linux/if_hippi.h
F:	net/802/hippi.c
HIRSCHMANN HELLCREEK ETHERNET SWITCH DRIVER
M:	Kurt Kanzenbach <kurt@linutronix.de>
L:	netdev@vger.kernel.org
+0 −2
Original line number Diff line number Diff line
@@ -310,8 +310,6 @@ CONFIG_PCMCIA_XIRC2PS=m
CONFIG_FDDI=y
CONFIG_DEFXX=m
CONFIG_SKFP=m
CONFIG_HIPPI=y
CONFIG_ROADRUNNER=m
CONFIG_CICADA_PHY=m
CONFIG_DAVICOM_PHY=m
CONFIG_LXT_PHY=m
+0 −2
Original line number Diff line number Diff line
@@ -516,8 +516,6 @@ source "drivers/net/ethernet/Kconfig"

source "drivers/net/fddi/Kconfig"

source "drivers/net/hippi/Kconfig"

source "drivers/net/ipa/Kconfig"

source "drivers/net/phy/Kconfig"
+0 −1
Original line number Diff line number Diff line
@@ -55,7 +55,6 @@ obj-y += dsa/
endif
obj-$(CONFIG_ETHERNET) += ethernet/
obj-$(CONFIG_FDDI) += fddi/
obj-$(CONFIG_HIPPI) += hippi/
obj-$(CONFIG_HAMRADIO) += hamradio/
obj-$(CONFIG_QCOM_IPA) += ipa/
obj-$(CONFIG_PLIP) += plip/
Loading