unload the dmamap in bnxt_dmamem_free.
authordlg <dlg@openbsd.org>
Mon, 14 Mar 2022 23:41:42 +0000 (23:41 +0000)
committerdlg <dlg@openbsd.org>
Mon, 14 Mar 2022 23:41:42 +0000 (23:41 +0000)
commit8dd611f844cb9b64bffbd5731626cc101ec10ad7
tree79455883aef818b373e2c8ed39fe61ec63e09717
parent59f5133ebe9a9b6db385e0bf3f3cfee74c50fbf6
unload the dmamap in bnxt_dmamem_free.

this is technically not necessary, but it makes it feel symmetrical
with bnxt_dmamem_alloc which loads it.

ok jmatthew@
sys/dev/pci/if_bnxt.c