On Tue, Dec 25, 2012 at 08:19:21AM +1100, Peter Jeremy wrote: > On 2012-Dec-20 00:35:27 +0000, Olivier Houchard <cog...@freebsd.org> wrote: > >Author: cognet > >Date: Thu Dec 20 00:35:26 2012 > >New Revision: 244469 > >URL: http://svnweb.freebsd.org/changeset/base/244469 > > > >Log: > > Use the new allocator in bus_dmamem_alloc(). > > > >Modified: > > head/sys/arm/arm/busdma_machdep-v6.c > > Do you have any plans to make similar changes to the other busdma_machdep.c > files? >
Hi Peter, Similar changes were made to arm busdma_machdep.c, it might be interesting to do so on mips, but less than it is on arm, as the mips port usually uses KSEG1 to access memory uncached. I guess it's much less interesting on other arches, which can do cache snooping. Regards, Olivier _______________________________________________ svn-src-head@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"