patch-2.1.70 linux/init/main.c

Next file: linux/kernel/fork.c
Previous file: linux/include/scsi/scsi.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.69/linux/init/main.c linux/init/main.c
@@ -221,6 +221,9 @@
 #ifdef CONFIG_RISCOM8
 extern void riscom8_setup(char *str, int *ints);
 #endif
+#ifdef CONFIG_SPECIALIX
+extern void specialix_setup(char *str, int *ints);
+#endif
 #ifdef CONFIG_BAYCOM_PAR
 extern void baycom_par_setup(char *str, int *ints);
 #endif
@@ -547,6 +550,9 @@
 #endif
 #ifdef CONFIG_RISCOM8
 	{ "riscom8=", riscom8_setup },
+#endif
+#ifdef CONFIG_SPECIALIX
+	{ "specialix=", specialix_setup },
 #endif
 #ifdef CONFIG_BAYCOM_PAR
 	{ "baycom_par=", baycom_par_setup },

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