Skip to content

Commit

Permalink
drivers/net: delete at1700 ISA 10Mbit driver
Browse files Browse the repository at this point in the history
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: Paul Gortmaker <paul.gortmaker@windriver.com>
  • Loading branch information
Paul Gortmaker committed Jan 22, 2013
1 parent d2477de commit 13a80cb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 808 deletions.
4 changes: 0 additions & 4 deletions drivers/net/Space.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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
Expand Down
12 changes: 0 additions & 12 deletions drivers/net/ethernet/fujitsu/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion drivers/net/ethernet/fujitsu/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading

0 comments on commit 13a80cb

Please sign in to comment.