ETRAX: More DMA context level related fixes.
authoredgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 10 Jun 2008 00:11:48 +0000 (00:11 +0000)
committeredgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162>
Tue, 10 Jun 2008 00:11:48 +0000 (00:11 +0000)
commita8303d18e044b9c808c27a9c48888c6e639a321d
tree9fe3668ec0071df24ada20844e80c92b2b845434
parent77b73de67632ed04acad4d816741ba27427cadac
ETRAX: More DMA context level related fixes.

* When hitting EOL (end of list) at the data descriptor level, the DMA should mark the current context-descriptor as disabled and perform a context-store so software can see whats goin on.
* Context loads update RW_SAVED_DATA_BUF, data loads dont. This fixes an issue with ethernet bootstrapping.
* Reorder the logic for processing out channels to be more like the one for input channels.

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4723 c046a42c-6fe2-441c-8c8c-71466251a162
hw/etraxfs_dma.c