summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2007-09-24 05:18:45 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2007-09-24 05:18:45 +0000
commite5de588142c9519c74ab1a3c3190e9b77e74c096 (patch)
treec92d67a2b2aeb95ac39dd27a422bb2689304e449 /sysutils
parentnew port: x11-fonts/fonts-indic (diff)
[PATCH] sysutils/mbmon - enables recognition of 657DHG controller
Enclosed one line patch enables mbmon's recognition of the 657DHG temp sensing device on the Asus P5x motherboard series PR: ports/116474 Submitted by: Howard Goldstein <hg@queue.to> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=200020
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/mbmon/Makefile2
-rw-r--r--sysutils/mbmon/files/patch-sens_winbond.c3
2 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/mbmon/Makefile b/sysutils/mbmon/Makefile
index 89e8a20282c3..5f2583826b6d 100644
--- a/sysutils/mbmon/Makefile
+++ b/sysutils/mbmon/Makefile
@@ -7,7 +7,7 @@
PORTNAME?= mbmon
PORTVERSION= 205
-PORTREVISION?= 3
+PORTREVISION?= 4
CATEGORIES= sysutils
MASTER_SITES= http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/xmbmon/
DISTNAME= xmbmon${PORTVERSION}
diff --git a/sysutils/mbmon/files/patch-sens_winbond.c b/sysutils/mbmon/files/patch-sens_winbond.c
index b22a1f4b06b6..be172fc9fc23 100644
--- a/sysutils/mbmon/files/patch-sens_winbond.c
+++ b/sysutils/mbmon/files/patch-sens_winbond.c
@@ -1,10 +1,11 @@
--- sens_winbond.c Fri Jul 9 07:34:41 2004
+++ sens_winbond.c Wed May 3 16:43:40 2006
-@@ -245,6 +244,7 @@
+@@ -245,6 +244,8 @@
case 0x20: /* 0x20 (or 0x21) 627HF */
case 0x90: /* 0x90 (or 0x91?) 627THF */
case 0x1A: /* 0x1A (??) 627THF-A */
+ case 0xA0: /* 0xA0 (or 0xA1) */
++ case 0xC0: /* 0xC0 (or 0xC1) 627DHG */
wbdchipid = W83627HF;
break;
case 0x30: /* 0x30 (or 0x31) */