From owner-freebsd-current Sat Sep 14 3:40:14 2002 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFC6B37B400 for ; Sat, 14 Sep 2002 03:40:11 -0700 (PDT) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6A0A43E6E for ; Sat, 14 Sep 2002 03:40:11 -0700 (PDT) (envelope-from julian@elischer.org) Received: from InterJet.elischer.org ([12.232.206.8]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020914104007.HCUW16829.rwcrmhc51.attbi.com@InterJet.elischer.org>; Sat, 14 Sep 2002 10:40:07 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id DAA83102; Sat, 14 Sep 2002 03:23:42 -0700 (PDT) Date: Sat, 14 Sep 2002 03:23:41 -0700 (PDT) From: Julian Elischer To: Poul-Henning Kamp Cc: Terry Lambert , Mark Murray , FreeBSD current users Subject: Re: A riddle in -current In-Reply-To: <16204.1031997822@critter.freebsd.dk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, 14 Sep 2002, Poul-Henning Kamp wrote: > In message , Ju > lian Elischer writes: > > >the only difference I've found so far is teh following differnce in the > >dmesg output: > >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.. > > -- > 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