From owner-freebsd-arm@FreeBSD.ORG Sat Jul 12 19:11:06 2014 Return-Path: Delivered-To: freebsd-arm@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 0C5DECCC for ; Sat, 12 Jul 2014 19:11:06 +0000 (UTC) Received: from mail-wi0-x233.google.com (mail-wi0-x233.google.com [IPv6:2a00:1450:400c:c05::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 9D37A2BA9 for ; Sat, 12 Jul 2014 19:11:05 +0000 (UTC) Received: by mail-wi0-f179.google.com with SMTP id cc10so767581wib.6 for ; Sat, 12 Jul 2014 12:11:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=mo4lODU0YN5e7NPjww3xuDQJBU5sNRcf7xEq2yx+oyI=; b=CZ7hBD0hcJbgSO4ADK9cDu+1rctbdRT6ZQIfs3ZHmjVKrNd95lAyCJ2auB4Oar3jEf lxE1QV+XA6q9pjllFHhRhDNZ8lYNe0l25EoIvGmikKTUNDizcPbbNGiQHAfQcpIEkMSi /82wUYbbozQ6NjbvbqrxwrQZeWiZhZwlGcG/35dCjdo9p3+c3xD6xdhkrfvSeHrpvoqD iD9gPS+kiF8QYsEkzZFOzLudqZIGR9yB+laxdKlhiZ9cIJ1lvtHfyhWHO71svdWE1CyA 0vKFs31PrnvyIgpGBOvm1Zhz6UWgfQakN5O1wa+S7jIlGcy8iI4k4FVYzc6XaVsQW3v4 aSbA== MIME-Version: 1.0 X-Received: by 10.181.8.204 with SMTP id dm12mr13969379wid.67.1405192263756; Sat, 12 Jul 2014 12:11:03 -0700 (PDT) Received: by 10.194.16.6 with HTTP; Sat, 12 Jul 2014 12:11:03 -0700 (PDT) In-Reply-To: <201407111521.s6BFLorC089417@mech-cluster241.men.bris.ac.uk> References: <201407111521.s6BFLorC089417@mech-cluster241.men.bris.ac.uk> Date: Sat, 12 Jul 2014 21:11:03 +0200 Message-ID: Subject: Re: acpi_thermal(4) - not relevant for arm? From: =?UTF-8?Q?Mika=C3=ABl_Urankar?= To: mexas@bris.ac.uk Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-arm@freebsd.org" X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Jul 2014 19:11:06 -0000 2014-07-11 17:21 GMT+02:00 Anton Shterenlikht : > The RPi-B snapshot contains the man page for acpi_thermal(4) > but since there is no ACPI, there are no hw.acpi sysctl > variables. So, are there any other variables giving > temperature on arm? You can get the temperature of the RPi with the vchiq stuff (https://github.com/gonzoua/vchiq-freebsd and https://github.com/gonzoua/userland): root@raspberry-pi:/opt/vc/bin/vcgencmd measure_temp temp=48.7'C