patch-2.1.45 linux/drivers/net/Space.c

Next file: linux/drivers/net/cops.c
Previous file: linux/drivers/net/README.wanpipe
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.44/linux/drivers/net/Space.c linux/drivers/net/Space.c
@@ -89,6 +89,7 @@
 extern int a2065_probe(struct device *);
 extern int ariadne_probe(struct device *);
 extern int hydra_probe(struct device *);
+extern int tlan_probe(struct device *);
 extern int cs89x0_probe(struct device *dev);
 
 /* Detachable devices ("pocket adaptors") */
@@ -241,6 +242,9 @@
 #endif
 #ifdef CONFIG_SUNLANCE
 	&& sparc_lance_probe(dev)
+#endif
+#ifdef CONFIG_TLAN
+	&& tlan_probe(dev)
 #endif
 #ifdef CONFIG_HAPPYMEAL
 	&& happy_meal_probe(dev)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov