From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DP5Bh-0006ON-JV for qemu-devel@nongnu.org; Fri, 22 Apr 2005 16:55:45 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DP5Bg-0006OA-4y for qemu-devel@nongnu.org; Fri, 22 Apr 2005 16:55:45 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DP5Bc-0005lh-Aj for qemu-devel@nongnu.org; Fri, 22 Apr 2005 16:55:40 -0400 Received: from [194.251.242.243] (helo=fep18.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DP5DG-0000NH-Sf for qemu-devel@nongnu.org; Fri, 22 Apr 2005 16:57:23 -0400 Received: from co.inet.fi ([80.220.124.133]) by fep18.inet.fi with ESMTP id <20050422205442.GQJQ27282.fep18.inet.fi@co.inet.fi> for ; Fri, 22 Apr 2005 23:54:42 +0300 Message-ID: <42696493.1080904@co.inet.fi> Date: Fri, 22 Apr 2005 23:54:43 +0300 From: Tero Kaarlela MIME-Version: 1.0 Subject: Re: [Qemu-devel] Problems with Prep IDE more info References: <42602B0A.4050305@co.inet.fi> <1113608514.11980.55.camel@rapid> <426947FA.40007@co.inet.fi> <4269499E.5040109@co.inet.fi> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org > > >> >> Is this ok?(I just figured it out somehow) >> >> Now bootloader gives me: >> >> dma:command 0x24 not supported >> dma:command 0x25 not supported >> >> Just figuring out what these commands are.... > Turned on #debug DMA and here is the whole deal: command: 0x24 not supported write_cont: nport 0x0009, ichan=0 read_cont: nport 0x000c, port=0x0c, valu=0000 command:0x25 not supported write_cont: nport 0x0009, ichan=0 read_cont: nport 0x000c, port=0x0c, valu=0000 command:0x26 not supported unknown device.... What is it trying to do and what goes wrong? Tero