summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi/acpipwrres.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Our ACPI namerefs are pointers to the byte structures for ACPI names.patrick2021-03-101-2/+3
* Fix some issues with referencing named ACPI nodes from Packages.kettenis2020-12-171-3/+3
* Update my email address.pirofti2020-04-061-2/+2
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* do not put a second : in a dmesg line, use , insteadderaadt2013-12-171-2/+2
* Add support for Power Resources for Dx states and the necessary hookmpi2013-11-061-64/+176
* spacing and indents that are driving me crazyderaadt2010-07-211-10/+10
* Cleanup aml_find_node callsjordan2010-06-271-5/+5
* Invoke malloc() with the correct sizeof value in acpipwrres_foundcons().miod2009-09-021-2/+2
* Import acpi power resource driver. This is needed for suspend/resume logic.pirofti2009-06-031-0/+210