Skip to content

Commit

Permalink
drivers/net: delete Racal Interlan ISA ni52 (i825xx) driver
Browse files Browse the repository at this point in the history
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: Paul Gortmaker <paul.gortmaker@windriver.com>
  • Loading branch information
Paul Gortmaker committed Jan 22, 2013
1 parent 8a59417 commit 04861c5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 1,672 deletions.
4 changes: 0 additions & 4 deletions drivers/net/Space.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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
Expand Down
11 changes: 0 additions & 11 deletions drivers/net/ethernet/i825xx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion drivers/net/ethernet/i825xx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading

0 comments on commit 04861c5

Please sign in to comment.