Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Sep 2002 14:51:31 +0200
From:      Poul-Henning Kamp <phk@critter.freebsd.dk>
To:        Julian Elischer <julian@elischer.org>
Cc:        Terry Lambert <tlambert2@mindspring.com>, Mark Murray <mark@grondar.za>, FreeBSD current users <current@FreeBSD.ORG>
Subject:   Re: A riddle in -current 
Message-ID:  <1329.1032007891@critter.freebsd.dk>
In-Reply-To: Your message of "Sat, 14 Sep 2002 03:23:41 PDT." <Pine.BSF.4.21.0209140306260.82711-100000@InterJet.elischer.org> 

next in thread | previous in thread | raw e-mail | index | archive | help
In message <Pine.BSF.4.21.0209140306260.82711-100000@InterJet.elischer.org>, Ju
lian Elischer writes:
>> >21,22c21
>> >< Timecounter "ACPI-safe"  frequency 3579545 Hz
>> >< unknown: I/O range not supported
>> >---
>> >> Timecounter "ACPI-fast"  frequency 3579545 Hz
>> 
>> You can test the difference this makes by timing
>> 	for (i = 0; i < 1000000; i++)
>> 		gettimeofday(&tv, NULL)
>> 
>> ACPI-safe means that the hardware doesn't act like a properly implemented
>> binary counter (!) whereas ACPI-fast has not given any signs of having
>> trouble during the boot-time probing.
>
>that's interesting...
>why would they differ.... thy are the same hardware
>(serial numbers 1 apart ....) I'll have to investigate closer..

The check is very paranoid, and it has to be, there are many weird 
broken ACPI counters out there.

-- 
Poul-Henning Kamp       | UNIX since Zilog Zeus 3.20
phk@FreeBSD.ORG         | TCP/IP since RFC 956
FreeBSD committer       | BSD since 4.3-tahoe    
Never attribute to malice what can adequately be explained by incompetence.

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?1329.1032007891>