aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/amdtemp
Commit message (Expand)AuthorAgeFilesLines
* Add one more AMD Kaveri APU device ID.Christian Brueffer2014-10-131-0/+2
* Add support for AMD Family 16h (Kabini) sensor devices.Christian Brueffer2014-03-141-0/+4
* Add support for my:John-Mark Gurney2013-08-261-0/+2
* 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/+3
* Now that device disabling is generic, remove extraneous code from theEitan Adler2012-10-221-3/+0
* - Add support for Family 12h, 14h and 15h processors.Jung-uk Kim2012-02-241-109/+146
* Restore (undocumented) support for early revisions and add more comments.Jung-uk Kim2009-09-141-43/+77
* Fix typos in comments from the previous commit.Jung-uk Kim2009-09-111-2/+2
* Improve amdtemp(4) significantly:Jung-uk Kim2009-09-111-125/+226
* Temporarily revert the new-bus locking for 8.0 release. It will beJohn Baldwin2009-08-201-2/+0
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-021-0/+2
* Fix comment explaining where this driver came from.Rui Paulo2009-03-131-1/+1
* Rename all the variables/function names/structs/etc. to reflect theRui Paulo2009-03-131-86/+121
* Rename the k8temp driver to amdtemp.Rui Paulo2009-03-131-0/+342