CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/03/07 02:56:46
Modified files:
sys/dev/pci : if_bwfm_pci.c
sys/dev/sdmmc : if_bwfm_sdio.c
Log message:
Use snprintf(9) to create the names for the firmware and NVRAM files. This
reduces the amount of duplicated lines per chip, and allows us to ship per-
board files in the future.
Based on a diff from jsg@
ok kurt@
