Subject: CVS commit: src/sys/kern
To: None <source-changes@NetBSD.org>
From: Izumi Tsutsui <tsutsui@netbsd.org>
List: source-changes
Date: 07/20/2007 22:15:47
Module Name: src
Committed By: tsutsui
Date: Fri Jul 20 22:15:47 UTC 2007
Modified Files:
src/sys/kern: init_main.c subr_autoconf.c
Log Message:
Defer callout_startup2() (which calls softintr_establish(9)) call
after cpu_configure(9) for now because softintr(9) is initialized
in cpu_configure(9) on some ports.
Ok'ed by ad@ on current-users, and fixes hangs on m68k ports
during scsi probe.
To generate a diff of this commit:
cvs rdiff -r1.307 -r1.308 src/sys/kern/init_main.c
cvs rdiff -r1.118 -r1.119 src/sys/kern/subr_autoconf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.