CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/12/20 12:24:32
Modified files:
sys/dev/ic : bwfmvar.h
sys/dev/pci : if_bwfm_pci.c
Log message:
bus_dmamem_unmap() should not be called from interrupt context, so free
and close flowrings using bwfm_do_async().
Reported by and ok kettenis@
