mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
- Add missing calls to bus_dmamap_unload() in et(4). - Check the bus address against 0 to decide when to call bus_dmamap_unload() instead of comparing the bus_dma map against NULL. - Check the virtual address against NULL to decide when to call bus_dmamem_free() instead of comparing the bus_dma map against NULL. - Don't clear bus_dma map pointers to NULL for static allocations. Instead, treat the value as completely opaque. - Pass the correct virtual address to bus_dmamem_free() in wpi(4) instead of trying to free a pointer to the virtual address. Reviewed by: yongari |
||
|---|---|---|
| .. | ||
| if_ti.c | ||
| if_tireg.h | ||
| ti_fw.h | ||
| ti_fw2.h | ||