Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Mar 2002 18:43:36 -0700
From:      Kyle Butt <kylebutt@myrealbox.com>
To:        Poul-Henning Kamp <phk@critter.freebsd.dk>
Cc:        Kyle Butt <kylebutt@myrealbox.com>, freebsd-current@FreeBSD.ORG
Subject:   Re: Superfast clock on current. 
Message-ID:  <87sn6mrdiv.wl@kylebutt.dorms.usu.edu>
In-Reply-To: <87663j1jg5.wl@kylebutt.dorms.usu.edu>
References:  <87pu1rvh7k.wl@kylebutt.dorms.usu.edu> <92373.1017133169@critter.freebsd.dk> <87663j1jg5.wl@kylebutt.dorms.usu.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
At Tue, 26 Mar 2002 07:40:10 -0700,
Kyle Butt wrote:
> 
> At Tue, 26 Mar 2002 09:59:29 +0100,
> Poul-Henning Kamp wrote:
> > 
> > 
> > This is an interesting machine: A K6 wiht ACPI, havn't seen that
> > before.
> > 
> > Could you please try to boot -v and give me the ACPI timecounter
> > probe lines ?  (about ten lines which talk about it being GOOD or
> > BAD).
> > 
> <snip>
> 

1 kernel compile later, I get different output as far as the apci 
timers are concerned, notably that one of the timers is marked good
this time. Here are the added options:

options 	HZ=333

options 	CLK_USE_I8254_CALIBRATION
options 	CLK_USE_TSC_CALIBRATION

options 	INVARIANTS		#Enable calls of extra sanity checking
options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
options 	WITNESS			#Enable mutex checks to detects deadlocks and cycles

And this is the updated dmesg from boot -v

acpi0: <ASUS   P5A-B   > on motherboard
acpi0: power button is handled as a fixed feature programming model.
ACPI timer looks BAD  min = 2, max = 16777203, width = 16777202
ACPI timer looks BAD  min = 0, max = 5, width = 6
ACPI timer looks BAD  min = 0, max = 16777176, width = 16777177
ACPI timer looks BAD  min = 1, max = 5, width = 5
ACPI timer looks BAD  min = 0, max = 5, width = 6
ACPI timer looks BAD  min = 0, max = 16777213, width = 16777214
ACPI timer looks BAD  min = 0, max = 16777215, width = 16777216
ACPI timer looks BAD  min = 0, max = 5, width = 6
ACPI timer looks GOOD min = 2, max = 3, width = 2
ACPI timer looks BAD  min = 0, max = 16777215, width = 16777216
Timecounter "ACPI-safe"  frequency 3579545 Hz
acpi_timer0: <24-bit timer at 3.579545MHz> port 0xec08-0xec0b on acpi0
acpi_cpu0: <CPU> on acpi0
acpi_pcib0: <Host-PCI bridge> port 0xcf8-0xcff on acpi0

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?87sn6mrdiv.wl>