From owner-freebsd-current@FreeBSD.ORG Tue Dec 2 13:54:54 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 D462116A4CF for ; Tue, 2 Dec 2003 13:54:54 -0800 (PST) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id E2F2E43FB1 for ; Tue, 2 Dec 2003 13:54:53 -0800 (PST) (envelope-from nate@rootlabs.com) Received: (qmail 17937 invoked by uid 1000); 2 Dec 2003 21:54:54 -0000 Date: Tue, 2 Dec 2003 13:54:54 -0800 (PST) From: Nate Lawson To: Lukas Ertl In-Reply-To: <20031126232104.B681@korben.in.tern> Message-ID: <20031202135205.B17909@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> 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 21:54:55 -0000 On Wed, 26 Nov 2003, Lukas Ertl wrote: > On Wed, 26 Nov 2003, Nate Lawson wrote: > > I need the output of sysctl hw.acpi.thermal to see your _ACx values. > > hw.acpi.thermal.tz0.temperature: 3072 > hw.acpi.thermal.tz0.active: -1 > hw.acpi.thermal.tz0.thermal_flags: 0 > hw.acpi.thermal.tz0._PSV: 3627 > hw.acpi.thermal.tz0._HOT: -1 > hw.acpi.thermal.tz0._CRT: 3662 > hw.acpi.thermal.tz0._ACx: -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 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? -Nate