From owner-cvs-all@FreeBSD.ORG Fri Mar 5 11:03:19 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9630516A4CE; Fri, 5 Mar 2004 11:03:19 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF7AE43D46; Fri, 5 Mar 2004 11:03:18 -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 i25J3Hkj013734; Fri, 5 Mar 2004 12:03:17 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Fri, 05 Mar 2004 12:03:26 -0700 (MST) Message-Id: <20040305.120326.63044815.imp@bsdimp.com> To: des@des.no From: "M. Warner Losh" In-Reply-To: References: <20040304.201932.78712700.imp@bsdimp.com> <20040305101907.P30482@root.org> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable cc: src-committers@freebsd.org cc: nate@root.org cc: cvs-all@freebsd.org cc: cvs-src@freebsd.org cc: takawata@init-main.com Subject: Re: cvs commit: src/usr.sbin/acpi/acpiconf acpiconf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Mar 2004 19:03:19 -0000 In message: des@des.no (Dag-Erling Sm=F8rgrav) writes: : Nate Lawson writes: : > * Unified sysctls for battery and thermal (hw.power.XXX) : > * Make sure both acpi(4) and apm(4) export information through that= : > interface. : > * Move apm(8) to use those sysctls. : > * Remove any non-acpi-specific code from acpiconf(8) : = : Mmm, remind me again why we still bother supporting apm? Because there are a number of laptops that don't support acpi, and the code is already written. Warner