diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-05-03 17:32:38 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-05-03 17:32:38 +0000 |
commit | 67d1937388e02d3a0360ee8c9a34e5cee7097bde (patch) | |
tree | 96889a3884462432815977270b570043f33a5f4e /sysutils/mbmon | |
parent | c049e6baf139e58fd1dc87cbe1681809fc21944f (diff) | |
download | ports-67d1937388e02d3a0360ee8c9a34e5cee7097bde.tar.gz ports-67d1937388e02d3a0360ee8c9a34e5cee7097bde.zip |
Notes
Diffstat (limited to 'sysutils/mbmon')
-rw-r--r-- | sysutils/mbmon/Makefile | 2 | ||||
-rw-r--r-- | sysutils/mbmon/files/patch-sens_winbond.c | 10 |
2 files changed, 11 insertions, 1 deletions
diff --git a/sysutils/mbmon/Makefile b/sysutils/mbmon/Makefile index 32aed5130344..e5847ff9d41e 100644 --- a/sysutils/mbmon/Makefile +++ b/sysutils/mbmon/Makefile @@ -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} diff --git a/sysutils/mbmon/files/patch-sens_winbond.c b/sysutils/mbmon/files/patch-sens_winbond.c new file mode 100644 index 000000000000..b22a1f4b06b6 --- /dev/null +++ b/sysutils/mbmon/files/patch-sens_winbond.c @@ -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) */ |