Skip to content

Commit

Permalink
net: atm: remove support for ZeitNet ZN122x ATM devices
Browse files Browse the repository at this point in the history
This driver received nothing but automated fixes in the last 15 years.
Since it's using virt_to_bus it's unlikely to be used on any modern
platform.

Signed-off-by: Jakub Kicinski <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
  • Loading branch information
kuba-moo authored and davem330 committed Apr 27, 2022
1 parent 5b74a20 commit 052e1f0
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 2,492 deletions.
1 change: 0 additions & 1 deletion arch/mips/configs/gpr_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ CONFIG_NETCONSOLE=m
CONFIG_ATM_TCP=m
CONFIG_ATM_LANAI=m
CONFIG_ATM_ENI=m
CONFIG_ATM_ZATM=m
CONFIG_ATM_NICSTAR=m
CONFIG_ATM_IDT77252=m
CONFIG_ATM_IA=m
Expand Down
1 change: 0 additions & 1 deletion arch/mips/configs/mtx1_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ CONFIG_ARCNET_COM20020_CS=m
CONFIG_ATM_TCP=m
CONFIG_ATM_LANAI=m
CONFIG_ATM_ENI=m
CONFIG_ATM_ZATM=m
CONFIG_ATM_NICSTAR=m
CONFIG_ATM_IDT77252=m
CONFIG_ATM_IA=m
Expand Down
20 changes: 0 additions & 20 deletions drivers/atm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -146,26 +146,6 @@ config ATM_ENI_BURST_RX_2W
try this if you have disabled 4W and 8W bursts. Enabling 2W if 4W or
8W are also set may or may not improve throughput.

config ATM_ZATM
tristate "ZeitNet ZN1221/ZN1225"
depends on PCI && VIRT_TO_BUS
help
Driver for the ZeitNet ZN1221 (MMF) and ZN1225 (UTP-5) 155 Mbps ATM
adapters.

To compile this driver as a module, choose M here: the module will
be called zatm.

config ATM_ZATM_DEBUG
bool "Enable extended debugging"
depends on ATM_ZATM
help
Extended debugging records various events and displays that list
when an inconsistency is detected. This mechanism is faster than
generally using printks, but still has some impact on performance.
Note that extended debugging may create certain race conditions
itself. Enable this ONLY if you suspect problems with the driver.

config ATM_NICSTAR
tristate "IDT 77201 (NICStAR) (ForeRunnerLE)"
depends on PCI
Expand Down
1 change: 0 additions & 1 deletion drivers/atm/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

fore_200e-y := fore200e.o

obj-$(CONFIG_ATM_ZATM) += zatm.o uPD98402.o
obj-$(CONFIG_ATM_NICSTAR) += nicstar.o
obj-$(CONFIG_ATM_IA) += iphase.o suni.o
obj-$(CONFIG_ATM_FORE200E) += fore_200e.o
Expand Down
293 changes: 0 additions & 293 deletions drivers/atm/uPD98401.h

This file was deleted.

Loading

0 comments on commit 052e1f0

Please sign in to comment.