Module Name: src Committed By: thorpej Date: Thu Jan 14 14:35:53 UTC 2021
Modified Files: src/sys/dev/acpi: acpi_util.c acpi_util.h Log Message: - Add a new routine, acpi_pack_compat_list(), that packs the _HID and _CID device ID strings into an OpenFirmware-like string list, analogous to how the "compatible" property is represented in OpenFirmware and the Device Tree specifications. - Add generic routines for evaluating Device Specific Methods (_DSM). To generate a diff of this commit: cvs rdiff -u -r1.19 -r1.20 src/sys/dev/acpi/acpi_util.c cvs rdiff -u -r1.8 -r1.9 src/sys/dev/acpi/acpi_util.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.