From owner-freebsd-current@FreeBSD.ORG Tue Apr 19 08:29:07 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 E66B2106564A; Tue, 19 Apr 2011 08:29:07 +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 C03A28FC1B; Tue, 19 Apr 2011 08:29:06 +0000 (UTC) Received: by wolfman.devio.us (Postfix, from userid 3773) id 52B6E1A90C9; Tue, 19 Apr 2011 04:29:06 -0400 (EDT) Date: Tue, 19 Apr 2011 04:29:06 -0400 From: Nick Ulen To: mdf@FreeBSD.org Message-ID: <20110419082906.GA8125@wolfman.devio.us> References: <20110416155122.GA29309@wolfman.devio.us> <201104180805.40743.jhb@freebsd.org> 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 11:11:15 +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 08:29:08 -0000 On Mon, Apr 18, 2011 at 08:43:56AM -0700, mdf@FreeBSD.org wrote: > On Mon, Apr 18, 2011 at 5:05 AM, John Baldwin wrote: > > > > I suspect it is still there, but sysctl doesn't know how to display it > > anymore. This is probably due to the changes with formatting of sysctl > > information. ?mdf@ is probably responsible in that case. > > I don't seem to have a hw.acpi.thermal sysctl node on my box. Can > someone please try this patch? This patch works. FreeBSD 9.0-CURRENT #1: Tue Apr 19 10:52:58 MSD 2011 # 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: 67.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 hw.acpi.thermal.tz0._TC1: -1 hw.acpi.thermal.tz0._TC2: -1 hw.acpi.thermal.tz0._TSP: -1 Thank you all of you! Regargs, Nick.