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

Next file: linux/drivers/net/ibmtr.c
Previous file: linux/drivers/net/Config.in
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.84/linux/drivers/net/Space.c linux/drivers/net/Space.c
@@ -38,6 +38,7 @@
    ethernet adaptor have the name "eth[0123...]".
    */
 
+extern int tulip_probe(struct device *dev);
 extern int hp100_probe(struct device *dev);
 extern int ultra_probe(struct device *dev);
 extern int wd_probe(struct device *dev);
@@ -91,6 +92,9 @@
 #endif
 #if defined(CONFIG_SEEQ8005)
 	&& seeq8005_probe(dev)
+#endif
+#if defined(CONFIG_DEC_ELCP)
+	&& tulip_probe(dev)
 #endif
 #if defined(CONFIG_HP100)
 	&& hp100_probe(dev)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this