patch-2.1.94 linux/drivers/net/Space.c
Next file: linux/drivers/net/de4x5.c
Previous file: linux/drivers/net/Makefile
Back to the patch index
Back to the overall index
-  Lines: 18
-  Date:
Tue Apr  7 08:05:05 1998
-  Orig file: 
v2.1.93/linux/drivers/net/Space.c
-  Orig date: 
Tue Mar 17 22:18:14 1998
diff -u --recursive --new-file v2.1.93/linux/drivers/net/Space.c linux/drivers/net/Space.c
@@ -94,6 +94,7 @@
 extern int mace_probe(struct device *);
 extern int cs89x0_probe(struct device *dev);
 extern int ethertap_probe(struct device *dev);
+extern int epic100_probe(struct device *dev);
 
 /* Detachable devices ("pocket adaptors") */
 extern int atp_init(struct device *);
@@ -286,6 +287,9 @@
 #endif
 #ifdef CONFIG_ARM_AM79C961A
 	&& am79c961_probe(dev)
+#endif
+#ifdef CONFIG_EPIC100
+	&& epic100_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