From owner-cvs-ports@FreeBSD.ORG Wed Dec 21 14:03:54 2005 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5C9E16A41F; Wed, 21 Dec 2005 14:03:54 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A94ED43D58; Wed, 21 Dec 2005 14:03:54 +0000 (GMT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id jBLE3sKC012357; Wed, 21 Dec 2005 14:03:54 GMT (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id jBLE3sVa012356; Wed, 21 Dec 2005 14:03:54 GMT (envelope-from ru) Message-Id: <200512211403.jBLE3sVa012356@repoman.freebsd.org> From: Ruslan Ermilov Date: Wed, 21 Dec 2005 14:03:54 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/sysutils/xmbmon Makefile ports/sysutils/xmbmon/files patch-sens_lm85.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Dec 2005 14:03:55 -0000 ru 2005-12-21 14:03:54 UTC FreeBSD ports repository Modified files: sysutils/xmbmon Makefile Added files: sysutils/xmbmon/files patch-sens_lm85.c Log: Fix reading temperature and voltage from ADM1027 sensors: - Don't add offsets, they are added automatically by the chip. - Make sure to read all registers with MSBs after reading from the extended resoltion register, otherwise they stay locked. This makes mbmon actually work on Asus S2882-D Opteron server motherboards with the ADM1027 chip, using amdpm(4) + smb(4). (Except it doesn't show the 4th FAN RPM counter; fix not committed at this time.) In collaboration with: Vsevolod Lobko Revision Changes Path 1.17 +1 -1 ports/sysutils/xmbmon/Makefile 1.1 +71 -0 ports/sysutils/xmbmon/files/patch-sens_lm85.c (new)