CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2024/01/19 11:38:16
Modified files: sys/dev/pci : pcireg.h sys/arch/amd64/amd64: i8259.c intr.c machdep.c sys/arch/amd64/include: pci_machdep.h pic.h segments.h sys/arch/amd64/pci: pci_machdep.c Log message: Implement Multiple Message MSI support on amd64. This is experimental code to assist qwx(4) development. We may remove this code again at some point in the future. Multiple Message MSI has some serious design flaws, especially when combined with the APIC interrupt controller architecture. It was superseded by MSI-X. Unfortunately qwx(4) does not implement MSI-X. ok stsp@, deraadt@