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

Commit 04861c53 authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

drivers/net: delete Racal Interlan ISA ni52 (i825xx) driver



Like the other drivers that were in the ISA i825xx family, the ni52
was rather rare, not widely used, and hence perhaps not as reliable
as the more mainstream ISA drivers that were heavily used.  Given
that, it is chosen for retirement at this time as well.

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 8a594170
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -51,7 +51,6 @@ extern struct net_device *i82596_probe(int unit);
extern struct net_device *ewrk3_probe(int unit);
extern struct net_device *e2100_probe(int unit);
extern struct net_device *ni5010_probe(int unit);
extern struct net_device *ni52_probe(int unit);
extern struct net_device *ni65_probe(int unit);
extern struct net_device *sonic_probe(int unit);
extern struct net_device *seeq8005_probe(int unit);
@@ -157,9 +156,6 @@ static struct devprobe2 isa_probes[] __initdata = {
#ifdef CONFIG_NI5010
	{ni5010_probe, 0},
#endif
#ifdef CONFIG_NI52
	{ni52_probe, 0},
#endif
#ifdef CONFIG_NI65
	{ni65_probe, 0},
#endif
+0 −11
Original line number Diff line number Diff line
@@ -52,17 +52,6 @@ config MVME16x_NET
	  driver for this chip in your kernel.
	  To compile this driver as a module, choose M here.

config NI52
	tristate "NI5210 support"
	depends on ISA
	---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 ni52.

config SNI_82596
	tristate "SNI RM ethernet"
	depends on SNI_RM
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@
#

obj-$(CONFIG_ARM_ETHER1) += ether1.o
obj-$(CONFIG_NI52) += ni52.o
obj-$(CONFIG_SUN3_82586) += sun3_82586.o
obj-$(CONFIG_LASI_82596) += lasi_82596.o
obj-$(CONFIG_SNI_82596) += sni_82596.o