CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2019/08/11 05:19:41
Modified files: sys/dev/fdt : files.fdt sys/arch/armv7/conf: GENERIC RAMDISK sys/arch/arm64/conf: GENERIC RAMDISK Added files: sys/dev/fdt : sxisyscon.c Log message: Add sxisyscon(4) a driver for the system controller found on various Allwinner SoCs. This is basically a stripped down syscon(4) and is needed because the Linux device trees dropped the "syscon" compatible. ok patrick@