From owner-freebsd-mobile@FreeBSD.ORG Wed Jan 7 20:41:39 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F0CC16A4CE for ; Wed, 7 Jan 2004 20:41:39 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC85B43D49 for ; Wed, 7 Jan 2004 20:41:37 -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 i084fbET076140; Wed, 7 Jan 2004 21:41:37 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 07 Jan 2004 21:41:27 -0700 (MST) Message-Id: <20040107.214127.05158448.imp@bsdimp.com> To: l.ertl@univie.ac.at From: "M. Warner Losh" In-Reply-To: <20040108022354.O587@korben.in.tern> References: <20040107.174135.21620917.imp@bsdimp.com> <20040108020418.V622@korben.in.tern> <20040108022354.O587@korben.in.tern> 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: mobile@freebsd.org Subject: Re: More power patches X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jan 2004 04:41:39 -0000 In message: <20040108022354.O587@korben.in.tern> Lukas Ertl writes: : On Thu, 8 Jan 2004, Lukas Ertl wrote: : : > On Wed, 7 Jan 2004, M. Warner Losh wrote: : > : > > OK. I've updated the patch : > > : > > http://people.freebsd.org/~imp/power-20040107.diff : > : > Good, let's see: : > : > *) hw.pci.allow_unsupported_io_range="1" is not needed anymore : > *) ACPI battery info is broken now (see end of dmesg) : : Uhm, there seems to be something else bogus, I tried to build kernel : again, and now ACPI loading fails completely: : : Preloaded elf module "/boot/kernel/acpi.ko" at 0xc087d300. : link_elf: symbol AcpiDmDumpMethodInfo undefined : KLD file acpi.ko - could not finalize loading Hmmm, I think this is a ACPI_DEBUG related thing of some kind. ACPI failing completely is a good reason for the battery to be broken. :-) : I'm currently not sure if this is my bad or something from the patch - : it's 2:30 a.m. and I could use some sleep :-/ I'll let nate answer the ACPI issues. I've not kept up on the latest details. Warner