mirror of
https://github.com/torvalds/linux.git
synced 2026-05-13 00:28:54 +02:00
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: Andrew 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: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
91f3a27ae9
commit
082b2e07cc
|
|
@ -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
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user