CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2020/04/27 06:15:30
Modified files: sys/arch/arm64/conf: GENERIC sys/dev/fdt : bcm2835_gpio.c files.fdt sys/dev/ofw : ofw_gpio.h Log message: Add gpio support to bcmgpio(4) and make gpio(4) attach such that GPIOs that aren't claimed by kernel drivers can be used from userland. ok sthen@