bus_dmamem_unmap() should not be called from interrupt context, so free
authorpatrick <patrick@openbsd.org>
Mon, 20 Dec 2021 19:24:32 +0000 (19:24 +0000)
committerpatrick <patrick@openbsd.org>
Mon, 20 Dec 2021 19:24:32 +0000 (19:24 +0000)
commitb5553ee61edaca47830365fec899b78ad84b5dea
tree461c93338bd778900b6790703927ecd2ea03122e
parent39e1e2c4013d76e55921c773ef30a494faf13d82
bus_dmamem_unmap() should not be called from interrupt context, so free
and close flowrings using bwfm_do_async().

Reported by and ok kettenis@
sys/dev/ic/bwfmvar.h
sys/dev/pci/if_bwfm_pci.c