thorpej ee0f53cd8c Make this work on systems where bus_dmamap_sync() is not a noop.
In particular, when doing the "swap hscbs" trick, the scb must
reference the correct hscb_map when it gets a new hscb, otherwise
when you go to sync an hscb later, you could end up using the wrong
dmamap.

In order to make this work, we have to convert the shared_data stuff
to use a map_node, because of the "sentinel" trick played with the
initial "next_hscb".

This driver now works on XScale-based platforms.
2003-07-26 06:15:57 +00:00
2003-07-23 21:10:36 +00:00
2003-07-24 14:14:27 +00:00
2003-07-25 20:39:25 +00:00
2003-07-25 10:06:09 +00:00
2003-07-24 10:12:25 +00:00
2003-07-24 16:28:59 +00:00
2003-07-25 10:06:09 +00:00
2003-07-25 10:06:09 +00:00
2003-07-25 12:14:10 +00:00
2003-07-18 16:30:48 +00:00
Description
No description provided
3.1 GiB
Languages
C 85.3%
Roff 7.2%
Assembly 3.1%
Shell 1.7%
Makefile 1.2%
Other 0.9%