CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2024/07/03 16:37:00
Modified files: sys/arch/arm64/dev: agintc.c Log message: Right now MSIs don't work on the Qualcomm Snapdragon X Elite (X1E80100). This is the first and only platform so far where we have seen larger devbits than we can initially support. For now, stop registering the MSI controller if we encounter this. With this, PCIe devices use SPIs and work correctly. At some point we can hopefully rip this thing out again. ok kettenis@