Module Name: src Committed By: snj Date: Mon Mar 9 08:56:02 UTC 2015
Modified Files: src/sys/kern [netbsd-7]: init_main.c subr_autoconf.c src/sys/sys [netbsd-7]: device.h Log Message: Pull up following revision(s) (requested by mrg in ticket #576): sys/kern/init_main.c: revision 1.462 sys/kern/subr_autoconf.c: revision 1.234 sys/sys/device.h: revision 1.147 wait for config_mountroot threads to complete before we tell init it can start up. this solves the problem where a console device needs mountroot to complete attaching, and must create wsdisplay0 before init tries to open /dev/console. fixes PR#49709. XXX: pullup-7 To generate a diff of this commit: cvs rdiff -u -r1.458.2.1 -r1.458.2.2 src/sys/kern/init_main.c cvs rdiff -u -r1.231 -r1.231.2.1 src/sys/kern/subr_autoconf.c cvs rdiff -u -r1.144 -r1.144.4.1 src/sys/sys/device.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.