Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 May 2006 16:49:10 +0200 (CEST)
From:      Pav Lucistnik <pav@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/96718: sysutils/mbmon: support my motherboard
Message-ID:  <200605031449.k43EnAwZ032375@ikaros.oook.cz>
Resent-Message-ID: <200605031450.k43EoFtc066840@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200605031449.k43EnAwZ032375>