patch-1.3.92 linux/drivers/net/Space.c
Next file: linux/drivers/net/dgrs.c
Previous file: linux/drivers/net/README.dgrs
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Sat Apr 20 11:22:02 1996
- Orig file:
v1.3.91/linux/drivers/net/Space.c
- Orig date:
Mon Apr 8 19:01:43 1996
diff -u --recursive --new-file v1.3.91/linux/drivers/net/Space.c linux/drivers/net/Space.c
@@ -71,6 +71,7 @@
extern int SK_init(struct device *);
extern int seeq8005_probe(struct device *);
extern int tc59x_probe(struct device *);
+extern int dgrs_probe(struct device *);
extern int smc_init( struct device * );
/* Detachable devices ("pocket adaptors") */
@@ -87,6 +88,9 @@
return 1; /* ENXIO */
if (1
+#ifdef CONFIG_DGRS
+ && dgrs_probe(dev)
+#endif
#if defined(CONFIG_VORTEX)
&& tc59x_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