| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark the coretemp(4) sysctls as MPSAFE, ensuring that Giant won't be held | markj | 2013-02-18 | 1 | -6/+6 |
* | Use DEVMETHOD_END macro defined in sys/bus.h instead of {0, 0} sentinel on de... | sbz | 2013-01-30 | 1 | -1/+1 |
* | This isn't functionally identical. In some cases a hint to disable | eadler | 2012-10-22 | 1 | -0/+2 |
* | Now that device disabling is generic, remove extraneous code from the | eadler | 2012-10-22 | 1 | -2/+0 |
* | #PROCHOT assertion is sticky after reading the MSR (accordingly with | attilio | 2011-09-19 | 1 | -1/+4 |
* | Expose more variables from coretemp(4) via sysctl: | delphij | 2011-09-02 | 1 | -60/+157 |
* | Bump the maximum coretemp limit (for CPU temperature) to 110. Several | attilio | 2011-08-19 | 1 | -2/+2 |
* | Detect and set Atom's Tj(max) to 90 if it's not the 45nm D400/D500/N400 | delphij | 2011-05-05 | 1 | -0/+9 |
* | Correct a typo. According to Intel document 318914, the Tj(max) for Core 2 | delphij | 2011-05-02 | 1 | -1/+1 |
* | Catch known CPUs before using IA32_TEMPERATURE_TARGET. | delphij | 2010-08-04 | 1 | -28/+40 |
* | Improve cputemp(4) driver wrt newer Intel processors, especially | delphij | 2010-07-29 | 1 | -13/+47 |
* | Change 'dev.cpu.N.temperature', sysctl I (degC) to IK (Kelvin). | nork | 2009-09-06 | 1 | -3/+5 |
* | Introduce cpu_vendor_id and replace a lot of strcmp(cpu_vendor, "..."). | jkim | 2008-11-26 | 1 | -1/+2 |
* | style(9): remove FreeBSD CVS ID from the initial license comment. | rpaulo | 2008-05-14 | 1 | -3/+0 |
* | Change the check for cpu_high to actually match CPUID 0x06. | rpaulo | 2008-05-11 | 1 | -3/+3 |
* | Don't attach to non Core CPUs. This is needed because on the PIII, | rpaulo | 2008-02-14 | 1 | -0/+9 |
* | Disable the check for errata AE18. On MacBooks (1,1 version) there's | rpaulo | 2008-01-10 | 1 | -0/+6 |
* | Backout sensors framework. | netchild | 2007-10-15 | 1 | -45/+34 |
* | Convert coretemp(4) to the hardware sensors framework and | netchild | 2007-10-14 | 1 | -34/+45 |
* | Style nits + more reliable Tj(max) detection + improved reporting of | des | 2007-08-23 | 1 | -34/+42 |
* | Add a driver for the on-die digital thermal sensor found on Intel Core | des | 2007-08-15 | 1 | -0/+268 |