patch-2.2.6 linux/init/main.c
Next file: linux/ipc/shm.c
Previous file: linux/include/scsi/sg.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Apr 12 09:51:03 1999
- Orig file:
v2.2.5/linux/init/main.c
- Orig date:
Wed Mar 10 15:29:50 1999
diff -u --recursive --new-file v2.2.5/linux/init/main.c linux/init/main.c
@@ -179,6 +179,7 @@
extern void AM53C974_setup(char *str, int *ints);
extern void BusLogic_Setup(char *str, int *ints);
extern void ncr53c8xx_setup(char *str, int *ints);
+extern void sym53c8xx_setup(char *str, int *ints);
extern void eata2x_setup(char *str, int *ints);
extern void u14_34f_setup(char *str, int *ints);
extern void fdomain_setup(char *str, int *ints);
@@ -677,6 +678,9 @@
#endif
#ifdef CONFIG_SCSI_NCR53C8XX
{ "ncr53c8xx=", ncr53c8xx_setup},
+#endif
+#ifdef CONFIG_SCSI_SYM53C8XX
+ { "sym53c8xx=", sym53c8xx_setup},
#endif
#ifdef CONFIG_SCSI_EATA
{ "eata=", eata2x_setup},
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)