|
From: | Alexander Graf |
Subject: | Re: [Qemu-ppc] [PATCH] macio: handle non-block ATAPI DMA transfers |
Date: | Mon, 19 May 2014 11:18:34 +0200 |
User-agent: | Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 |
On 18.05.14 14:20, Mark Cave-Ayland wrote:
Currently the macio DMA routines assume that all DMA requests are for read/write block transfers. This is not always the case for ATAPI, for example when requesting a TOC where the response is generated directly in the IDE buffer. Detect these non-block ATAPI DMA transfers (where no lba is specified in the command) and copy the results directly into RAM as indicated by the DBDMA descriptor. This fixes CDROM access under MorphOS. Signed-off-by: Mark Cave-Ayland <address@hidden>
Thanks, applied to ppc-next. Alex
[Prev in Thread] | Current Thread | [Next in Thread] |