CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2024/02/03 03:37:26
Modified files: sys/arch/arm64/dev: acpipci.c agintc.c aplpcie.c pci_machdep.c sys/arch/arm64/include: pci_machdep.h sys/arch/riscv64/dev: pci_machdep.c sys/arch/riscv64/include: pci_machdep.h sys/dev/fdt : bcm2711_pcie.c dwpcie.c mvkpcie.c pciecam.c rkpcie.c sys/dev/pci : pcivar.h Log message: Implement Multiple Message MSI support on arm64. As on amd64 this is experimental code to assis qwx(4) development. Currently this only works on systems that use agintcmsi(4) as the MSI controller combined with the dwpcie(4) Hots/PCIe bridge. ok patrick@