patch-2.1.90 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: 23
-  Date:
Wed Mar 11 11:40:11 1998
-  Orig file: 
v2.1.89/linux/drivers/net/Space.c
-  Orig date: 
Tue Mar 10 10:03:32 1998
diff -u --recursive --new-file v2.1.89/linux/drivers/net/Space.c linux/drivers/net/Space.c
@@ -43,6 +43,7 @@
 extern int tulip_probe(struct device *dev);
 extern int hp100_probe(struct device *dev);
 extern int ultra_probe(struct device *dev);
+extern int ultra32_probe(struct device *dev);
 extern int ultramca_probe(struct device *dev);
 extern int wd_probe(struct device *dev);
 extern int el2_probe(struct device *dev);
@@ -135,12 +136,12 @@
 #endif	
 #if defined(CONFIG_ULTRA)
 	&& ultra_probe(dev)
-#if defined(CONFIG_MCA)
+#endif
+#if defined(CONFIG_ULTRAMCA)
         && ultramca_probe(dev)
 #endif
 #if defined(CONFIG_ULTRA32)
 	&& ultra32_probe(dev)
-#endif
 #endif
 #if defined(CONFIG_SMC9194)
 	&& smc_init(dev)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov