freebsd-dev/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 Correct license statements to reflect the fact that these files were all 2013-12-10 22:13:36 +00:00
files.versatile Eliminate irq_dispatch.S. Move the data items it contained into arm/intr.c 2014-03-10 18:10:09 +00:00
if_smc_fdt.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
pl050.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
sp804.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
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 Move all the files named foo/common.c to foo/foo_common.c, as 2014-03-08 00:14:40 +00:00
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 Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
versatile_sic.c Follow r261352 by updating all drivers which are children of simplebus 2014-02-02 19:17:28 +00:00
versatile_timer.c Remove #include <machine/frame.h> from all the arm code that doesn't 2013-10-27 01:34:10 +00:00