aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/amdsbwd
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-161-2/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* amdsbwd(4): Fix a typo in a source code commentGordon Bergling2022-06-041-1/+1
* dev/amd*: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-091-2/+1
* amdsbwd: always enable watchdog register decodingAndriy Gapon2021-12-131-12/+11
* amd*: clean up empty lines in .c and .h filesMateusz Guzik2020-09-012-3/+0
* amdsbwd, intpm: Add Hygon Dhyana support.Konstantin Belousov2020-02-132-2/+10
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-201-0/+1
* amdsbwd: fix reboot status reportingAndriy Gapon2018-05-052-10/+18
* amdsbwd: add suspend and resume methodsAndriy Gapon2018-05-031-0/+31
* [amdsbwd] teach amdsbwd that it has optionsEitan Adler2018-04-241-0/+2
* amdsbwd: fix handling of timeout values beyond the supported rangeAndriy Gapon2018-01-101-13/+22
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* the rest of changes intended to be committed in r306290Andriy Gapon2016-09-241-2/+5
* clarify description of the 0x790b1022 / "KERNCZ"/ "CZ" deviceAndriy Gapon2016-09-241-10/+15
* amdsbwd, intpm: unify bits specific to AMD chipsets (FCHs, southbridges)Andriy Gapon2016-09-222-76/+169
* amdsbwd: add support for FCH in family 16h models 30h-3Fh processorsAndriy Gapon2016-09-071-12/+75
* Add support for AMD FCH watchdog timers.Alexander Motin2016-03-291-8/+12
* Replace several bus_alloc_resource() calls with bus_alloc_resource_any()Justin Hibbits2016-02-271-2/+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/+2
* Now that device disabling is generic, remove extraneous code from theEitan Adler2012-10-221-2/+0
* amdsbwd: update to support SB8xx southbridgesAndriy Gapon2011-06-071-47/+137
* amdsbwd: fix nonsensical timeout calculationsAndriy Gapon2010-05-311-3/+3
* amdsbwd: new driver for AMD SB600/SB7xx watchdog timerAndriy Gapon2009-11-301-0/+431