Module Name: src Committed By: jmcneill Date: Wed Dec 18 21:19:52 UTC 2024
Modified Files: src/sys/dev/acpi: acpi.c acpivar.h Log Message: acpi: Honour device dependencies ("_DEP" method). When creating acpi_devnode devices, build a list of devnodes that are direct dependencies of this node. The list of dependencies are parent device nodes (if present), along with all devices returned by the _DEP method. When rescanning devices, make sure that all dependencies have been scanned first. This ensures that drivers attach in the correct order. To generate a diff of this commit: cvs rdiff -u -r1.299 -r1.300 src/sys/dev/acpi/acpi.c cvs rdiff -u -r1.92 -r1.93 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.