CVSROOT: /cvs Module name: src Changes by: mgloc...@cvs.openbsd.org 2021/09/11 16:42:12
Modified files: sys/dev/fdt : sdhc_fdt.c sys/dev/sdmmc : sdhc.c sdhcvar.h Log message: Don't set the highspeed bit on bcm2835-sdhci sdhc(4) controllers. Same approach as on Linux and NetBSD. This fixes bwfm(4) Wi-Fi on the Raspberry Pi 3 Model B Plus. help and ok kettenis@