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

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