CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/09/16 17:25:16
Modified files:
sys/arch/arm64/dev: acpipci.c
Log message:
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@
