aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Space.c
diff options
context:
space:
mode:
authorPaul Gortmaker <paul.gortmaker@windriver.com>2013-01-10 18:25:04 -0500
committerPaul Gortmaker <paul.gortmaker@windriver.com>2013-01-22 10:39:52 -0500
commitd2477de7a63a332a8fe75008fa87e05290c5caac (patch)
treea268c30a46f21bc62e19b07f4f2a4ef0ef31b35d /drivers/net/Space.c
parent04861c535d1f5bad0fd537820116c0429a2dfe4b (diff)
drivers/net: delete old 8 bit ISA Racal ni5010 support.
These cards were only available in 8bit format, and in addition they only had AUI and BNC(10-Base2) interfaces (i.e. no RJ-45). In fact, they are so rare, that an internet search on these old cards almost comes up empty, unless the "Micom interlan" name is used. This puts them in the equivalent domain as the 3c501, so there should be no strong opposition to the driver removal, as nobody is seriously using 3.9+ with 8 bit ISA hardware. In doing so, the whole "ethernet/racal" category becomes empty, so we clean up the Makefile/Kconfig and subdir appropriately. Cc: Andreas Mohr <andi@lisas.de> Cc: Jan-Pascal van Best <janpascal@vanbest.org> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Diffstat (limited to 'drivers/net/Space.c')
-rw-r--r--drivers/net/Space.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/net/Space.c b/drivers/net/Space.c
index b69dac1df344..4141c6465683 100644
--- a/drivers/net/Space.c
+++ b/drivers/net/Space.c
@@ -50,7 +50,6 @@ extern struct net_device *eth16i_probe(int unit);
50extern struct net_device *i82596_probe(int unit); 50extern struct net_device *i82596_probe(int unit);
51extern struct net_device *ewrk3_probe(int unit); 51extern struct net_device *ewrk3_probe(int unit);
52extern struct net_device *e2100_probe(int unit); 52extern struct net_device *e2100_probe(int unit);
53extern struct net_device *ni5010_probe(int unit);
54extern struct net_device *ni65_probe(int unit); 53extern struct net_device *ni65_probe(int unit);
55extern struct net_device *sonic_probe(int unit); 54extern struct net_device *sonic_probe(int unit);
56extern struct net_device *seeq8005_probe(int unit); 55extern struct net_device *seeq8005_probe(int unit);
@@ -153,9 +152,6 @@ static struct devprobe2 isa_probes[] __initdata = {
153#if defined(CONFIG_MVME16x_NET) || defined(CONFIG_BVME6000_NET) /* Intel I82596 */ 152#if defined(CONFIG_MVME16x_NET) || defined(CONFIG_BVME6000_NET) /* Intel I82596 */
154 {i82596_probe, 0}, 153 {i82596_probe, 0},
155#endif 154#endif
156#ifdef CONFIG_NI5010
157 {ni5010_probe, 0},
158#endif
159#ifdef CONFIG_NI65 155#ifdef CONFIG_NI65
160 {ni65_probe, 0}, 156 {ni65_probe, 0},
161#endif 157#endif