patch-2.1.112 linux/drivers/net/Space.c
Next file: linux/drivers/net/bmac.c
Previous file: linux/drivers/net/Makefile
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Sun Jul 26 23:35:56 1998
- Orig file:
v2.1.111/linux/drivers/net/Space.c
- Orig date:
Tue Jul 21 00:15:31 1998
diff -u --recursive --new-file v2.1.111/linux/drivers/net/Space.c linux/drivers/net/Space.c
@@ -95,6 +95,7 @@
extern int pamsnet_probe(struct device *);
extern int tlan_probe(struct device *);
extern int mace_probe(struct device *);
+extern int bmac_probe(struct device *);
extern int cs89x0_probe(struct device *dev);
extern int ethertap_probe(struct device *dev);
extern int ether1_probe (struct device *dev);
@@ -380,6 +381,9 @@
struct devprobe ppc_probes[] __initdata = {
#ifdef CONFIG_MACE
{mace_probe, 0},
+#endif
+#ifdef CONFIG_BMAC
+ {bmac_probe, 0},
#endif
{NULL, 0},
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov