patch-2.1.66 linux/init/main.c
Next file: linux/kernel/ksyms.c
Previous file: linux/include/linux/zftape.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Tue Nov 25 14:45:28 1997
- Orig file:
v2.1.65/linux/init/main.c
- Orig date:
Wed Nov 12 13:34:28 1997
diff -u --recursive --new-file v2.1.65/linux/init/main.c linux/init/main.c
@@ -242,6 +242,9 @@
#ifdef CONFIG_HFMODEM
extern void hfmodem_setup(char *str, int *ints);
#endif
+#ifdef CONFIG_FTAPE
+extern void ftape_setup(char *str, int *ints);
+#endif
#if defined(CONFIG_SYSVIPC) || defined(CONFIG_KERNELD)
extern void ipc_init(void);
@@ -559,6 +562,9 @@
#ifdef CONFIG_PMAC_CONSOLE
{ "console=", pmac_cons_setup },
{ "vmode=", pmac_vmode_setup },
+#endif
+#ifdef CONFIG_FTAPE
+ { "ftape=", ftape_setup},
#endif
{ 0, 0 }
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov