CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/09/12 02:32:58
Modified files:
sys/arch/arm64/dev: acpipci.c
sys/dev/acpi : acpireg.h
Log message:
Use IORT ITS nodes to find the right ITS instance to use when establishing
interrupts. This makes MSI/MSI-X work on platforms like the Ampere Altra
which have an ITS instance for each PCI domain.
also tested by cheloha@
ok kettenis@ patrick@
