patch-2.3.99-pre1 linux/drivers/net/setup.c

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

diff -u --recursive --new-file v2.3.51/linux/drivers/net/setup.c linux/drivers/net/setup.c
@@ -28,6 +28,7 @@
 extern int lapbeth_init(void);
 extern int sdla_setup(void); 
 extern int sdla_c_setup(void); 
+extern int comx_init(void);
 
 extern int abyss_probe(void);
 extern int madgemc_probe(void);
@@ -75,7 +76,9 @@
 #if defined(CONFIG_8xx)
         {cpm_enet_init, 0},
 #endif
-	/*
+#if defined(CONFIG_COMX)
+	{comx_init(), 0},
+#endif	/*
 	 *	SLHC if present needs attaching so other people see it
 	 *	even if not opened.
 	 */

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