summaryrefslogtreecommitdiff
path: root/sys/dev/amdtemp
Commit message (Expand)AuthorAgeFilesLines
* MFC r342977 (by cem): amdtemp(4): Add support for Family 15h, Model >=60hAlexander Motin2019-01-221-42/+137
* MFC r340426 (by cem): amdtemp(4): Fix temperature reporting on AMD 2990WXAlexander Motin2019-01-221-4/+13
* MFC r340425 (by cem): amdsmn(4)/amdtemp(4): Attach to Ryzen 2 hostbridgesAlexander Motin2019-01-221-2/+6
* Revert r330897:Eitan Adler2018-03-291-2/+0
* Partial merge of the SPDX changesEitan Adler2018-03-141-0/+2
* MFC r323067, r323184, r323185, r323195, r323196 (by cem)Don Lewis2018-02-221-2/+44
* Fix the deciKelvin to Celsius conversion in kernel.Luiz Otavio O Souza2016-05-221-1/+1
* Add PCI ID for family 10h model 30h to amdtemp(4).Luiz Otavio O Souza2016-04-191-0/+2
* 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-124/+225
* 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-84/+119
* Rename the k8temp driver to amdtemp.Rui Paulo2009-03-131-0/+342