patch-1.3.30 linux/init/main.c

Next file: linux/kernel/fork.c
Previous file: linux/include/net/netrom.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.29/linux/init/main.c linux/init/main.c
@@ -63,6 +63,7 @@
 extern void aic7xxx_setup(char *str, int *ints);
 extern void buslogic_setup(char *str, int *ints);
 extern void fdomain_setup(char *str, int *ints);
+extern void NCR53c406a_setup(char *str, int *ints);
 extern void scsi_luns_setup(char *str, int *ints);
 extern void sound_setup(char *str, int *ints);
 #ifdef CONFIG_CDU31A
@@ -206,6 +207,9 @@
 #ifdef CONFIG_SCSI_BUSLOGIC
 	{ "buslogic=", buslogic_setup},
 #endif
+#ifdef CONFIG_SCSI_NCR53C406A
+	{ "ncr53c406a=", NCR53c406a_setup},
+#endif
 #ifdef CONFIG_SCSI_FUTURE_DOMAIN
 	{ "fdomain=", fdomain_setup},
 #endif
@@ -426,6 +430,7 @@
 	trap_init();
 	init_IRQ();
 	sched_init();
+	time_init();
 	parse_options(command_line);
 	init_modules();
 #ifdef CONFIG_PROFILE
@@ -464,7 +469,6 @@
 	memory_start = name_cache_init(memory_start,memory_end);
 	mem_init(memory_start,memory_end);
 	buffer_init();
-	time_init();
 	sock_init();
 #ifdef CONFIG_SYSVIPC
 	ipc_init();

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