Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 13a80cb8 authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

drivers/net: delete at1700 ISA 10Mbit driver



These Fujitsu MB86965 based ISA 10Mbit cards were another of the
relatively rare cards dating from the early 1990s that for one reason
or another didn't seem to get a lot of use in linux.  So we retire it
now with a reasonable degree of confidence that it won't impact anyone.

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent d2477de7
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -44,7 +44,6 @@ extern struct net_device *el2_probe(int unit);
extern struct net_device *ne_probe(int unit);
extern struct net_device *hp_probe(int unit);
extern struct net_device *hp_plus_probe(int unit);
extern struct net_device *at1700_probe(int unit);
extern struct net_device *fmv18x_probe(int unit);
extern struct net_device *eth16i_probe(int unit);
extern struct net_device *i82596_probe(int unit);
@@ -140,9 +139,6 @@ static struct devprobe2 isa_probes[] __initdata = {
 	{cs89x0_probe, 0},
#endif
#endif
#ifdef CONFIG_AT1700
	{at1700_probe, 0},
#endif
#ifdef CONFIG_ETH16I
	{eth16i_probe, 0},	/* ICL EtherTeam 16i/32 */
#endif
+0 −12
Original line number Diff line number Diff line
@@ -17,18 +17,6 @@ config NET_VENDOR_FUJITSU

if NET_VENDOR_FUJITSU

config AT1700
	tristate "AT1700/1720 support (EXPERIMENTAL)"
	depends on ISA && EXPERIMENTAL
	select CRC32
	---help---
	  If you have a network (Ethernet) card of this type, say Y and read
	  the Ethernet-HOWTO, available from
	  <http://www.tldp.org/docs.html#howto>.

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

config PCMCIA_FMVJ18X
	tristate "Fujitsu FMV-J18x PCMCIA support"
	depends on PCMCIA
+0 −1
Original line number Diff line number Diff line
@@ -2,6 +2,5 @@
# Makefile for the Fujitsu network device drivers.
#

obj-$(CONFIG_AT1700) += at1700.o
obj-$(CONFIG_ETH16I) += eth16i.o
obj-$(CONFIG_PCMCIA_FMVJ18X) += fmvj18x_cs.o
+0 −791

File deleted.

Preview size limit exceeded, changes collapsed.