patch-2.0.16 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: 18
- Date:
Sat Aug 31 20:52:44 1996
- Orig file:
v2.0.15/linux/init/main.c
- Orig date:
Mon May 20 20:33:57 1996
diff -u --recursive --new-file v2.0.15/linux/init/main.c linux/init/main.c
@@ -94,6 +94,7 @@
extern void fdomain_setup(char *str, int *ints);
extern void in2000_setup(char *str, int *ints);
extern void NCR53c406a_setup(char *str, int *ints);
+extern void wd7000_setup(char *str, int *ints);
extern void ppa_setup(char *str, int *ints);
extern void scsi_luns_setup(char *str, int *ints);
extern void sound_setup(char *str, int *ints);
@@ -329,6 +330,9 @@
#endif
#ifdef CONFIG_SCSI_IN2000
{ "in2000=", in2000_setup},
+#endif
+#ifdef CONFIG_SCSI_7000FASST
+ { "wd7000=", wd7000_setup},
#endif
#ifdef CONFIG_SCSI_PPA
{ "ppa=", ppa_setup },
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov