CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2020/04/22 03:48:44
Modified files: sys/arch/arm64/conf: GENERIC RAMDISK sys/dev/fdt : files.fdt Added files: sys/dev/fdt : bcm2835_sdhost.c Log message: Add bcmsdhost(4), a driver for the Broadcom "sdhost" SD controller found on the Raspberry Pi. The driver was ported from NetBSD by Neil Ashford and tobhe@. ok patrick@, tobhe@