From owner-cvs-src@FreeBSD.ORG Mon Sep 1 08:49:25 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6A97016A4BF; Mon, 1 Sep 2003 08:49:25 -0700 (PDT) Received: from mail.qubesoft.com (gate.qubesoft.com [217.169.36.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 22BB643FAF; Mon, 1 Sep 2003 08:49:24 -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 h81FnNSO024398; Mon, 1 Sep 2003 16:49:23 +0100 (BST) (envelope-from dfr@nlsystems.com) Received: from builder02.qubesoft.com (builder02.qubesoft.com [192.168.1.8]) h81FnLTj065303; Mon, 1 Sep 2003 16:49:23 +0100 (BST) (envelope-from dfr@nlsystems.com) From: Doug Rabson To: Alexey Dokuchaev In-Reply-To: <1062430840.8027.10.camel@builder02.qubesoft.com> References: <200309011501.h81F1oPT064166@repoman.freebsd.org> <1062428945.8027.1.camel@builder02.qubesoft.com> <20030901151601.GA73019@regency.nsu.ru> <1062430840.8027.10.camel@builder02.qubesoft.com> Content-Type: text/plain Message-Id: <1062431361.8027.13.camel@builder02.qubesoft.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.0 Date: 01 Sep 2003 16:49:21 +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-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 01 Sep 2003 15:49:25 -0000 On Mon, 2003-09-01 at 16:40, Doug Rabson wrote: > 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. > > I just tried xmbmon and it works a lot better than healthd. The kernel SMBus driver for amd is definately busted because the builtin xmbmon one works nicely.