mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
e5de588142
Enclosed one line patch enables mbmon's recognition of the 657DHG temp sensing device on the Asus P5x motherboard series PR: ports/116474 Submitted by: Howard Goldstein <hg@queue.to> Approved by: maintainer timeout
12 lines
381 B
C
12 lines
381 B
C
--- sens_winbond.c Fri Jul 9 07:34:41 2004
|
|
+++ sens_winbond.c Wed May 3 16:43:40 2006
|
|
@@ -245,6 +244,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) */
|