opnsense-src/sys/dev/hifn
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
..
hifn7751.c Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases, 2014-06-10 20:25:45 +00:00
hifn7751reg.h Overhaul driver/subsystem api's: 2007-03-21 03:42:51 +00:00
hifn7751var.h - Do not place variables to memory allocated by busdma. pre/post ops 2010-09-24 04:46:46 +00:00