cvs commit: src/sys/dev/coretemp coretemp.c

2008-05-17 Thread Rui Paulo
rpaulo 2008-05-17 17:02:54 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/coretemp coretemp.c Log: MFC r1.8: style(9): remove FreeBSD CVS ID from the initial license comment. Revision ChangesPath 1.2.2.4 +0 -3

cvs commit: src/sys/dev/coretemp coretemp.c

2008-05-17 Thread Rui Paulo
rpaulo 2008-05-17 17:02:55 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/coretemp coretemp.c Log: MFC r1.8: style(9): remove FreeBSD CVS ID from the initial license comment. Revision ChangesPath 1.2.4.3 +0 -3

cvs commit: src/sys/dev/coretemp coretemp.c

2008-05-14 Thread Rui Paulo
rpaulo 2008-05-14 10:04:16 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/coretemp coretemp.c Log: MFC r1.7: Change the check for cpu_high to actually match CPUID 0x06. Submitted by: Arthur Hartwig arthur.hartwig at nokia.com PR:

cvs commit: src/sys/dev/coretemp coretemp.c

2008-05-14 Thread Rui Paulo
rpaulo 2008-05-14 10:04:17 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/coretemp coretemp.c Log: MFC r1.7: Change the check for cpu_high to actually match CPUID 0x06. Submitted by: Arthur Hartwig arthur.hartwig at nokia.com PR:

cvs commit: src/sys/dev/coretemp coretemp.c

2008-05-14 Thread Rui Paulo
rpaulo 2008-05-14 10:02:25 UTC FreeBSD src repository Modified files: sys/dev/coretemp coretemp.c Log: style(9): remove FreeBSD CVS ID from the initial license comment. MFC after: 1 day Revision ChangesPath 1.8 +0 -3

cvs commit: src/sys/dev/coretemp coretemp.c

2008-05-11 Thread Rui Paulo
rpaulo 2008-05-11 23:17:57 UTC FreeBSD src repository Modified files: sys/dev/coretemp coretemp.c Log: Change the check for cpu_high to actually match CPUID 0x06. Submitted by: Arthur Hartwig arthur.hartwig at nokia.com PR: 122878 MFC after: 3

cvs commit: src/sys/dev/coretemp coretemp.c

2008-02-20 Thread Rui Paulo
rpaulo 2008-02-20 23:52:04 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/dev/coretemp coretemp.c Log: MFC r1.6 Don't attach to non Core CPUs. This is needed because on the PIII, querying the number of sensors returns 0. PR:

cvs commit: src/sys/dev/coretemp coretemp.c

2008-02-20 Thread Rui Paulo
rpaulo 2008-02-20 23:51:48 UTC FreeBSD src repository Modified files:(Branch: RELENG_7) sys/dev/coretemp coretemp.c Log: MFC r1.6 Don't attach to non Core CPUs. This is needed because on the PIII, querying the number of sensors returns 0. PR:

cvs commit: src/sys/dev/coretemp coretemp.c

2008-02-14 Thread Rui Paulo
rpaulo 2008-02-14 14:15:00 UTC FreeBSD src repository Modified files: sys/dev/coretemp coretemp.c Log: Don't attach to non Core CPUs. This is needed because on the PIII, querying the number of sensors returns 0. PR: 120541 Approved by:njl (mentor)

Re: cvs commit: src/sys/dev/coretemp coretemp.c

2008-02-14 Thread Rui Paulo
On Feb 14, 2008, at 2:15 PM, Rui Paulo wrote: rpaulo 2008-02-14 14:15:00 UTC FreeBSD src repository Modified files: sys/dev/coretemp coretemp.c Log: Don't attach to non Core CPUs. This is needed because on the PIII, querying the number of sensors returns 0. PR:

cvs commit: src/sys/dev/coretemp coretemp.c

2008-01-10 Thread Rui Paulo
rpaulo 2008-01-10 16:09:22 UTC FreeBSD src repository Modified files: sys/dev/coretemp coretemp.c Log: Disable the check for errata AE18. On MacBooks (1,1 version) there's no problem with coretemp and C3 state. Approved by:njl (mentor) Revision Changes

Re: cvs commit: src/sys/dev/coretemp coretemp.c

2008-01-10 Thread Nate Lawson
Rui Paulo wrote: rpaulo 2008-01-10 16:09:22 UTC FreeBSD src repository Modified files: sys/dev/coretemp coretemp.c Log: Disable the check for errata AE18. On MacBooks (1,1 version) there's no problem with coretemp and C3 state. Approved by:njl

Re: cvs commit: src/sys/dev/coretemp coretemp.c

2007-08-24 Thread Rui Paulo
Nate Lawson wrote: Dag-Erling Smørgrav wrote: Dag-Erling Smorgrav [EMAIL PROTECTED] writes: Log: Style nits + more reliable Tj(max) detection + improved reporting of critical temperature + sched_unbind() after rdmsr + initialize sc_dev. I should note that the driver currently only

Re: cvs commit: src/sys/dev/coretemp coretemp.c

2007-08-24 Thread Constantine A. Murenin
On 23/08/07, Nate Lawson [EMAIL PROTECTED] wrote: Dag-Erling Smørgrav wrote: Dag-Erling Smorgrav [EMAIL PROTECTED] writes: Log: Style nits + more reliable Tj(max) detection + improved reporting of critical temperature + sched_unbind() after rdmsr + initialize sc_dev. I should

cvs commit: src/sys/dev/coretemp coretemp.c

2007-08-23 Thread Dag-Erling Smorgrav
des 2007-08-23 10:53:03 UTC FreeBSD src repository Modified files: sys/dev/coretemp coretemp.c Log: Style nits + more reliable Tj(max) detection + improved reporting of critical temperature + sched_unbind() after rdmsr + initialize sc_dev. Submitted by: Rui

Re: cvs commit: src/sys/dev/coretemp coretemp.c

2007-08-23 Thread Dag-Erling Smørgrav
Dag-Erling Smorgrav [EMAIL PROTECTED] writes: Log: Style nits + more reliable Tj(max) detection + improved reporting of critical temperature + sched_unbind() after rdmsr + initialize sc_dev. I should note that the driver currently only checks for (and reports) a critical temperature when

Re: cvs commit: src/sys/dev/coretemp coretemp.c

2007-08-23 Thread Nate Lawson
Dag-Erling Smørgrav wrote: Dag-Erling Smorgrav [EMAIL PROTECTED] writes: Log: Style nits + more reliable Tj(max) detection + improved reporting of critical temperature + sched_unbind() after rdmsr + initialize sc_dev. I should note that the driver currently only checks for (and