patch-2.1.30 linux/drivers/net/Space.c
Next file: linux/drivers/net/bpqether.c
Previous file: linux/drivers/net/Makefile
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed Mar 12 15:10:13 1997
- Orig file:
v2.1.29/linux/drivers/net/Space.c
- Orig date:
Sun Feb 2 05:18:36 1997
diff -u --recursive --new-file v2.1.29/linux/drivers/net/Space.c linux/drivers/net/Space.c
@@ -52,6 +52,7 @@
extern int eepro_probe(struct device *);
extern int el3_probe(struct device *);
extern int at1500_probe(struct device *);
+extern int pcnet32_probe(struct device *);
extern int at1700_probe(struct device *);
extern int fmv18x_probe(struct device *);
extern int eth16i_probe(struct device *);
@@ -153,6 +154,9 @@
#ifdef CONFIG_CS89x0
&& cs89x0_probe(dev)
#endif
+#ifdef CONFIG_PCNET32
+ && pcnet32_probe(dev)
+#endif
#ifdef CONFIG_AT1700
&& at1700_probe(dev)
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov