patch-2.3.10 linux/init/main.c
Next file: linux/ipc/shm.c
Previous file: linux/include/net/udp.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Mon Jul 5 19:52:52 1999
- Orig file:
v2.3.9/linux/init/main.c
- Orig date:
Wed Jun 30 13:38:20 1999
diff -u --recursive --new-file v2.3.9/linux/init/main.c linux/init/main.c
@@ -332,6 +332,9 @@
#ifdef CONFIG_LTPC
extern void ltpc_setup(char *str, int *ints);
#endif
+#ifdef CONFIG_BLK_CPQ_DA
+extern void cpqarray_setup(char *str, int *ints);
+#endif
#if defined(CONFIG_SYSVIPC)
extern void ipc_init(void);
@@ -864,6 +867,9 @@
#endif
#ifdef CONFIG_LTPC
{ "ltpc=", ltpc_setup },
+#endif
+#ifdef CONFIG_BLK_CPQ_DA
+ { "smart2=", cpqarray_setup },
#endif
{ 0, 0 }
};
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)