Subject: Using DMA for memcpy()
To: None <tech-perform@netbsd.org>
From: Jason Hecker <jhecker@www.wireless.org.au>
List: tech-perform
Date: 07/29/2003 16:00:24
Seeing as certain embedded archetectures have speedy general purpose DMA 
devices, would there be any reason to not use said DMA device to speed up 
the memcpy() routine?  I can only think of contention issues with multiple 
processes trying to use the same DMA at the same time.  Perhaps some sort 
of transparent queueing mechanism might be in order to deal with multiple 
simultaneous memcpy requests.

-- 
Cheers,
jASON
---------------------------------------------
--== http://www.wireless.org.au/~jhecker ==--
---------------------------------------------