From owner-freebsd-arm@FreeBSD.ORG Fri Jul 11 15:22:20 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 E24DF4AC for ; Fri, 11 Jul 2014 15:22:20 +0000 (UTC) Received: from eu1sys200aog124.obsmtp.com (eu1sys200aog124.obsmtp.com [207.126.144.157]) (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 368E824A1 for ; Fri, 11 Jul 2014 15:22:18 +0000 (UTC) Received: from mail-wi0-f173.google.com ([209.85.212.173]) (using TLSv1) by eu1sys200aob124.postini.com ([207.126.147.11]) with SMTP ID DSNKU8ABE0ZC2PL9/aMruEtNmQR0vRdbgaId@postini.com; Fri, 11 Jul 2014 15:22:20 UTC Received: by mail-wi0-f173.google.com with SMTP id cc10so6488867wib.12 for ; Fri, 11 Jul 2014 08:21:55 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:message-id:to:subject:reply-to; bh=GxqSniK12UUGQkR2YFP62q+q/rcpO23VCoBgNORtmjI=; b=hBubu21DwD6rl1Dk0x1/0kSlmlmqvTEaFmi/iaXef0/MQcfVFL2hpTnJGNVDb7zt9G GW92fGacxGPd303NvilL4aIZKpoNQz/tClVnDTyo2wMu++Fm429E1YZN5obYZgGRrVFR Wwi2E5FTyohdKxuEPuaSAfi5ZA6jDS/1gyjzdKeRFZmpUtVqmv9MyGxLQ+WlUDMQP4Kf dZ/QfrexT2mPFxf9qTYAHNFb77LPUsuhsIvKVuziGjcaTQVauN3Wl6A6rUY2qJxEcJJ9 uA1l7hH05jP4zrVIRJmKbA3mN4sYebSIfu97FVyja919mc+LviviG81LOhRTneIdxUun Ol+A== X-Gm-Message-State: ALoCoQmkxnn+W0KGe/P+KdOnanD0BVyNj/xc3g2KKZyLQ3xQ7QHjCjj8y6jm8hNFCeuGOJERoS9PRdk8MS/Fu5+pNYdJ3y3au+tqvml4CuxOL08Y1VJgmFyFgP66TyRCcWgGDvcV4bMO X-Received: by 10.194.173.7 with SMTP id bg7mr65093217wjc.3.1405092115651; Fri, 11 Jul 2014 08:21:55 -0700 (PDT) X-Received: by 10.194.173.7 with SMTP id bg7mr65093059wjc.3.1405092114257; Fri, 11 Jul 2014 08:21:54 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id jb16sm8513346wic.10.2014.07.11.08.21.53 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 11 Jul 2014 08:21:53 -0700 (PDT) Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.8/8.14.8) with ESMTP id s6BFLoaV089418 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 11 Jul 2014 16:21:50 +0100 (BST) (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.8/8.14.8/Submit) id s6BFLorC089417 for freebsd-arm@freebsd.org; Fri, 11 Jul 2014 16:21:50 +0100 (BST) (envelope-from mexas) Date: Fri, 11 Jul 2014 16:21:50 +0100 (BST) From: Anton Shterenlikht Message-Id: <201407111521.s6BFLorC089417@mech-cluster241.men.bris.ac.uk> To: freebsd-arm@freebsd.org Subject: acpi_thermal(4) - not relevant for arm? Reply-To: mexas@bris.ac.uk 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: Fri, 11 Jul 2014 15:22:21 -0000 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? Thanks Anton