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

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

diff -u --recursive --new-file v1.3.8/linux/drivers/net/Space.c linux/drivers/net/Space.c
@@ -66,6 +66,7 @@
 extern int ni52_probe(struct device *);
 extern int ni65_probe(struct device *);
 extern int SK_init(struct device *);
+extern int seeq8005_probe(struct device *);
 
 /* Detachable devices ("pocket adaptors") */
 extern int atp_init(struct device *);
@@ -81,6 +82,9 @@
 	return 1;		/* ENXIO */
 
     if (1
+#if defined(CONFIG_SEEQ8005)
+	&& seeq8005_probe(dev)
+#endif
 #if defined(CONFIG_HP100)
 	&& hp100_probe(dev)
 #endif	

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