summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpi_util.c
AgeCommit message (Expand)Author
2011-06-21Rename acpi_get_node() to acpi_match_node() for consistency.jruoho
2011-06-20Add two new functions, acpi_match_cpu_info() and acpi_match_cpu_handle(),jruoho
2010-11-02acpi_eval_integer: check that the evaluation produced a result.gsutre
2010-06-07Use the new ACPICA functions AcpiAttachData() and AcpiGetData() to associatejruoho
2010-04-27Be consistent with the returned exception codes. Check for NULL pointers.jruoho
2010-04-24Add utility function acpi_get_node().jruoho
2010-04-15Arrange some comments.jruoho
2010-04-14Reorganize the main file: add several missing prototypes, move the functionsjruoho