aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/coretemp
Commit message (Expand)AuthorAgeFilesLines
* Mark the coretemp(4) sysctls as MPSAFE, ensuring that Giant won't be heldMark Johnston2013-02-181-6/+6
* Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de...Sofian Brabez2013-01-301-1/+1
* This isn't functionally identical. In some cases a hint to disableEitan Adler2012-10-221-0/+2
* Now that device disabling is generic, remove extraneous code from theEitan Adler2012-10-221-2/+0
* #PROCHOT assertion is sticky after reading the MSR (accordingly withAttilio Rao2011-09-191-1/+4
* Expose more variables from coretemp(4) via sysctl:Xin LI2011-09-021-60/+157
* Bump the maximum coretemp limit (for CPU temperature) to 110. SeveralAttilio Rao2011-08-191-2/+2
* Detect and set Atom's Tj(max) to 90 if it's not the 45nm D400/D500/N400Xin LI2011-05-051-0/+9
* Correct a typo. According to Intel document 318914, the Tj(max) for Core 2Xin LI2011-05-021-1/+1
* Catch known CPUs before using IA32_TEMPERATURE_TARGET.Xin LI2010-08-041-28/+40
* Improve cputemp(4) driver wrt newer Intel processors, especiallyXin LI2010-07-291-13/+47
* Change 'dev.cpu.N.temperature', sysctl I (degC) to IK (Kelvin).Norikatsu Shigemura2009-09-061-3/+5
* Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "...").Jung-uk Kim2008-11-261-1/+2
* style(9): remove FreeBSD CVS ID from the initial license comment.Rui Paulo2008-05-141-3/+0
* Change the check for cpu_high to actually match CPUID 0x06.Rui Paulo2008-05-111-3/+3
* Don't attach to non Core CPUs. This is needed because on the PIII,Rui Paulo2008-02-141-0/+9
* Disable the check for errata AE18. On MacBooks (1,1 version) there'sRui Paulo2008-01-101-0/+6
* Backout sensors framework.Alexander Leidinger2007-10-151-45/+34
* Convert coretemp(4) to the hardware sensors framework andAlexander Leidinger2007-10-141-34/+45
* Style nits + more reliable Tj(max) detection + improved reporting ofDag-Erling Smørgrav2007-08-231-34/+42
* Add a driver for the on-die digital thermal sensor found on Intel CoreDag-Erling Smørgrav2007-08-151-0/+268