summaryrefslogtreecommitdiff
path: root/sys/dev/acpi_support/acpi_wmi.c
Commit message (Expand)AuthorAgeFilesLines
* acpi_wmi: move wmi_info_list into scAndriy Gapon2012-10-141-21/+25
* - There's no need to overwrite the default device method with the defaultMarius Strobl2011-11-221-2/+1
* Append unit number to the WMI status device name to allow attachingJaakko Heinonen2011-11-221-1/+1
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Remove an unnecessary hack from ACPICA 20100915 (r212761).Jung-uk Kim2010-09-161-1/+1
* make acpi_hp device a child of acpi_wmiAndriy Gapon2010-09-111-0/+9
* Merge ACPICA 20100121.Jung-uk Kim2010-01-211-4/+4
* acpi_wmi_if:Rui Paulo2009-06-301-1/+3
* Fix build with ACPI_DEBUG.Rui Paulo2009-06-231-1/+1
* * Driver for ACPI WMI (Windows Management Instrumentation)Rui Paulo2009-06-231-0/+1006