Module Name: src
Committed By: dyoung
Date: Tue Jan 19 21:54:53 UTC 2010
Modified Files:
src/sys/kern: subr_autoconf.c
Log Message:
A new survey of the code indicates that the very highest interrupt
priority level where the kernel accesses alldevs is IPL_VM, where
some hardware interrupt handlers call config_deactivate(9). Lower
the IPL of alldevs_mtx from IPL_HIGH to IPL_VM, accordingly.
To generate a diff of this commit:
cvs rdiff -u -r1.198 -r1.199 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.