patch-1.3.58 linux/init/main.c
Next file: linux/ipc/msg.c
Previous file: linux/include/net/route.h
Back to the patch index
Back to the overall index
- Lines: 34
- Date:
Wed Jan 17 07:27:36 1996
- Orig file:
v1.3.57/linux/init/main.c
- Orig date:
Sun Jan 14 16:30:15 1996
diff -u --recursive --new-file v1.3.57/linux/init/main.c linux/init/main.c
@@ -62,6 +62,7 @@
extern void floppy_setup(char *str, int *ints);
extern void st_setup(char *str, int *ints);
extern void st0x_setup(char *str, int *ints);
+extern void advansys_setup(char *str, int *ints);
extern void tmc8xx_setup(char *str, int *ints);
extern void t128_setup(char *str, int *ints);
extern void pas16_setup(char *str, int *ints);
@@ -201,6 +202,9 @@
#ifdef CONFIG_SCSI
{ "max_scsi_luns=", scsi_luns_setup },
#endif
+#ifdef CONFIG_SCSI_ADVANSYS
+ { "advansys=", advansys_setup },
+#endif
#if defined(CONFIG_BLK_DEV_HD)
{ "hd=", hd_setup },
#endif
@@ -489,6 +493,7 @@
extern void setup_arch(char **, unsigned long *, unsigned long *);
+extern void arch_syms_export(void);
#ifndef __SMP__
@@ -635,6 +640,7 @@
apm_bios_init();
#endif
dquot_init();
+ arch_syms_export();
sti();
check_bugs();
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