From owner-freebsd-amd64@FreeBSD.ORG Mon Jul 15 16:00:20 2013 Return-Path: Delivered-To: freebsd-amd64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F3DD0AB8 for ; Mon, 15 Jul 2013 16:00:19 +0000 (UTC) (envelope-from crest@rlwinm.de) Received: from mail.rlwinm.de (mail.rlwinm.de [IPv6:2a01:4f8:140:72e1::ac16:e45e]) by mx1.freebsd.org (Postfix) with ESMTP id BCD266D6 for ; Mon, 15 Jul 2013 16:00:19 +0000 (UTC) Received: from hexe.rlwinm.de (p4FE67BC6.dip0.t-ipconnect.de [79.230.123.198]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.rlwinm.de (Postfix) with ESMTPSA id B3C71DFC1 for ; Mon, 15 Jul 2013 15:56:51 +0000 (UTC) Message-ID: <51E41C93.7010603@rlwinm.de> Date: Mon, 15 Jul 2013 18:00:19 +0200 From: Jan Bramkamp User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130707 Thunderbird/17.0.7 MIME-Version: 1.0 To: freebsd-amd64@freebsd.org Subject: Re: amd64/180562: amdtemp and ACPI not working with motherboard ASUS M5A97 PRO References: <201307151553.r6FFr21s051018@freefall.freebsd.org> In-Reply-To: <201307151553.r6FFr21s051018@freefall.freebsd.org> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-amd64@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the AMD64 platform List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Jul 2013 16:00:20 -0000 On 15.07.2013 17:53, linimon@FreeBSD.org wrote: > Synopsis: amdtemp and ACPI not working with motherboard ASUS M5A97 PRO > > Responsible-Changed-From-To: freebsd-bugs->freebsd-amd64 > Responsible-Changed-By: linimon > Responsible-Changed-When: Mon Jul 15 15:52:40 UTC 2013 > Responsible-Changed-Why: > reclassify. The amdtemp driver in FreeBSD 9.1 doesn't support Bulldozer and Piledriver temperature sensors. Support is available 10-CURRENT. Copy sys/dev/amdtemp/amdtemp.c from 10-CURRENT and rebuild your kernel if you want support for the CPU internal temperature sensor. This worked for me with a FX-8350 CPU.