patch-1.3.97 linux/init/main.c
Next file: linux/kernel/ksyms.c
Previous file: linux/include/linux/skbuff.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Sun Apr 28 12:13:26 1996
- Orig file:
v1.3.96/linux/init/main.c
- Orig date:
Sat Apr 27 15:20:07 1996
diff -u --recursive --new-file v1.3.96/linux/init/main.c linux/init/main.c
@@ -80,6 +80,7 @@
extern void AM53C974_setup(char *str, int *ints);
extern void BusLogic_Setup(char *str, int *ints);
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 ppa_setup(char *str, int *ints);
extern void scsi_luns_setup(char *str, int *ints);
@@ -307,6 +308,9 @@
#endif
#ifdef CONFIG_SCSI_FUTURE_DOMAIN
{ "fdomain=", fdomain_setup},
+#endif
+#ifdef CONFIG_SCSI_IN2000
+ { "in2000=", in2000_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
with Sam's (original) version of this