From owner-freebsd-acpi@FreeBSD.ORG Tue Jun 10 15:33:37 2014 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8AF818F1 for ; Tue, 10 Jun 2014 15:33:37 +0000 (UTC) Received: from sola.nimnet.asn.au (paqi.nimnet.asn.au [115.70.110.159]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4136A2307 for ; Tue, 10 Jun 2014 15:33:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by sola.nimnet.asn.au (8.14.2/8.14.2) with ESMTP id s5AFXM2X022543; Wed, 11 Jun 2014 01:33:23 +1000 (EST) (envelope-from smithi@nimnet.asn.au) Date: Wed, 11 Jun 2014 01:33:22 +1000 (EST) From: Ian Smith To: Eric Neblock Subject: Re: Missing: hw.acpi.thermal.tz%d._HOT In-Reply-To: <1402412054.2426.13.camel@canpc36.cacs.louisiana.edu> Message-ID: <20140611011810.V10629@sola.nimnet.asn.au> References: <1402412054.2426.13.camel@canpc36.cacs.louisiana.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: freebsd-acpi@freebsd.org X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jun 2014 15:33:37 -0000 On Tue, 10 Jun 2014 09:54:14 -0500, Eric Neblock wrote: > Hello all, > I'm trying to figure out what is the _HOT temperature on my particular > processor. I'm running FreeBSD 10 GENERIC on a Sunfire X2200. > > The processor is an Dual Core AMD Opteron 2218. > > In the GENERIC kernel, acpi is built in; so, kldload acpi fails. I've > also loaded the amdtemp module at boot time to figure out what the > current temp of the processor is. > > With all of that, when performing `sysctl -a` I never seem to be able to > pull up the _HOT value. > > Are there any suggestions on how to be able to view it? Many thermal zones seen, including some CPUs, don't specify any _HOT value, just _PSV and _CRT, which should trigger passive cooling (eg clock slowing or throttling) and emergency shutdown, respectively. What says 'sysctl hw.acpi.thermal' ? cheers, Ian