summaryrefslogtreecommitdiffstats
path: root/sys/dev/k8temp
Commit message (Expand)AuthorAgeFilesLines
* Check the return value of config_intrhook_establish().rpaulo2008-11-291-1/+5
* Fix the sysctl function parameters. We were only querying Sensor 0.rpaulo2008-09-031-2/+2
* Fix comment: s/before/after.rpaulo2008-07-061-1/+1
* Add a missing call to config_intrhook_establish().rpaulo2008-07-051-0/+1
* Use config_intrhook API to create the dev.cpu.N.temperature sysctl node.rpaulo2008-07-051-20/+42
* Actually, don't rely on the unsafe MAX() macro. Use imax() as providedrpaulo2008-05-141-2/+2
* Don't use libkern's max() function as that's for unsigned numbers only.rpaulo2008-05-111-2/+2
* Kill $P4$ id.rpaulo2008-04-211-2/+0
* MFp4: k8temp, a driver to monitor AMD K8 CPU temperature via builtinrpaulo2008-04-121-0/+317
OpenPOWER on IntegriCloud