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

Next file: linux/drivers/net/cosa.c
Previous file: linux/drivers/net/Makefile
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.17/linux/drivers/net/Space.c linux/drivers/net/Space.c
@@ -118,6 +118,7 @@
 extern int dec_lance_probe(struct net_device *);
 extern int mvme147lance_probe(struct net_device *dev);
 extern int via_rhine_probe(struct net_device *dev);
+extern int starfire_probe(struct net_device *dev);
 extern int tc515_probe(struct net_device *dev);
 extern int lance_probe(struct net_device *dev);
 extern int rcpci_probe(struct net_device *);
@@ -223,6 +224,9 @@
 #endif
 #ifdef CONFIG_VIA_RHINE
 	{via_rhine_probe, 0},
+#endif
+#ifdef CONFIG_ADAPTEC_STARFIRE
+	{starfire_probe, 0},
 #endif
 	{NULL, 0},
 };

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)