freebsd-dev/sys/dev/malo
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
..
if_malo_pci.c Include necessary headers that now are available due to pollution 2013-10-28 07:29:16 +00:00
if_malo.c Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases, 2014-06-10 20:25:45 +00:00
if_malo.h
if_malohal.c Don't destroy bus_dma maps created by bus_dmamem_alloc(). In some cases, 2014-06-10 20:25:45 +00:00
if_malohal.h Fix typos - remove duplicate "the". 2011-02-21 09:01:34 +00:00
if_maloioctl.h