From owner-cvs-src@FreeBSD.ORG Mon May 5 21:51:48 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E0DAE37B401; Mon, 5 May 2003 21:51:48 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id B520543F3F; Mon, 5 May 2003 21:51:47 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h464plA7049734; Mon, 5 May 2003 22:51:47 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 05 May 2003 22:49:23 -0600 (MDT) Message-Id: <20030505.224923.08937755.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: References: <20030505.224242.91394668.imp@bsdimp.com> X-Mailer: Mew version 2.1 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/etc/rc.d apm apmd archdep X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 May 2003 04:51:49 -0000 In message: Nate Lawson writes: : On Mon, 5 May 2003, M. Warner Losh wrote: : > The apm(4) emulation that acpi(4) does now is limited to reporting : > battery life. It doesn't generate the same events that apmd would be : > listening for. And in the latest import, the apm emulation layer : > seems to be broken, at least for my machine. But maybe it is (a) my : > batteries suck or (b) ACPI's reporting of the battery information : > broke for my machine. : : Compare the output of apm to sysctl hw.acpi.(mumble battery) to see which : it is. I did, and I think they are consistant (modulo one bug that's been there for a long time). However, I have batteries that are nearly worn out, so I don't know if the battery is no longer reporting the status, or if acpi broke. Warner