MIPS busdma map questions

Adrian Chadd adrian at freebsd.org
Wed Aug 29 09:21:25 UTC 2012


On 28 August 2012 22:01, Scott Long <scott4long at yahoo.com> wrote:

> There is no need to create a separate map for memory allocated via this way. It's a convenience thing.

Right, but my initial question still stands - the initial map that's
being created is completely ignored and overwritten when the
bus_dmamem_alloc() call is made. One of the first thing that does is
it sets *dmat = NULL; - it's totally trashing the pre-existing map.




Adrian


More information about the freebsd-mips mailing list