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

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

diff -u --recursive --new-file v2.3.47/linux/drivers/net/Space.c linux/drivers/net/Space.c
@@ -79,6 +79,7 @@
 extern int ni52_probe(struct net_device *);
 extern int ni65_probe(struct net_device *);
 extern int sonic_probe(struct net_device *);
+extern int ioc3_probe(struct net_device *);
 extern int SK_init(struct net_device *);
 extern int seeq8005_probe(struct net_device *);
 extern int smc_init( struct net_device * );
@@ -384,6 +385,9 @@
 struct devprobe mips_probes[] __initdata = {
 #ifdef CONFIG_MIPS_JAZZ_SONIC
 	{sonic_probe, 0},
+#endif
+#ifdef CONFIG_SGI_IOC3_ETH
+	{ioc3_probe, 0},
 #endif
 #ifdef CONFIG_DECLANCE		/* DECstation on-board controller */
 	{dec_lance_probe, 0},   /* and maybe TURBOchannel option boards */

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