From owner-cvs-all@FreeBSD.ORG Mon Sep 1 08:40:47 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA84816A4DD; Mon, 1 Sep 2003 08:40:47 -0700 (PDT) Received: from mail.qubesoft.com (gate.qubesoft.com [217.169.36.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4B83043FDD; Mon, 1 Sep 2003 08:40:45 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from bluebottle.qubesoft.com (bluebottle.qubesoft.com [192.168.1.2]) by mail.qubesoft.com (8.12.9/8.12.9) with ESMTP id h81FehSO024235; Mon, 1 Sep 2003 16:40:43 +0100 (BST) (envelope-from dfr@nlsystems.com) Received: from builder02.qubesoft.com (builder02.qubesoft.com [192.168.1.8]) h81FeeTj065157; Mon, 1 Sep 2003 16:40:43 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson To: Alexey Dokuchaev In-Reply-To: <20030901151601.GA73019@regency.nsu.ru> References: <200309011501.h81F1oPT064166@repoman.freebsd.org> <1062428945.8027.1.camel@builder02.qubesoft.com> <20030901151601.GA73019@regency.nsu.ru> Content-Type: text/plain Message-Id: <1062430840.8027.10.camel@builder02.qubesoft.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 01 Sep 2003 16:40:40 +0100 Content-Transfer-Encoding: 7bit cc: cvs-src@freebsd.org cc: Doug Rabson cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/dev/pci pci.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2003 15:40:48 -0000 On Mon, 2003-09-01 at 16:16, Alexey Dokuchaev wrote: > On Mon, Sep 01, 2003 at 04:09:06PM +0100, Doug Rabson wrote: > > This gets the thing detected at least for my Tyan Tiger MP motherboard. > > Still can't make any sense of the SMBus sensors with e.g. lmmon or > > healthd. Does anyone else have temperature, voltage sensors working for > > this motherboard? > > Have you tried sysutils/xmbmon; it seems to use various ways of getting > that type of information (including, but not limited to, SMBus). I've tried healthd's ISA method as well as SMB. I know that the board uses a Winbond W83782D chip which healthd supports but the ISA ports all read 0xff and the SMB ports seem to read 0x00. I have my doubts as to whether the kernel SMBus driver works at all though.