CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/11/15 10:27:32
Modified files:
sys/arch/arm64/dev: agintc.c
Log message:
Add support for edge-triggered interrupts to agintc(4). This is mostly
based on the ampintc(4) version, which already has support for it. For
now only do this for SPIs. SGIs are always edge-triggered and cannot be
modified, and PPIs can be both, but let's keep it safe for now.
ok kettenis@
