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

Next file: linux/drivers/net/de4x5.c
Previous file: linux/drivers/net/README.smc9
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.71/linux/drivers/net/Space.c linux/drivers/net/Space.c
@@ -69,6 +69,7 @@
 extern int SK_init(struct device *);
 extern int seeq8005_probe(struct device *);
 extern int tc59x_probe(struct device *);
+extern int smc9_init( struct device * );
 
 /* Detachable devices ("pocket adaptors") */
 extern int atp_init(struct device *);
@@ -95,6 +96,9 @@
 #endif	
 #if defined(CONFIG_ULTRA)
 	&& ultra_probe(dev)
+#endif
+#if defined(CONFIG_SMC9194)
+	&& smc9_init(dev)
 #endif
 #if defined(CONFIG_WD80x3) || defined(WD80x3)
 	&& wd_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