CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/20 05:56:15
Modified files:
sys/dev/ic : bwi.c
Log message:
Load bwi(4) firmware once, not every time the interface is brought up.
Fixes a panic if the interrupt handler decides to reset the device.
Firmware cannot be loaded in interrupt context.
ok mpi@ as part of a larger diff
