Include the previous patch-aa

Upgrade to 0.6.5.
 - Allow -B to use Vbat on W83782D chips for Vcore1 (Abit BP-6) M/B
This commit is contained in:
James E. Housley 2001-03-16 20:29:13 +00:00
parent 79fb1155cb
commit 61cd42bc0a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39933
3 changed files with 2 additions and 14 deletions

View file

@ -6,8 +6,7 @@
#
PORTNAME= healthd
PORTVERSION= 0.6.4
PORTREVISION= 1
PORTVERSION= 0.6.5
CATEGORIES= sysutils ipv6
MASTER_SITES= http://healthd.thehousleys.net/

View file

@ -1 +1 @@
MD5 (healthd-0.6.4.tar.gz) = e866ab61b4ba03b80edb4b84b384a602
MD5 (healthd-0.6.5.tar.gz) = d1c9edf67dee19eb5b42edba6ff190e5

View file

@ -1,11 +0,0 @@
--- getMBinfo.c.orig Sun Jan 7 11:24:43 2001
+++ getMBinfo.c Mon Feb 5 21:41:37 2001
@@ -293,7 +293,7 @@
else
*r2 = 1350000 / (n * div2 * FanType2);
n=ReadByte(0x2A);
- if (n == 255)
+ if ((n == 255) || (n==0))
*r3 = 0;
else
*r3 = 1350000 / (n * div3 * FanType3);