CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2017/02/25 06:19:57
Modified files: sys/arch/arm64/dev: ampintc.c Log message: Implement support for interrupt types. The GIC only seems to support level triggered active-high or egdge triggered low-to-high interrupts. We currently always configure them to be level triggered, which is a sane default for most controllers. Since MSI interupts on the GIC are edge triggered, we need to be able to parse the type information and to configure the interrupt correspondingly. ok kettenis@