patch-pre2.0.5 linux/init/main.c
Next file: linux/kernel/module.c
Previous file: linux/include/net/tcp.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Thu May 16 16:35:55 1996
- Orig file:
pre2.0.4/linux/init/main.c
- Orig date:
Sat May 11 10:42:07 1996
diff -u --recursive --new-file pre2.0.4/linux/init/main.c linux/init/main.c
@@ -156,6 +156,9 @@
#ifdef CONFIG_RISCOM8
extern void riscom8_setup(char *str, int *ints);
#endif
+#ifdef CONFIG_BAYCOM
+extern void baycom_setup(char *str, int *ints);
+#endif
#if defined(CONFIG_SYSVIPC) || defined(CONFIG_KERNELD)
@@ -391,6 +394,9 @@
#endif
#ifdef CONFIG_RISCOM8
{ "riscom8=", riscom8_setup },
+#endif
+#ifdef CONFIG_BAYCOM
+ { "baycom=", baycom_setup },
#endif
{ 0, 0 }
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this