patch: mbmon recognition of winbond 627DHG on Asus P5W DH

Howard Goldstein hg at queue.to
Sun Sep 16 12:38:39 PDT 2007


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.
-------------- next part --------------
--- 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) */


More information about the freebsd-ports mailing list