From owner-cvs-all@FreeBSD.ORG Mon Sep 1 09:01:41 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 284B716A4BF; Mon, 1 Sep 2003 09:01:41 -0700 (PDT) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id B32A543F3F; Mon, 1 Sep 2003 09:01:38 -0700 (PDT) (envelope-from danfe@regency.nsu.ru) Received: from mail by mx.nsu.ru with drweb-scanned (Exim 3.35 #1 (Debian)) id 19tr8p-0003xj-00; Mon, 01 Sep 2003 23:02:55 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 3.35 #1 (Debian)) id 19tr8j-0003w5-00; Mon, 01 Sep 2003 23:02:49 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.9/8.12.9) with ESMTP id h81G2Avt089058; Mon, 1 Sep 2003 23:02:10 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.9/8.12.9/Submit) id h81G2ALd089051; Mon, 1 Sep 2003 23:02:10 +0700 (NOVST) Date: Mon, 1 Sep 2003 23:02:10 +0700 From: Alexey Dokuchaev To: Doug Rabson Message-ID: <20030901160210.GC73019@regency.nsu.ru> 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> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1062430840.8027.10.camel@builder02.qubesoft.com> User-Agent: Mutt/1.4.1i X-Envelope-To: dfr@nlsystems.com, dfr@freebsd.org, cvs-src@freebsd.org, src-committers@freebsd.org, cvs-all@freebsd.org 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 16:01:41 -0000 On Mon, Sep 01, 2003 at 04:40:40PM +0100, 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 could not get kernel SMBus to work either, and also have doubts that it works at all (GA 6OXET mobo, i815, ich 82801BA (ichsmb(4)) -- I think it listed as supported though). :-( ./danfe