From owner-cvs-src@FreeBSD.ORG Mon Sep 1 08:15:37 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 CFE8516A4BF; Mon, 1 Sep 2003 08:15:37 -0700 (PDT) Received: from mx.nsu.ru (mx.nsu.ru [212.192.164.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7EF4C43F85; Mon, 1 Sep 2003 08:15:36 -0700 (PDT) (envelope-from danfe@regency.nsu.ru) Received: from mail by mx.nsu.ru with drweb-scanned (Exim 3.35 #1 (Debian)) id 19tqQ4-0005V3-00; Mon, 01 Sep 2003 22:16:40 +0700 Received: from regency.nsu.ru ([193.124.210.26]) by mx.nsu.ru with esmtp (Exim 3.35 #1 (Debian)) id 19tqQ3-0005TB-00; Mon, 01 Sep 2003 22:16:39 +0700 Received: from regency.nsu.ru (localhost [127.0.0.1]) by regency.nsu.ru (8.12.9/8.12.9) with ESMTP id h81FG2vt075046; Mon, 1 Sep 2003 22:16:02 +0700 (NOVST) (envelope-from danfe@regency.nsu.ru) Received: (from danfe@localhost) by regency.nsu.ru (8.12.9/8.12.9/Submit) id h81FG1vi074947; Mon, 1 Sep 2003 22:16:01 +0700 (NOVST) Date: Mon, 1 Sep 2003 22:16:01 +0700 From: Alexey Dokuchaev To: Doug Rabson Message-ID: <20030901151601.GA73019@regency.nsu.ru> References: <200309011501.h81F1oPT064166@repoman.freebsd.org> <1062428945.8027.1.camel@builder02.qubesoft.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1062428945.8027.1.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-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:15:38 -0000 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). ./danfe