diff options
author | 2020-12-17 17:57:19 +0000 | |
---|---|---|
committer | 2020-12-17 17:57:19 +0000 | |
commit | d90a88cea01d6da8094cf658ef95900dfa5cc061 (patch) | |
tree | 71a5f31a8865b474e8915197c03da27c4df84dc2 /sys/dev/fdt/imxccm.c | |
parent | bwfm: add a delay in bwfm_set_key_cb before talking to hardware (diff) | |
download | wireguard-openbsd-d90a88cea01d6da8094cf658ef95900dfa5cc061.tar.xz wireguard-openbsd-d90a88cea01d6da8094cf658ef95900dfa5cc061.zip |
Fix some issues with referencing named ACPI nodes from Packages.
These references need to be resolved at runtime rather than when
they're parsed such that they pick up the right values for those nodes
which can be changed when for example _INI methods run.
The current approach is to replace these reference with a string that
names the node in question. The problem with that is that packages
can also contain normal strings. Which means that we need special
code that depends on the context where the package is used.
This diff takes a different approach by retaining a reference when
parsing. Code that uses a package will need to resolve this reference
but there is no ambiguiety anymore.
ok patrick@
Diffstat (limited to 'sys/dev/fdt/imxccm.c')
0 files changed, 0 insertions, 0 deletions