diff options
author | edwin <edwin@FreeBSD.org> | 2007-09-24 13:18:45 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-09-24 13:18:45 +0800 |
commit | 163067865cd20db9d736334e17867293586f6bab (patch) | |
tree | 45152af022e8c89c53234189e4224015842e7f44 /sysutils/mbmon/files | |
parent | c5f5e60a93bac2bb3d63b7ab5c88489fdb240318 (diff) | |
download | freebsd-ports-gnome-163067865cd20db9d736334e17867293586f6bab.tar.gz freebsd-ports-gnome-163067865cd20db9d736334e17867293586f6bab.tar.zst freebsd-ports-gnome-163067865cd20db9d736334e17867293586f6bab.zip |
[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
Diffstat (limited to 'sysutils/mbmon/files')
-rw-r--r-- | sysutils/mbmon/files/patch-sens_winbond.c | 3 |
1 files changed, 2 insertions, 1 deletions
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) */ |