Commit 082b2e07 authored by Andrew Lunn's avatar Andrew Lunn Committed by Jakub Kicinski
Browse files

drivers: net: 3com: 3c515: Remove this driver



The 3c515 was written by Donald Becker between 1997-1998. It is an ISA
device, so unlikely to be used with modern kernels.

Signed-off-by: default avatarAndrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/20260422-v7-0-0-net-next-driver-removal-v1-v2-2-08a5b59784d5@lunn.ch


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 91f3a27a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -200,9 +200,6 @@ static int __init probe_list2(int unit, struct devprobe2 *p, int autoprobe)
 * look for EISA/PCI cards in addition to ISA cards).
 */
static struct devprobe2 isa_probes[] __initdata = {
#ifdef CONFIG_3C515
	{tc515_probe, 0},
#endif
#ifdef CONFIG_ULTRA
	{ultra_probe, 0},
#endif

drivers/net/ethernet/3com/3c515.c

deleted100644 → 0
+0 −1566

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −11
Original line number Diff line number Diff line
@@ -17,17 +17,6 @@ config NET_VENDOR_3COM

if NET_VENDOR_3COM

config 3C515
	tristate "3c515 ISA \"Fast EtherLink\""
	depends on ISA && ISA_DMA_API && !PPC32
	select NETDEV_LEGACY_INIT
	help
	  If you have a 3Com ISA EtherLink XL "Corkscrew" 3c515 Fast Ethernet
	  network card, say Y here.

	  To compile this driver as a module, choose M here. The module
	  will be called 3c515.

config PCMCIA_3C574
	tristate "3Com 3c574 PCMCIA support"
	depends on PCMCIA && HAS_IOPORT
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
# Makefile for the 3Com Ethernet device drivers
#

obj-$(CONFIG_3C515) += 3c515.o
obj-$(CONFIG_PCMCIA_3C589) += 3c589_cs.o
obj-$(CONFIG_PCMCIA_3C574) += 3c574_cs.o
obj-$(CONFIG_VORTEX) += 3c59x.o
+0 −1
Original line number Diff line number Diff line
@@ -8,5 +8,4 @@ struct net_device *wd_probe(int unit);
struct net_device *ne_probe(int unit);
struct net_device *smc_init(int unit);
struct net_device *cs89x0_probe(int unit);
struct net_device *tc515_probe(int unit);
struct net_device *lance_probe(int unit);