freebsd-skq/sys/arm/versatile
John Baldwin f07894dbde Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases,
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
2014-06-10 20:25:45 +00:00
..
bus_space.c
files.versatile
if_smc_fdt.c
pl050.c
sp804.c
versatile_clcd.c Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases, 2014-06-10 20:25:45 +00:00
versatile_common.c
versatile_machdep.c Add the start of the ARM platform code. This is based on the PowerPC 2014-05-17 11:27:36 +00:00
versatile_pci_bus_space.c
versatile_pci_bus_space.h
versatile_pci.c
versatile_sic.c
versatile_timer.c