Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-10] src/sys/arch/vax/vax



Module Name:    src
Committed By:   martin
Date:           Fri Apr  4 16:21:59 UTC 2025

Modified Files:
        src/sys/arch/vax/vax [netbsd-10]: machdep.c

Log Message:
Pull up following revision(s) (requested by hans in ticket #1086):

        sys/arch/vax/vax/machdep.c: revision 1.201

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.196.20.3 -r1.196.20.4 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.




Home | Main Index | Thread Index | Old Index