From owner-freebsd-current@FreeBSD.ORG Thu Jul 21 15:15:04 2005 Return-Path: X-Original-To: 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 7DA8616A440 for ; Thu, 21 Jul 2005 15:15:04 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.village.org (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id F1F8443D45 for ; Thu, 21 Jul 2005 15:15:03 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1]) by harmony.village.org (8.13.3/8.13.3) with ESMTP id j6LFCi2S085783; Thu, 21 Jul 2005 09:12:44 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 21 Jul 2005 09:13:33 -0600 (MDT) Message-Id: <20050721.091333.117435715.imp@bsdimp.com> To: ducrot@poupinou.org From: "M. Warner Losh" In-Reply-To: <20050720073353.GI2715@poupinou.org> References: <42DBC456.7060205@datacomm.ch> <20050720073353.GI2715@poupinou.org> 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 Cc: benlutz@datacomm.ch, current@freebsd.org Subject: Re: ACPI: clock stops while sleeping 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: Thu, 21 Jul 2005 15:15:04 -0000 In message: <20050720073353.GI2715@poupinou.org> Bruno Ducrot writes: : On Mon, Jul 18, 2005 at 05:01:42PM +0200, Benjamin Lutz wrote: : > I've installed FreeBSD-6.0-BETA1 on my Athlon64 (in amd64 mode), and I : > must say, the new power management features are impressive. I've noticed : > a slight hitch though: When I send the CPU to sleep with acpiconf -s 1, : > the clock will stop, resulting in the system time being wrong after : > wakeup. Is there something I can do to fix this, other than run ntpdate? : > (How to solve this without a network connection?) : : The pmtimer device is not yet ported to the amd64 architecture it seems. I believe that's true. Warner