On 16 November 2011 11:59, Ed Schouten <e...@80386.nl> wrote: > Hi Adrian, > > * Adrian Chadd <adr...@freebsd.org>, 20111108 18:08: >> -static MALLOC_DEFINE(M_ATHDEV, "athdev", "ath driver dma buffers"); >> +MALLOC_DEFINE(M_ATHDEV, "athdev", "ath driver dma buffers"); > > Is there a reason why we can't mark this static?
Some future work is going to split out some of the TX and RX DMA buffer management, and this will require the definition to be non-static. Adrian _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"