* [lm-sensors] PATCH: update sensors-detect for Intel Core i7 CPUs
@ 2008-12-13 17:29 Reinhard Nissl
2008-12-13 18:52 ` Jean Delvare
0 siblings, 1 reply; 2+ messages in thread
From: Reinhard Nissl @ 2008-12-13 17:29 UTC (permalink / raw)
To: lm-sensors
[-- Attachment #1: Type: text/plain, Size: 241 bytes --]
Hi,
the attached patch adds a further model number to sensors-detect
for having this new CPUs detected. Tested with I7-965 CPU.
Signed-off-by: Reinhard Nissl <rnissl@gmx.de>
Bye.
--
Dipl.-Inform. (FH) Reinhard Nissl
mailto:rnissl@gmx.de
[-- Attachment #2: detect_corei7.patch --]
[-- Type: text/x-patch, Size: 454 bytes --]
Index: prog/detect/sensors-detect
===================================================================
--- prog/detect/sensors-detect (Revision 5562)
+++ prog/detect/sensors-detect (Arbeitskopie)
@@ -4940,7 +4940,8 @@
($probecpu->{model} == 14 ||
$probecpu->{model} == 15 ||
$probecpu->{model} == 0x16 ||
- $probecpu->{model} == 0x17)) {
+ $probecpu->{model} == 0x17 ||
+ $probecpu->{model} == 0x1a)) {
return 9;
}
}
[-- Attachment #3: Type: text/plain, Size: 153 bytes --]
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [lm-sensors] PATCH: update sensors-detect for Intel Core i7 CPUs
2008-12-13 17:29 [lm-sensors] PATCH: update sensors-detect for Intel Core i7 CPUs Reinhard Nissl
@ 2008-12-13 18:52 ` Jean Delvare
0 siblings, 0 replies; 2+ messages in thread
From: Jean Delvare @ 2008-12-13 18:52 UTC (permalink / raw)
To: lm-sensors
Hi Reinhard,
On Sat, 13 Dec 2008 18:29:02 +0100, Reinhard Nissl wrote:
> the attached patch adds a further model number to sensors-detect
> for having this new CPUs detected. Tested with I7-965 CPU.
>
> Signed-off-by: Reinhard Nissl <rnissl@gmx.de>
Patch applied, thanks!
--
Jean Delvare
_______________________________________________
lm-sensors mailing list
lm-sensors@lm-sensors.org
http://lists.lm-sensors.org/mailman/listinfo/lm-sensors
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-12-13 18:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-13 17:29 [lm-sensors] PATCH: update sensors-detect for Intel Core i7 CPUs Reinhard Nissl
2008-12-13 18:52 ` Jean Delvare
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.