Skip site navigation (1)Skip section navigation (2)
Date:      19 Sep 2007 09:48:09 -0400
From:      Howard Goldstein <hg@queue.to>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/116474: [PATCH] sysutils/mbmon - enables recognition of 657DHG controller
Message-ID:  <20070919134809.95091.qmail@cally.queue.to>
Resent-Message-ID: <200709191920.l8JJK2kw055045@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070919134809.95091.qmail>