ports/116474: [PATCH] sysutils/mbmon - enables recognition of 657DHG controller
Howard Goldstein
hg at queue.to
Wed Sep 19 19:20:02 UTC 2007
>Number: 116474
>Category: ports
>Synopsis: [PATCH] sysutils/mbmon - enables recognition of 657DHG controller
>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 Sep 19 19:20:01 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator: Howard Goldstein
>Release: FreeBSD 6.2-STABLE i386
>Organization:
>Environment:
System: FreeBSD cally.queue.to 6.2-STABLE FreeBSD 6.2-STABLE #0: Mon Sep 17 13:51:38 EDT 2007 hg at cally.queue.to:/usr/obj/usr/src/sys/CALLY i386
>Description:
Enclosed one line patch enables mbmon's recognition of the 657DHG
temp sensing device on the Asus P5x motherboard series
>How-To-Repeat:
patch required to recognize it
>Fix:
--- sens_winbond.c.orig 2004-07-09 01:34:41.000000000 -0400
+++ sens_winbond.c 2007-09-16 14:50:57.000000000 -0400
@@ -245,6 +245,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) */
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list