CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2018/05/23 05:32:14
Modified files: sys/dev/ic : bwfm.c bwfmvar.h sys/dev/pci : if_bwfm_pci.c sys/dev/sdmmc : if_bwfm_sdio.c sys/dev/usb : if_bwfm_usb.c Log message: Implement a separate initialization stage so that we can still use and initialize bwfm(4) later in the case that the firmware was not available on bootup and was only later installed. ok stsp@