Module Name: src Committed By: hans Date: Sun Mar 9 18:27:39 UTC 2025
Modified Files: src/sys/arch/vax/vax: machdep.c Log Message: vax: call config_init() before initializing the console With console on dz(4) at vsbus, dzcnpollc() calls vsbus_setmask() to mask interrupts, which in turn calls device_lookup_private() to find the vsbus softc. When booting into ddb(4) with a DIAGNOSTIC kernel, this panics as the autoconf alldevs_lock hasn't been initialized yet. To generate a diff of this commit: cvs rdiff -u -r1.200 -r1.201 src/sys/arch/vax/vax/machdep.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.