patch-2.1.130 linux/drivers/net/Space.c
Next file: linux/drivers/net/acenic.c
Previous file: linux/drivers/net/Makefile
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Wed Nov 25 10:25:02 1998
- Orig file:
v2.1.129/linux/drivers/net/Space.c
- Orig date:
Thu Nov 19 09:56:28 1998
diff -u --recursive --new-file v2.1.129/linux/drivers/net/Space.c linux/drivers/net/Space.c
@@ -114,6 +114,7 @@
/* Gigabit Ethernet adapters */
extern int yellowfin_probe(struct device *dev);
+extern int acenic_probe(struct device *dev);
/* Detachable devices ("pocket adaptors") */
extern int atp_init(struct device *);
@@ -197,6 +198,9 @@
#endif
#ifdef CONFIG_YELLOWFIN
{yellowfin_probe, 0},
+#endif
+#ifdef CONFIG_ACENIC
+ {acenic_probe, 0},
#endif
#ifdef CONFIG_VIA_RHINE
{via_rhine_probe, 0},
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov