patch-1.3.99 linux/drivers/net/Space.c
Next file: linux/drivers/net/arcnet.c
Previous file: linux/drivers/net/README.tunnel
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon May 6 12:44:31 1996
- Orig file:
v1.3.98/linux/drivers/net/Space.c
- Orig date:
Sat Apr 27 15:19:53 1996
diff -u --recursive --new-file v1.3.98/linux/drivers/net/Space.c linux/drivers/net/Space.c
@@ -77,6 +77,7 @@
extern int atarilance_probe(struct device *);
extern int a2065_probe(struct device *);
extern int ariadne_probe(struct device *);
+extern int hydra_probe(struct device *);
/* Detachable devices ("pocket adaptors") */
extern int atp_init(struct device *);
@@ -202,6 +203,9 @@
#endif
#ifdef CONFIG_ARIADNE /* Village Tronic Ariadne Ethernet Board */
&& ariadne_probe(dev)
+#endif
+#ifdef CONFIG_HYDRA /* Hydra Systems Amiganet Ethernet board */
+ && hydra_probe(dev)
#endif
#ifdef CONFIG_SUNLANCE
&& sparc_lance_probe(dev)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this