From owner-freebsd-stable@FreeBSD.ORG Wed Jan 10 13:00:39 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B1D4616A47B for ; Wed, 10 Jan 2007 13:00:39 +0000 (UTC) (envelope-from ducrot@poupinou.org) Received: from poup.poupinou.org (poup.poupinou.org [195.101.94.96]) by mx1.freebsd.org (Postfix) with ESMTP id 3483F13C46B for ; Wed, 10 Jan 2007 13:00:39 +0000 (UTC) (envelope-from ducrot@poupinou.org) Received: from ducrot by poup.poupinou.org with local (Exim) id 1H4d44-0001ol-00; Wed, 10 Jan 2007 14:00:24 +0100 Date: Wed, 10 Jan 2007 14:00:24 +0100 To: Daniel O'Connor Message-ID: <20070110130024.GF4945@poupinou.org> References: <200701091239.46735.doconnor@gsoft.com.au> <20070109165028.GA70345@icarus.home.lan> <20070110033837.GE4945@poupinou.org> <200701101846.12300.doconnor@gsoft.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200701101846.12300.doconnor@gsoft.com.au> User-Agent: Mutt/1.5.9i From: Bruno Ducrot Cc: freebsd-stable@freebsd.org Subject: Re: Temperature/fan monitoring on a Supermicro P8SCT X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Jan 2007 13:00:39 -0000 On Wed, Jan 10, 2007 at 06:46:10PM +1030, Daniel O'Connor wrote: > On Wednesday 10 January 2007 14:08, Bruno Ducrot wrote: > > From the OP, I think the processor is an AMD 64 bits of some sort. From > > "BIOS and Kernel Developer's Guide for AMD NPT Family 0Fh Processors", > > available at > > The P8SCT is an Intel S775 board so AMD specific things are unlikely to > work :) Ermm, yes. Indeed this wont work. Sorry for the noise. > I was basically wondering if anyone had patches or similar to mbmon/healthd I > could use. > > Failing that I will try and generate some myself (when I get some time, ho ho > ho). Well, from http://www.supermicro.com/support/faqs/faq.cfm?faq=3099 you pointed out, I think the sensor where fan, temp and so on is the W83792D and not the W83627HF. That's one is probably not yet supported by healthd nor mbmon, and a quick and the spec show that you can access it only via SMBus. Cheers, -- Bruno Ducrot -- Which is worse: ignorance or apathy? -- Don't know. Don't care.