From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 3 14:50:17 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 901B916A429 for ; Wed, 3 May 2006 14:50:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id ABCC243D53 for ; Wed, 3 May 2006 14:50:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k43EoF4P066841 for ; Wed, 3 May 2006 14:50:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k43EoFtc066840; Wed, 3 May 2006 14:50:15 GMT (envelope-from gnats) Resent-Date: Wed, 3 May 2006 14:50:15 GMT Resent-Message-Id: <200605031450.k43EoFtc066840@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pav Lucistnik Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F1AC716A43D for ; Wed, 3 May 2006 14:49:17 +0000 (UTC) (envelope-from pav@oook.cz) Received: from hood.oook.cz (hood.oook.cz [195.250.137.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5EA4843D5C for ; Wed, 3 May 2006 14:49:12 +0000 (GMT) (envelope-from pav@oook.cz) Received: from ikaros.oook.cz (localhost [127.0.0.1]) by hood.oook.cz (8.13.6/8.13.6) with ESMTP id k43EnASe032376 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Wed, 3 May 2006 16:49:10 +0200 (CEST) (envelope-from pav@ikaros.oook.cz) Received: (from pav@localhost) by ikaros.oook.cz (8.13.6/8.13.6/Submit) id k43EnAwZ032375; Wed, 3 May 2006 16:49:10 +0200 (CEST) (envelope-from pav) Message-Id: <200605031449.k43EnAwZ032375@ikaros.oook.cz> Date: Wed, 3 May 2006 16:49:10 +0200 (CEST) From: Pav Lucistnik To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/96718: sysutils/mbmon: support my motherboard X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Pav Lucistnik List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2006 14:50:17 -0000 >Number: 96718 >Category: ports >Synopsis: sysutils/mbmon: support my motherboard >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 03 14:50:15 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Pav Lucistnik >Release: FreeBSD 6.1-RC amd64 >Organization: >Environment: System: FreeBSD ikaros.oook.cz 6.1-RC FreeBSD 6.1-RC #0: Mon Apr 24 13:26:51 CEST 2006 root@ikaros.oook.cz:/usr/obj/usr/src/sys/SMP amd64 >Description: Recognize a Winbond chip on my new MSI Neo4-FI motherboard. Works nicely. BTW is mbmon still developed? If yes, I will send the same patch to the authors. >How-To-Repeat: >Fix: --- mbmon.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/sysutils/mbmon/Makefile,v retrieving revision 1.21 diff -a -u -r1.21 Makefile --- Makefile 19 Mar 2006 02:24:29 -0000 1.21 +++ Makefile 3 May 2006 14:46:29 -0000 @@ -7,7 +7,7 @@ PORTNAME?= mbmon PORTVERSION= 205 -PORTREVISION?= 1 +PORTREVISION?= 2 CATEGORIES= sysutils MASTER_SITES= http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/xmbmon/ DISTNAME= xmbmon${PORTVERSION} Index: files/patch-sens_winbond.c =================================================================== RCS file: files/patch-sens_winbond.c diff -N files/patch-sens_winbond.c --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ files/patch-sens_winbond.c 3 May 2006 14:46:29 -0000 @@ -0,0 +1,10 @@ +--- sens_winbond.c Fri Jul 9 07:34:41 2004 ++++ sens_winbond.c Wed May 3 16:43:40 2006 +@@ -245,6 +244,7 @@ + case 0x20: /* 0x20 (or 0x21) 627HF */ + case 0x90: /* 0x90 (or 0x91?) 627THF */ + case 0x1A: /* 0x1A (??) 627THF-A */ ++ case 0xA0: /* 0xA0 (or 0xA1) */ + wbdchipid = W83627HF; + break; + case 0x30: /* 0x30 (or 0x31) */ --- mbmon.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: