patch-2.1.88 linux/drivers/net/Space.c

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

diff -u --recursive --new-file v2.1.87/linux/drivers/net/Space.c linux/drivers/net/Space.c
@@ -277,6 +277,12 @@
 #ifdef CONFIG_MIPS_JAZZ_SONIC
 	&& sonic_probe(dev)
 #endif	
+#ifdef CONFIG_ARCH_ACORN
+	&& acorn_ethif_probe(dev)
+#endif
+#ifdef CONFIG_ARM_AM79C961A
+	&& am79c961_probe(dev)
+#endif
 	&& 1 ) {
 	return 1;	/* -ENODEV or -EAGAIN would be more accurate. */
     }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov