From owner-freebsd-acpi@FreeBSD.ORG Tue Mar 20 22:07:52 2007 Return-Path: X-Original-To: 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 92B0016A403 for ; Tue, 20 Mar 2007 22:07:52 +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 806FE13C4C9 for ; Tue, 20 Mar 2007 22:07:51 +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 l2KM7mV9046249; Tue, 20 Mar 2007 17:07:48 -0500 (EST) (envelope-from jhb@freebsd.org) From: John Baldwin To: Nate Lawson Date: Tue, 20 Mar 2007 12:23:43 -0400 User-Agent: KMail/1.9.6 References: <200703191726.30337.jhb@freebsd.org> <45FF2D42.2010305@root.org> <45FF62DB.8030405@root.org> In-Reply-To: <45FF62DB.8030405@root.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200703201223.44836.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, 20 Mar 2007 17:07:48 -0500 (EST) X-Virus-Scanned: ClamAV 0.88.3/2881/Tue Mar 20 14:53:24 2007 on server.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-4.2 required=4.2 tests=ALL_TRUSTED,AWL,BAYES_00, DATE_IN_PAST_03_06 autolearn=ham version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on server.baldwin.cx Cc: acpi@freebsd.org Subject: Re: acpi_acad(4) stopped working 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, 20 Mar 2007 22:07:52 -0000 On Tuesday 20 March 2007 12:28:11 am Nate Lawson wrote: > Nate Lawson wrote: > > John Baldwin wrote: > >> I updated my laptop this weekend to the latest current (previous OS was from > >> around May 20, 2006) and some things now seem to work nicely. One regression > >> I've noticed though is that acpi_acad0 no longer "notices" when the power > >> plug is pulled or re-inserted. I do know that this worked fine on the old > >> kernel. Anyone have any ideas off the top of their head before I dig into > >> this deeper? > >> > > > > The acpi_ec.c updates, since the EC is used on most systems to get > > battery, thermal, and AC line status. Try the items I mentioned in the > > headsup email: > > > > http://lists.freebsd.org/pipermail/freebsd-current/2007-February/069525.html > > > > Also, first cvsup to rev 1.71 of acpi_ec.c and see if that alone helps. That fixed it, thanks! I had just noticed that I wasn't getting any interrupts on acpi0 and that battery reporting had also stopped updating after boot when I got your e-mail. -- John Baldwin