From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GUVSd-0008Ro-T9 for qemu-devel@nongnu.org; Mon, 02 Oct 2006 17:36:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GUVSb-0008Qy-V6 for qemu-devel@nongnu.org; Mon, 02 Oct 2006 17:36:27 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GUVSb-0008Qv-Sx for qemu-devel@nongnu.org; Mon, 02 Oct 2006 17:36:25 -0400 Received: from [68.142.200.161] (helo=web30908.mail.mud.yahoo.com) by monty-python.gnu.org with smtp (Exim 4.52) id 1GUVYf-0007yF-IC for qemu-devel@nongnu.org; Mon, 02 Oct 2006 17:42:41 -0400 Message-ID: <20061002213538.61275.qmail@web30908.mail.mud.yahoo.com> Date: Mon, 2 Oct 2006 14:35:38 -0700 (PDT) From: Eric Lowe Subject: Re: [Qemu-devel] qemu/target-i386 helper.c MIME-Version: 1.0 Content-Type: text/plain; charset=ascii Content-Transfer-Encoding: quoted-printable Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Juergen Keil , paul@jakma.org, qemu-devel@nongnu.org >> Then lots of 'timeout: reset bus, target=3D0, lun=3D0' and other warning= s =0A=0A>> with:=0A=0A>> =0A=0A>> Error for command 'read sector' Error Lev= el: informational=0A=0A>> Sense Key: aborted command=0A=0A>> Vendor 'Gen-AT= A' error code: 0x3=0A=0A>=0A> That's a new problem. It seems that the upda= ted bios.bin doesn't setup=0A=0A> the ide disk for DMA mode any more, or so= mething like that. I'm seeing =0A=0A> the same problem after a qemu cvs up= date. When I replace=0A=0A> qemu/share/qemu/bios.bin with an older version= the problem is gone.=0A=0A=0A=0AYou could also try adding '-B ata-dma-enab= led=3D0'=0Ato boot the kernel as another=0Aalternate workaround.=0A=0AThe S= olaris ATA driver assumes that all devices of ATA4 or greater support=0Aand= are configured for DMA.=0A=0A- Eric=0A=0A=0A=0A=0A