CVSROOT: /cvs Module name: src Changes by: j...@cvs.openbsd.org 2020/03/13 19:30:34
Modified files: sys/dev/sdmmc : if_bwfm_sdio.c Log message: On fdt platforms attempt to load system specific .txt and .bin files with filenames constructed from the first compatible string of the root node. Matches the format used in the linux-firmware repository. If these are not found fallback to the generic filenames. When the compatible string contains a '/' as in 'solidrun,cubox-i/q' it will be handled as everything before the '/' so the cubox filename is brcmfmac4330-sdio.solidrun,cubox-i.txt. ok kurt@ patrick@