CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2021/02/25 17:07:42
Modified files:
sys/dev/ic : bwfm.c bwfmvar.h
sys/dev/pci : if_bwfm_pci.c
sys/dev/sdmmc : if_bwfm_sdio.c
Log message:
Refactor bwfm(4) firmware loading. The PCIe backend will need to be able
to load the CLM blob like the SDIO backend already does. Additionally it
is also helpful for the PCIe backend to try a file named after the device
tree compatible. Thus refactor the SDIO code and make it available for
both SDIO and PCIe.