summaryrefslogtreecommitdiffstats
path: root/sys/dev/coretemp
Commit message (Collapse)AuthorAgeFilesLines
* Change 'dev.cpu.N.temperature', sysctl I (degC) to IK (Kelvin).nork2009-09-061-3/+5
| | | | | | | Approved by: re (rwatson) Reviewed by: rpaulo Suggested by: ume MFC After: 3 days
* Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").jkim2008-11-261-1/+2
| | | | Reviewed by: jhb, peter (early amd64 version)
* style(9): remove FreeBSD CVS ID from the initial license comment.rpaulo2008-05-141-3/+0
| | | | MFC after: 1 day
* Change the check for cpu_high to actually match CPUID 0x06.rpaulo2008-05-111-3/+3
| | | | | | Submitted by: Arthur Hartwig <arthur.hartwig at nokia.com> PR: 122878 MFC after: 3 days
* Don't attach to non Core CPUs. This is needed because on the PIII,rpaulo2008-02-141-0/+9
| | | | | | | querying the number of sensors returns > 0. PR: 120541 Approved by: njl (mentor)
* Disable the check for errata AE18. On MacBooks (1,1 version) there'srpaulo2008-01-101-0/+6
| | | | | | no problem with coretemp and C3 state. Approved by: njl (mentor)
* Backout sensors framework.netchild2007-10-151-45/+34
| | | | | Requested by: phk Discussed on: cvs-all
* Convert coretemp(4) to the hardware sensors framework andnetchild2007-10-141-34/+45
| | | | | | | | | | make sure to never call sched_bind() for uninitialised CPUs. Submitted by: Constantine A. Murenin <cnst@FreeBSD.org> Sponsored by: Google Summer of Code 2007 (GSoC2007/cnst-sensors) Mentored by: syrinx Tested by: many OKed by: kensmith
* Style nits + more reliable Tj(max) detection + improved reporting ofdes2007-08-231-34/+42
| | | | | | | critical temperature + sched_unbind() after rdmsr + initialize sc_dev. Submitted by: Rui Paulo <rpaulo@fnop.net>, cnst Approved by: re (kensmith)
* Add a driver for the on-die digital thermal sensor found on Intel Coredes2007-08-151-0/+268
and newer CPUs (including Core 2 and Core / Core 2 based Xeons). The driver attaches to each cpu device and creates a sysctl node in that device's sysctl context (dev.cpu.N.temperature). When invoked, the handler binds to the appropriate CPU to ensure a correct reading. Submitted by: Rui Paulo <rpaulo@fnop.net> Sponsored by: Google Summer of Code 2007 Tested by: des, marcus, Constantine A. Murenin, Ian FREISLICH Approved by: re (kensmith) MFC after: 3 weeks
OpenPOWER on IntegriCloud