From owner-freebsd-current@FreeBSD.ORG Tue Dec 2 14:06:37 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 72D0816A4CE for ; Tue, 2 Dec 2003 14:06:37 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 356AA43FE9 for ; Tue, 2 Dec 2003 14:06:36 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 18004 invoked by uid 1000); 2 Dec 2003 22:06:37 -0000 Date: Tue, 2 Dec 2003 14:06:37 -0800 (PST) From: Nate Lawson To: Lukas Ertl In-Reply-To: <20031202225705.Q606@korben.in.tern> Message-ID: <20031202140556.S17909@root.org> References: <20031118094821.T64353@root.org> <20031118221008.U621@korben.in.tern> <20031118131708.C64933@root.org> <20031118223352.W634@korben.in.tern> <20031120125407.L414@pcle2.cc.univie.ac.at> <20031121135507.H76145@root.org> <20031121234105.G623@korben.in.tern> <20031126124250.N94663@root.org> <20031126231101.Y681@korben.in.tern> <20031126141816.O95164@root.org> <20031126232104.B681@korben.in.tern> <20031202135205.B17909@root.org> <20031202225705.Q606@korben.in.tern> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current@freebsd.org Subject: Re: Updated acpi_cpu patch 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: Tue, 02 Dec 2003 22:06:37 -0000 X-List-Received-Date: Tue, 02 Dec 2003 22:06:37 -0000 On Tue, 2 Dec 2003, Lukas Ertl wrote: > On Tue, 2 Dec 2003, Nate Lawson wrote: > > Um, you have no _ACx values so the fan will be controlled by the BIOS. We > > should probably provide a way for users to supply their own _ACx values if > > they're not happy with the BIOS's but I'm not sure your ASL exports a > > power resource for the fan object. Do you have an object with id PNP0C0B? > > No, there's no PNP0C0B device. Build with options ACPI_DEBUG and boot with this in loader.conf: debug.acpi.layer=ACPI_POWER debug.acpi.level=ACPI_LV_OBJECTS It will print any power resources you have. -Nate