CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/08/31 17:31:35
Modified files:
sys/arch/arm64/dev: acpiiort.c
Log message:
Compare equality of looked up node using pointers instead of
strings, as the component name provided in the IORT might be
specified in a different way than our ACPI stack would do.
ok kettenis@
