patch-2.2.10 linux/drivers/net/Space.c
Next file: linux/drivers/net/cosa.c
Previous file: linux/drivers/net/Makefile
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Jun 7 14:35:22 1999
- Orig file:
v2.2.9/linux/drivers/net/Space.c
- Orig date:
Tue Mar 23 14:35:47 1999
diff -u --recursive --new-file v2.2.9/linux/drivers/net/Space.c linux/drivers/net/Space.c
@@ -69,6 +69,7 @@
extern int wavelan_probe(struct device *);
extern int el16_probe(struct device *);
extern int elmc_probe(struct device *);
+extern int skmca_probe(struct device *);
extern int elplus_probe(struct device *);
extern int ac3200_probe(struct device *);
extern int es_probe(struct device *);
@@ -266,6 +267,9 @@
#endif
#ifdef CONFIG_ELMC /* 3c523 */
{elmc_probe, 0},
+#endif
+#ifdef CONFIG_SKMC /* SKnet Microchannel */
+ {skmca_probe, 0},
#endif
{NULL, 0},
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)