From owner-freebsd-sparc64@FreeBSD.ORG Tue Aug 23 12:04:16 2011 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D541E106566B for ; Tue, 23 Aug 2011 12:04:16 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 6EF8A8FC08 for ; Tue, 23 Aug 2011 12:04:16 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.4/8.14.4/ALCHEMY.FRANKEN.DE) with ESMTP id p7NC4EJo074046; Tue, 23 Aug 2011 14:04:14 +0200 (CEST) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.4/8.14.4/Submit) id p7NC4EoG074045; Tue, 23 Aug 2011 14:04:14 +0200 (CEST) (envelope-from marius) Date: Tue, 23 Aug 2011 14:04:14 +0200 From: Marius Strobl To: Torfinn Ingolfsen Message-ID: <20110823120414.GB73912@alchemy.franken.de> References: <20110822204539.69efd311.torfinn.ingolfsen@broadpark.no> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110822204539.69efd311.torfinn.ingolfsen@broadpark.no> User-Agent: Mutt/1.4.2.3i Cc: freebsd-sparc64@freebsd.org Subject: Re: Blade 1000 - fan control and / or environmental monitoring? X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Aug 2011 12:04:16 -0000 On Mon, Aug 22, 2011 at 08:45:39PM +0200, Torfinn Ingolfsen wrote: > I notice that when my Blade 1000 runs FreeBSD (now upgraded to 8.2-stable), > the fans runn at full blast. > But when it runs Solaris, the speed of the fans is regulated. > > Do we have any fan control / enironmental montoring for Blade 1000 in FreeBSD? No, FreeBSD/sparc64 doesn't support OS-based fan control. FreeBSD/powerpc has a one-off solution for fan control in the kernel but I think the proper way to implement this is with a userland daemon via a MI actuators and sensors framework with just a safety belt in the kernel that switches fans to full speed in case the daemon dies or the machine panics (in principle that also is how Open(Solaris) controls the fans in B1K). Unfortunately such a framework hasn't happened so far ... Marius