From owner-cvs-src@FreeBSD.ORG Mon May 5 21:49:09 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 E50ED37B401 for ; Mon, 5 May 2003 21:49:09 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id DE08D43F93 for ; Mon, 5 May 2003 21:49:08 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 6599 invoked by uid 1000); 6 May 2003 04:49:11 -0000 Date: Mon, 5 May 2003 21:49:11 -0700 (PDT) From: Nate Lawson To: "M. Warner Losh" In-Reply-To: <20030505.224242.91394668.imp@bsdimp.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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:49:10 -0000 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. -Nate