patch-2.4.0-test2 linux/drivers/net/Space.c

Next file: linux/drivers/net/a2065.c
Previous file: linux/drivers/net/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test1/linux/drivers/net/Space.c linux/drivers/net/Space.c
@@ -86,8 +86,6 @@
 extern int sgiseeq_probe(struct net_device *);
 extern int atarilance_probe(struct net_device *);
 extern int sun3lance_probe(struct net_device *);
-extern int a2065_probe(struct net_device *);
-extern int ariadne_probe(struct net_device *);
 extern int ariadne2_probe(struct net_device *);
 extern int hydra_probe(struct net_device *);
 extern int apne_probe(struct net_device *);
@@ -330,12 +328,6 @@
 #endif
 #ifdef CONFIG_SUN3LANCE         /* sun3 onboard Lance chip */
 	{sun3lance_probe, 0},
-#endif
-#ifdef CONFIG_A2065		/* Commodore/Ameristar A2065 Ethernet Board */
-	{a2065_probe, 0},
-#endif
-#ifdef CONFIG_ARIADNE		/* Village Tronic Ariadne Ethernet Board */
-	{ariadne_probe, 0},
 #endif
 #ifdef CONFIG_ARIADNE2		/* Village Tronic Ariadne II Ethernet Board */
 	{ariadne2_probe, 0},

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)