Make sure config_init gets called before consinit, as at least one port
authorniklas <niklas@openbsd.org>
Tue, 7 May 1996 15:23:35 +0000 (15:23 +0000)
committerniklas <niklas@openbsd.org>
Tue, 7 May 1996 15:23:35 +0000 (15:23 +0000)
commitfbaa1a79766505d09f635cf6054b14b29da91067
tree05197d3d0323e416409be137f46c2ede57a5b04a
parentbaa818ae0a7967c63a77b2deeec7e497aa5408dc
Make sure config_init gets called before consinit, as at least one port
actually uses config_* functions for console attachment.  Document
config_init should not call malloc as the move was over the mem-init
function calls too.
sys/kern/init_main.c
sys/kern/subr_autoconf.c