From owner-cvs-src@FreeBSD.ORG Thu Mar 4 19:19:30 2004 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 E9B8C16A4CE; Thu, 4 Mar 2004 19:19:30 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8238B43D39; Thu, 4 Mar 2004 19:19:30 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i253JTkj002608; Thu, 4 Mar 2004 20:19:29 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Thu, 04 Mar 2004 20:19:32 -0700 (MST) Message-Id: <20040304.201932.78712700.imp@bsdimp.com> To: doconnor@gsoft.com.au From: "M. Warner Losh" In-Reply-To: <200403051335.55836.doconnor@gsoft.com.au> References: <200403050239.i252dI0u007320@sana.init-main.com> <200403051335.55836.doconnor@gsoft.com.au> 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: cvs-src@freebsd.org cc: takawata@init-main.com cc: src-committers@freebsd.org cc: cvs-all@freebsd.org cc: nate@root.org Subject: Re: cvs commit: src/usr.sbin/acpi/acpiconf acpiconf.c 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: Fri, 05 Mar 2004 03:19:31 -0000 In message: <200403051335.55836.doconnor@gsoft.com.au> "Daniel O'Connor" writes: : On Fri, 5 Mar 2004 13:09, Takanori Watanabe wrote: : : > apm(8) information is only emulated apm status. : > The acpiconf -i informations are not available from apm(8) interface. : : acpiconf -i doesn't show stuff like battery percentage and estimated run time : though.. : : I have a program which does and I'm going to shoe horn it into acpiconf and : send diffs if I get some spare time :) : : It's seriously neat to see how many Watt's your laptop is using when you : fiddle with stuff :) I have hacked my acpiconf to print more battery information too. Warner