Module Name: src
Committed By: riastradh
Date: Fri Feb 11 23:19:59 UTC 2022
Modified Files:
src/sys/dev/acpi: acpi_pci.c
Log Message:
acpi(9): No need to test dv_locators.
It is always initialized by config_devalloc before config_devlink
makes it visible to device iteration. No need to reach into private
autoconf internals.
To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 src/sys/dev/acpi/acpi_pci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.