diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-05-04 01:32:38 +0800 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2006-05-04 01:32:38 +0800 |
commit | 67d1937388e02d3a0360ee8c9a34e5cee7097bde (patch) | |
tree | 96889a3884462432815977270b570043f33a5f4e | |
parent | c049e6baf139e58fd1dc87cbe1681809fc21944f (diff) | |
download | freebsd-ports-gnome-67d1937388e02d3a0360ee8c9a34e5cee7097bde.tar.gz freebsd-ports-gnome-67d1937388e02d3a0360ee8c9a34e5cee7097bde.tar.zst freebsd-ports-gnome-67d1937388e02d3a0360ee8c9a34e5cee7097bde.zip |
Recognize a Winbond chip on the MSI Neo4-FI motherboard.
PR: ports/96718
Submitted by: pav
-rw-r--r-- | sysutils/mbmon/Makefile | 2 | ||||
-rw-r--r-- | sysutils/mbmon/files/patch-sens_winbond.c | 10 | ||||
-rw-r--r-- | sysutils/xmbmon/Makefile | 2 |
3 files changed, 12 insertions, 2 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) */ diff --git a/sysutils/xmbmon/Makefile b/sysutils/xmbmon/Makefile index 3605c5890798..110b0e8f63d8 100644 --- a/sysutils/xmbmon/Makefile +++ b/sysutils/xmbmon/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xmbmon -PORTREVISION= 6 +PORTREVISION= 7 COMMENT= A X motherboard monitor for LM78/79, W8378x, AS99127F, VT82C686 and ADM9240 |