CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/04/29 11:24:41
Modified files:
sys/arch/arm64/conf: GENERIC RAMDISK files.arm64
Added files:
sys/arch/arm64/dev: agintc.c
Log message:
Add agintc(4), a driver for interrupt controllers conforming to ARM's
generic interrupt controller architecture specification v3/4.
The hard work was done by drahn@, I just cleaned it up a bit and fixed
a couple of bugs.
ok patrick@, drahn@
