patch-1.3.44 linux/drivers/net/Space.c
Next file: linux/drivers/net/apricot.c
Previous file: linux/drivers/net/README.multicast
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Tue Nov 21 16:35:07 1995
- Orig file:
v1.3.43/linux/drivers/net/Space.c
- Orig date:
Fri Nov 17 08:42:25 1995
diff -u --recursive --new-file v1.3.43/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 eth16i_probe(struct device *);
extern int depca_probe(struct device *);
extern int apricot_probe(struct device *);
extern int ewrk3_probe(struct device *);
@@ -117,6 +118,9 @@
#endif
#ifdef CONFIG_AT1700
&& at1700_probe(dev)
+#endif
+#ifdef CONFIG_ETH16I
+ && eth16i_probe(dev) /* ICL EtherTeam 16i/32 */
#endif
#ifdef CONFIG_EL3 /* 3c509 */
&& el3_probe(dev)
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