From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DP3W0-0002ap-VW for qemu-devel@nongnu.org; Fri, 22 Apr 2005 15:08:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DP3Vz-0002Zl-3h for qemu-devel@nongnu.org; Fri, 22 Apr 2005 15:08:36 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DP3Vy-0002Aq-P0 for qemu-devel@nongnu.org; Fri, 22 Apr 2005 15:08:34 -0400 Received: from [194.251.242.243] (helo=fep18.inet.fi) by monty-python.gnu.org with esmtp (Exim 4.34) id 1DP3Pw-0001tY-JA for qemu-devel@nongnu.org; Fri, 22 Apr 2005 15:02:21 -0400 Received: from co.inet.fi ([80.220.124.133]) by fep18.inet.fi with ESMTP id <20050422185941.FOBM27282.fep18.inet.fi@co.inet.fi> for ; Fri, 22 Apr 2005 21:59:41 +0300 Message-ID: <4269499E.5040109@co.inet.fi> Date: Fri, 22 Apr 2005 21:59:42 +0300 From: Tero Kaarlela MIME-Version: 1.0 Subject: Re: [Qemu-devel] Problems with Prep IDE References: <42602B0A.4050305@co.inet.fi> <1113608514.11980.55.camel@rapid> <426947FA.40007@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 > Ok, > > What I have made now: > > 1. Changed vendor id of PREP Pci bridge from 1011 to 1014 (ibm) > 2. Tried booting and noticed that Bootloader did: > pci_config_read: PCI Bridge address:10 value: 0xffffffff > 3. Found out that address 10 should have base adress in it. > 4. modified this with: > > >> d->config[0x10] = 0x08 > >> d->config[0x11] = 0x00 > >> d->config[0x12] = 0x00 > >> d->config[0x13] = 0xF0 > to be 0xF0000008 Sorry about mistake in first... > > 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.... > > > Tero > > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel >