Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Sep 2007 15:38:38 -0400
From:      Howard Goldstein <hg@queue.to>
To:        freebsd-ports@freebsd.org
Subject:   patch: mbmon recognition of winbond 627DHG on Asus P5W DH
Message-ID:  <46ED863E.6030808@queue.to>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------080400060806090205070508
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit

This patch (supplied by email to the maintainer) replaces our
ports/sysutils/mbmon/files/patch-sens_winbond.c patch and enables
mbmon's recognition of the Winbond 83627DHG on the Asus P5W DH
motherboard for thermal, voltage and fan speed sensing.

--------------080400060806090205070508
Content-Type: text/plain;
 name="new-patch-sens_winbond.c"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="new-patch-sens_winbond.c"

--- 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) */

--------------080400060806090205070508--



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