From owner-freebsd-acpi@FreeBSD.ORG Tue Mar 6 18:09:54 2007 Return-Path: X-Original-To: freebsd-acpi@freebsd.org Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3B8DA16A402 for ; Tue, 6 Mar 2007 18:09:54 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from server.baldwin.cx (66-23-211-162.clients.speedfactory.net [66.23.211.162]) by mx1.freebsd.org (Postfix) with ESMTP id E075F13C4AC for ; Tue, 6 Mar 2007 18:09:53 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from localhost.corp.yahoo.com (john@localhost [127.0.0.1]) (authenticated bits=0) by server.baldwin.cx (8.13.8/8.13.8) with ESMTP id l26I9ofl012599; Tue, 6 Mar 2007 13:09:50 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Nate Lawson Date: Tue, 6 Mar 2007 13:10:10 -0500 User-Agent: KMail/1.9.1 References: <200703011612.07110.shoesoft@gmx.net> <200703061027.25387.jhb@freebsd.org> <45ED9D71.5040904@root.org> In-Reply-To: <45ED9D71.5040904@root.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703061310.11346.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (server.baldwin.cx [127.0.0.1]); Tue, 06 Mar 2007 13:09:51 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2747/Tue Mar 6 10:49:25 2007 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.4 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: freebsd-acpi@freebsd.org, Stefan Ehmann Subject: Re: notebook freezes X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Mar 2007 18:09:54 -0000 On Tuesday 06 March 2007 11:57, Nate Lawson wrote: > John Baldwin wrote: > > On Monday 05 March 2007 16:19, Nate Lawson wrote: > >>> Where do timer updates on suspend/resume happen for acpi? > >> pmtimer handles both (see NOTES) since DEVICE_RESUME() is called from > >> both apm and acpi. > > > > pmtimer should be on by default in 7 I think. It is for amd64 already IIRC, > > just not for i386. > > > > Yeah, I see it in GENERIC. His issue was just driver error with the > patch. The patch has been committed. I'm saying in general that pmtimer should really not be optional. It's a small amount of code, so there isn't really anything gained by leaving it out. -- John Baldwin