aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/amdpm
Commit message (Collapse)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
| | | | Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
* dev/amd*: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-3/+1
|
* Remove unused smbus_devclass.John Baldwin2022-05-061-1/+1
|
* amd*: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-7/+6
| | | | Notes: svn path=/head/; revision=365110
* amdpm: Add Hygon Dhyana support.Konstantin Belousov2020-02-131-1/+4
| | | | | | | | | Submitted by: Pu Wen <puwen@hygon.cn> MFC after: 1 week Differential revision: https://reviews.freebsd.org/D23557 Notes: svn path=/head/; revision=357868
* Move all the power management (SMBus) drivers to their own directory,Rui Paulo2014-09-231-0/+668
away from sys/pci. Notes: svn path=/head/; revision=272017