Skip non-MSI interrupt controllers when looking for one matching the ITS id
authorjmatthew <jmatthew@openbsd.org>
Sat, 16 Sep 2023 23:25:16 +0000 (23:25 +0000)
committerjmatthew <jmatthew@openbsd.org>
Sat, 16 Sep 2023 23:25:16 +0000 (23:25 +0000)
commit12199e7c6c1482a1e3086dfaf4f53f88e5a9b24c
tree6090d82c3c9b47809e950f4b56b612acf444ee52
parent2469c1849c010d452678c892e0e9473387ea306a
Skip non-MSI interrupt controllers when looking for one matching the ITS id
given in the IORT node.  Using a non-MSI interrupt controller here will
crash as ic->ic_establish_msi will be NULL.

tested by phessler@
ok phessler@ patrick@
sys/arch/arm64/dev/acpipci.c