From owner-freebsd-current@FreeBSD.ORG Tue Nov 1 04:55:13 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 0DCBB16A41F for ; Tue, 1 Nov 2005 04:55:13 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F3B043D45 for ; Tue, 1 Nov 2005 04:55:12 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id jA14rJOA011221; Mon, 31 Oct 2005 21:53:19 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 31 Oct 2005 21:53:29 -0700 (MST) Message-Id: <20051031.215329.115777034.imp@bsdimp.com> To: phk@phk.freebsd.dk From: "M. Warner Losh" In-Reply-To: <81213.1130754398@critter.freebsd.dk> References: <4365EF7B.1020706@freebsd.org> <81213.1130754398@critter.freebsd.dk> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Mon, 31 Oct 2005 21:53:19 -0700 (MST) Cc: freebsd-current@freebsd.org Subject: Re: TSC instead of ACPI: powerd doesn't work anymore (to be expected?) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Nov 2005 04:55:13 -0000 In message: <81213.1130754398@critter.freebsd.dk> "Poul-Henning Kamp" writes: : I am going to insist that clock_gettime(CLOCK_REALTIME, CLOCK_UPTIME) : remain precise. 1ms is way too imprecise for the stuff we do at work. We need 3-4 more orders of magnitude at a minimum from the time keeping system. Ideally, through well documented interfaces. Warner