From owner-freebsd-current@FreeBSD.ORG Wed May 14 05:58:04 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D37337B401 for ; Wed, 14 May 2003 05:58:04 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 874DC43F75 for ; Wed, 14 May 2003 05:58:03 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h4ECw2kA033850; Wed, 14 May 2003 06:58:02 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Wed, 14 May 2003 06:56:31 -0600 (MDT) Message-Id: <20030514.065631.04687746.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <20030511103649.Q72329@root.org> References: <20030511103649.Q72329@root.org> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: acpi panics - potential fix X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2003 12:58:04 -0000 In message: <20030511103649.Q72329@root.org> Nate Lawson writes: : If you are having acpi panics, please try the attached patch. I was seeing boot time panics on acpi trying to turn on/off a thermal unit when the battery wasn't fully charged (or maybe my box was too hot) without these patches. With them I've been able to reboot after doing a buildkernel on batteries. Warner