patch-1.3.74 linux/drivers/net/Space.c
Next file: linux/drivers/net/eexpress.c
Previous file: linux/drivers/net/Makefile
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed Mar 13 08:38:53 1996
- Orig file:
v1.3.73/linux/drivers/net/Space.c
- Orig date:
Wed Mar 13 10:09:16 1996
diff -u --recursive --new-file v1.3.73/linux/drivers/net/Space.c linux/drivers/net/Space.c
@@ -51,6 +51,7 @@
extern int el3_probe(struct device *);
extern int at1500_probe(struct device *);
extern int at1700_probe(struct device *);
+extern int fmv18x_probe(struct device *);
extern int eth16i_probe(struct device *);
extern int depca_probe(struct device *);
extern int apricot_probe(struct device *);
@@ -126,6 +127,9 @@
#endif
#ifdef CONFIG_AT1700
&& at1700_probe(dev)
+#endif
+#ifdef CONFIG_FMV18X /* Fujitsu FMV-181/182 */
+ && fmv18x_probe(dev)
#endif
#ifdef CONFIG_ETH16I
&& eth16i_probe(dev) /* ICL EtherTeam 16i/32 */
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