Module Name: src Committed By: jmcneill Date: Sun Dec 26 14:34:39 UTC 2021
Modified Files: src/sys/dev/acpi: acpi_util.c acpivar.h Log Message: acpi: Support DT link device ID The PRP0001 device ID is used to tell the OS to match a driver against the "compatible" _DSD property. Make acpi_compatible_match aware of this special device ID and match device compatible entries against the compatible property when applicable. To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/acpi/acpi_util.c cvs rdiff -u -r1.88 -r1.89 src/sys/dev/acpi/acpivar.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.