From owner-freebsd-current@FreeBSD.ORG Tue Apr 19 18:26:39 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 764C3106566B; Tue, 19 Apr 2011 18:26:39 +0000 (UTC) (envelope-from uncle@devio.us) Received: from wolfman.devio.us (devious-1-pt.tunnel.tserv12.mia1.ipv6.he.net [IPv6:2001:470:4:2a5::2]) by mx1.freebsd.org (Postfix) with ESMTP id 4D18E8FC1C; Tue, 19 Apr 2011 18:26:39 +0000 (UTC) Received: by wolfman.devio.us (Postfix, from userid 3773) id C6B8B1A90C6; Tue, 19 Apr 2011 14:26:38 -0400 (EDT) Date: Tue, 19 Apr 2011 14:26:38 -0400 From: Nick Ulen To: mdf@FreeBSD.org Message-ID: <20110419182638.GA20307@wolfman.devio.us> References: <20110416155122.GA29309@wolfman.devio.us> <201104180805.40743.jhb@freebsd.org> <20110419082906.GA8125@wolfman.devio.us> <20110419234815.e2944dd5.taku@tackymt.homeip.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) X-Mailman-Approved-At: Tue, 19 Apr 2011 18:58:59 +0000 Cc: freebsd-current@freebsd.org Subject: Re: `hw.acpi.thermal.tz0.temperature' disappeared X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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, 19 Apr 2011 18:26:39 -0000 On Tue, Apr 19, 2011 at 09:44:50AM -0700, mdf@FreeBSD.org wrote: > On Tue, Apr 19, 2011 at 7:48 AM, Taku YAMAMOTO > wrote: > >... > > We should have 10 _ACx values like this: > > hw.acpi.thermal.tz0._ACx: -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 > > D'oh, I didn't read the original source carefully enough. > > Can someone test this patch? As an aside, what kind of h/w do I need > for hw.acpi.thermal to show up? I don't see it on my Dell desktop... Done: #sysctl hw.acpi.thermal hw.acpi.thermal.min_runtime: 0 hw.acpi.thermal.polling_rate: 10 hw.acpi.thermal.user_override: 0 hw.acpi.thermal.tz0.temperature: 78.5C hw.acpi.thermal.tz0.active: -1 hw.acpi.thermal.tz0.passive_cooling: 0 hw.acpi.thermal.tz0.thermal_flags: 0 hw.acpi.thermal.tz0._PSV: -1 hw.acpi.thermal.tz0._HOT: -1 hw.acpi.thermal.tz0._CRT: 90.0C hw.acpi.thermal.tz0._ACx: -1 -1 -1 -1 -1 -1 -1 -1 -1 -1 hw.acpi.thermal.tz0._TC1: -1 hw.acpi.thermal.tz0._TC2: -1 hw.acpi.thermal.tz0._TSP: -1 Regards, Nick