patch-2.1.102 linux/drivers/net/Space.c
Next file: linux/drivers/net/lne390.c
Previous file: linux/drivers/net/Makefile
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Thu May 14 10:35:55 1998
- Orig file:
v2.1.101/linux/drivers/net/Space.c
- Orig date:
Fri May 8 23:14:48 1998
diff -u --recursive --new-file v2.1.101/linux/drivers/net/Space.c linux/drivers/net/Space.c
@@ -71,6 +71,7 @@
extern int elplus_probe(struct device *);
extern int ac3200_probe(struct device *);
extern int es_probe(struct device *);
+extern int lne390_probe(struct device *);
extern int e2100_probe(struct device *);
extern int ni5010_probe(struct device *);
extern int ni52_probe(struct device *);
@@ -171,6 +172,9 @@
#endif
#ifdef CONFIG_ES3210
&& es_probe(dev)
+#endif
+#ifdef CONFIG_LNE390
+ && lne390_probe(dev)
#endif
#ifdef CONFIG_E2100 /* Cabletron E21xx series. */
&& e2100_probe(dev)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov