mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
don't create a map before calling bus_dmamem_alloc() (such maps were leaked). It is believed that the extra destroy of the map was generally harmless since bus_dmamem_alloc() often uses special maps for which bus_dmamap_destroy() is a no-op (e.g. on x86). Reviewed by: scottl |
||
|---|---|---|
| .. | ||
| bus_space.c | ||
| files.versatile | ||
| if_smc_fdt.c | ||
| pl050.c | ||
| sp804.c | ||
| versatile_clcd.c | ||
| versatile_common.c | ||
| versatile_machdep.c | ||
| versatile_pci.c | ||
| versatile_pci_bus_space.c | ||
| versatile_pci_bus_space.h | ||
| versatile_sic.c | ||
| versatile_timer.c | ||