patch-2.1.72 linux/init/main.c
Next file: linux/ipc/msg.c
Previous file: linux/include/linux/wait.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Tue Dec 9 09:49:59 1997
- Orig file:
v2.1.71/linux/init/main.c
- Orig date:
Thu Dec 4 14:53:57 1997
diff -u --recursive --new-file v2.1.71/linux/init/main.c linux/init/main.c
@@ -225,6 +225,9 @@
#ifdef CONFIG_SPECIALIX
extern void specialix_setup(char *str, int *ints);
#endif
+#ifdef CONFIG_DMASCC
+extern void dmascc_setup(char *str, int *ints);
+#endif
#ifdef CONFIG_BAYCOM_PAR
extern void baycom_par_setup(char *str, int *ints);
#endif
@@ -552,6 +555,9 @@
#endif
#ifdef CONFIG_RISCOM8
{ "riscom8=", riscom8_setup },
+#endif
+#ifdef CONFIG_DMASCC
+ { "dmascc=", dmascc_setup },
#endif
#ifdef CONFIG_SPECIALIX
{ "specialix=", specialix_setup },
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov