CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2017/02/24 10:10:59
Modified files: sys/arch/arm64/arm64: intr.c sys/arch/arm64/include: intr.h Log message: Implement an API for establishing legacy PCI interrupts. This specific establish function parses the device tree's interrupt map to discover the correct interrupt controller node and interrupt cells for the given PCI node. After retrieving that information we can do the same the normal FDT establish API already does. ok kettenis@