From owner-freebsd-current@FreeBSD.ORG Tue Apr 19 18:18:26 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 9163B1065692 for ; Tue, 19 Apr 2011 18:18:26 +0000 (UTC) (envelope-from mdf356@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id EBA5F8FC1E for ; Tue, 19 Apr 2011 18:18:25 +0000 (UTC) Received: by wyf23 with SMTP id 23so6176066wyf.13 for ; Tue, 19 Apr 2011 11:18:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=d5jcLGpd110Va7oPsNQZJ9GJ/gtHWdC2z8BZz0Wsykc=; b=JOymn3YHXiGhqckC5WKmEdbnjq79CHkruJLdFPNO9mJo2Imxu4TIPHAbexZTOGtxT3 abuMigXhl6GBnqr3Xgua/AvnVMqUhRB6Oca6kXhfAu3B238Tpbrf8IBNEHIFTHCQRrMF Yp/DoRx5QC5a2gBpxsb/fIpUWdbcTzVe55Ti0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=Novh8kF1whjWwZCoBJ+l74S5NUWwX+/GrlceZQxB7mMbV9A0aGL3IkjgnBxlaxTLwC ilkcPb4hq872oYHs4tLQroORf9vtBQatsYb5my48YF6ldtPwLJ3Zk611ooMXKrS+zhAs /onaVzO1OP4vZnusmITxrOeA7nTlMPw7l9PcA= MIME-Version: 1.0 Received: by 10.216.245.6 with SMTP id n6mr29522wer.40.1303237103868; Tue, 19 Apr 2011 11:18:23 -0700 (PDT) Sender: mdf356@gmail.com Received: by 10.216.9.67 with HTTP; Tue, 19 Apr 2011 11:18:23 -0700 (PDT) In-Reply-To: <4DADCE20.6070306@FreeBSD.org> References: <20110416155122.GA29309@wolfman.devio.us> <201104180805.40743.jhb@freebsd.org> <20110419082906.GA8125@wolfman.devio.us> <20110419234815.e2944dd5.taku@tackymt.homeip.net> <4DADCE20.6070306@FreeBSD.org> Date: Tue, 19 Apr 2011 11:18:23 -0700 X-Google-Sender-Auth: Xosh5BDBIizL_7y7RMYpfEZuZJU Message-ID: From: mdf@FreeBSD.org To: Doug Barton Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Taku YAMAMOTO , freebsd-current@freebsd.org, Nick Ulen 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:18:26 -0000 On Tue, Apr 19, 2011 at 11:02 AM, Doug Barton wrote: > On 4/19/2011 9:44 AM, mdf@FreeBSD.org wrote: >> >> As an aside, what kind of h/w do I need >> for hw.acpi.thermal to show up? =A0I don't see it on my Dell desktop... > > The hardware is likely to be there for any reasonably modern Dell desktop= . > Do you have coretemp loaded? I didn't (I had assumed since the relevant sysctls are defined in acpi_thermal.c that having acpi was sufficient), so I just tried that, but still no hw.acpi.thermal node. Thanks, matthew