diff --git a/sys/amd64/amd64/autoconf.c b/sys/amd64/amd64/autoconf.c index 839ba062638..55df9bb009f 100644 --- a/sys/amd64/amd64/autoconf.c +++ b/sys/amd64/amd64/autoconf.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91 - * $Id: autoconf.c,v 1.75 1997/09/09 12:48:56 jmg Exp $ + * $Id: autoconf.c,v 1.76 1997/09/21 21:38:03 gibbs Exp $ */ /* @@ -270,10 +270,7 @@ configure(dummy) printf("Device configuration finished.\n"); } - setconf(); cold = 0; - if (bootverbose) - printf("configure() finished.\n"); } void @@ -367,6 +364,8 @@ cpu_rootconf() if (!mountrootfsname) { panic("Nobody wants to mount my root for me"); } + + setconf(); } void diff --git a/sys/i386/i386/autoconf.c b/sys/i386/i386/autoconf.c index 839ba062638..55df9bb009f 100644 --- a/sys/i386/i386/autoconf.c +++ b/sys/i386/i386/autoconf.c @@ -34,7 +34,7 @@ * SUCH DAMAGE. * * from: @(#)autoconf.c 7.1 (Berkeley) 5/9/91 - * $Id: autoconf.c,v 1.75 1997/09/09 12:48:56 jmg Exp $ + * $Id: autoconf.c,v 1.76 1997/09/21 21:38:03 gibbs Exp $ */ /* @@ -270,10 +270,7 @@ configure(dummy) printf("Device configuration finished.\n"); } - setconf(); cold = 0; - if (bootverbose) - printf("configure() finished.\n"); } void @@ -367,6 +364,8 @@ cpu_rootconf() if (!mountrootfsname) { panic("Nobody wants to mount my root for me"); } + + setconf(); } void