patch-2.2.4 linux/drivers/net/Space.c
Next file: linux/drivers/net/a2065.c
Previous file: linux/drivers/net/Makefile
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Mar 15 16:11:30 1999
- Orig file:
v2.2.3/linux/drivers/net/Space.c
- Orig date:
Tue Feb 23 15:21:33 1999
diff -u --recursive --new-file v2.2.3/linux/drivers/net/Space.c linux/drivers/net/Space.c
@@ -87,6 +87,7 @@
extern int sparc_lance_probe(struct device *);
extern int happy_meal_probe(struct device *);
extern int qec_probe(struct device *);
+extern int bigmac_probe(struct device *);
extern int myri_sbus_probe(struct device *);
extern int sgiseeq_probe(struct device *);
extern int atarilance_probe(struct device *);
@@ -246,6 +247,9 @@
#endif
#ifdef CONFIG_SUNQE
{qec_probe, 0},
+#endif
+#ifdef CONFIG_SUNBMAC
+ {bigmac_probe, 0},
#endif
#ifdef CONFIG_MYRI_SBUS
{myri_sbus_probe, 0},
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)