CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/03/06 01:41:57
Modified files:
sys/dev/ic : bwfm.c bwfmvar.h
sys/dev/sdmmc : if_bwfm_sdio.c
Log message:
Process the NVRAM in bwfm(4) itself. So far we have relied on some
external tool to pre-process the NVRAM, even though it's simple to
do ourselves. This allows easier firmware distribution.
ok kurt@
