From owner-freebsd-acpi@FreeBSD.ORG Sun Jul 24 06:21:31 2005 Return-Path: X-Original-To: freebsd-acpi@freebsd.org Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D243416A41F for ; Sun, 24 Jul 2005 06:21:31 +0000 (GMT) (envelope-from takawata@init-main.com) Received: from sana.init-main.com (104.194.138.210.bn.2iij.net [210.138.194.104]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6DAE043D45 for ; Sun, 24 Jul 2005 06:21:31 +0000 (GMT) (envelope-from takawata@init-main.com) Received: from init-main.com (localhost [127.0.0.1]) by sana.init-main.com (8.13.3/8.13.1) with ESMTP id j6O6ISWx093600; Sun, 24 Jul 2005 15:18:28 +0900 (JST) (envelope-from takawata@init-main.com) Message-Id: <200507240618.j6O6ISWx093600@sana.init-main.com> To: Nate Lawson In-reply-to: Your message of "Sat, 23 Jul 2005 12:38:18 MST." <42E29CAA.1020007@root.org> Date: Sun, 24 Jul 2005 15:18:28 +0900 From: Takanori Watanabe Cc: freebsd-acpi@freebsd.org Subject: Re: acpi battery rework patch 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: Sun, 24 Jul 2005 06:21:31 -0000 In message <42E29CAA.1020007@root.org>, Nate Lawson さんいわく: >Marcin Jessa wrote: >> On Sat, 23 Jul 2005 19:00:01 +0900 >> Eric Kjeldergaard wrote: >>>>Please test to be sure your battery status works as usual, along with >>>>any apps. Since most apps (xbatt, gnome, etc.) use the apm compat >>>>layer, they should work as before with no recompilation needed. >> >> >>>-CURRENT as of 23/07/2005, does not compile. >> >> >> Prolly because it's for 6.0, not 7.0 > >Sorry, the problem was I left a file out of the diff. I just committed >the patch so please just cvsup and test from 7-CURRENT. > I don't tried yet, but devclass battery should be shared between any kind of batteries in your way. So move acpi_cmbat_devclass into acpi_battery.c and change its name to acpi_battery_devclass.