Home
last modified time | relevance | path

Searched hist:b76876e602ca09ff848d99595a506feb1fd54ff4 (Results 1 – 1 of 1) sorted by relevance

/qemu/hw/ide/
H A Dpci.cb76876e602ca09ff848d99595a506feb1fd54ff4 Fri Nov 26 15:36:16 UTC 2010 Kevin Wolf <kwolf@redhat.com> ide: Reset current_addr after stopping DMA

Whenever SSBM is reset in the command register all state information is lost.
Restarting DMA means that current_addr must be reset to the base address of the
PRD table. The OS is not required to change the base address register before
starting a DMA operation, it can reuse the value it wrote for an earlier
request.

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>