Module Name: src Committed By: tsutsui Date: Fri May 3 01:08:28 UTC 2019
Modified Files: src/sys/arch/atari/atari: autoconf.c locore.s Log Message: Make sure interrupts are disabled during cpu_configure(9). Fixes 'panic: kernel diagnostic assertion "cv_is_valid(cv)" failed' during fdcisa(4) probe on Milan's DIAGNOSTIC kernel, caused by a stray interrupt from the FDC right after isa_intr_establish(). No visible bad side effect on TT030 with this change. Should be pulled up to netbsd-8. To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 src/sys/arch/atari/atari/autoconf.c cvs rdiff -u -r1.113 -r1.114 src/sys/arch/atari/atari/locore.s Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.