From 0b810b0ea1e6c8d8c1ee03a99dff13623af8cf41 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Mon, 9 Feb 2004 20:39:26 +0000 Subject: init the clock before autoconf start for delay() to be truly usable; i moved it to after while debugging clocks in the early days --- sys/arch/amd64/amd64/autoconf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/arch/amd64') diff --git a/sys/arch/amd64/amd64/autoconf.c b/sys/arch/amd64/amd64/autoconf.c index c35e7a2a3da..21a028d6f78 100644 --- a/sys/arch/amd64/amd64/autoconf.c +++ b/sys/arch/amd64/amd64/autoconf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: autoconf.c,v 1.3 2004/02/08 03:15:04 deraadt Exp $ */ +/* $OpenBSD: autoconf.c,v 1.4 2004/02/09 20:39:25 mickey Exp $ */ /* $NetBSD: autoconf.c,v 1.1 2003/04/26 18:39:26 fvdl Exp $ */ /*- @@ -117,11 +117,11 @@ cpu_configure(void) x86_64_proc0_tss_ldt_init(); + startrtclock(); + if (config_rootfound("mainbus", NULL) == NULL) panic("configure: mainbus not configured"); - startrtclock(); - intr_printconfig(); #if NIOAPIC > 0 -- cgit v1.2.3