From owner-freebsd-ppc@FreeBSD.ORG Thu Dec 2 20:49:23 2010 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1564A1065673 for ; Thu, 2 Dec 2010 20:49:23 +0000 (UTC) (envelope-from grehan@freebsd.org) Received: from alto.onthenet.com.au (alto.OntheNet.com.au [203.13.68.12]) by mx1.freebsd.org (Postfix) with ESMTP id C70128FC14 for ; Thu, 2 Dec 2010 20:49:22 +0000 (UTC) Received: from dommail.onthenet.com.au (dommail.OntheNet.com.au [203.13.70.57]) by alto.onthenet.com.au (Postfix) with ESMTPS id B6B4611DD3 for ; Fri, 3 Dec 2010 06:30:16 +1000 (EST) Received: from Peter-Grehans-MacBook-Pro.local (c-71-237-45-80.hsd1.co.comcast.net [71.237.45.80]) by dommail.onthenet.com.au (MOS 4.1.8-GA) with ESMTP id ART47119 (AUTH peterg@ptree32.com.au); Fri, 3 Dec 2010 06:29:57 +1000 Message-ID: <4CF801D5.6090007@freebsd.org> Date: Thu, 02 Dec 2010 13:30:13 -0700 From: Peter Grehan User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.12) Gecko/20101027 Thunderbird/3.1.6 MIME-Version: 1.0 To: freebsd-ppc@freebsd.org References: <5A677521-DE86-4BA9-BA85-8003957551B5@freebsd.org> <4CEBDB9D.2010309@freebsd.org> <15A958D9-5CBE-4830-B72C-CC4DF2192BC0@gromit.dlib.vt.edu> In-Reply-To: <15A958D9-5CBE-4830-B72C-CC4DF2192BC0@gromit.dlib.vt.edu> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: New powerpc64 snapshot X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Dec 2010 20:49:23 -0000 > The really bizarre thing, though, is that when the fans begin racing > and the noise is loud, simply executing "sysctl dev.fcu.0.fans" is > enough to calm them down to a more manageable 5600--6400 RPM! Fan control is handled by a microcontroller. If it doesn't see any communication, it assumes that the main CPU has gone away and winds up the fans to full-bore (you can see this if you sit at the FreeBSD loader prompt for a short time). Reading the fan speed is probably enough to fool the micro into thinking that something might be happening, so it will turn the fan speed back to normal and start it's timeout again. later, Peter.