From owner-freebsd-ports@FreeBSD.ORG Sun Sep 16 19:38:39 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 669FD16A417 for ; Sun, 16 Sep 2007 19:38:39 +0000 (UTC) (envelope-from hg@queue.to) Received: from pickle.queue.to (pickle.queue.to [71.180.69.18]) by mx1.freebsd.org (Postfix) with ESMTP id 1731413C442 for ; Sun, 16 Sep 2007 19:38:38 +0000 (UTC) (envelope-from hg@queue.to) Received: (qmail 64993 invoked from network); 16 Sep 2007 15:38:38 -0400 Received: from cally.queue.to (172.16.0.6) by pickle.queue.to with ESMTP; 16 Sep 2007 15:38:38 -0400 Message-ID: <46ED863E.6030808@queue.to> Date: Sun, 16 Sep 2007 15:38:38 -0400 From: Howard Goldstein User-Agent: Thunderbird 2.0.0.6 (X11/20070802) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: multipart/mixed; boundary="------------080400060806090205070508" Subject: patch: mbmon recognition of winbond 627DHG on Asus P5W DH X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Sep 2007 19:38:39 -0000 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--