From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DyqB9-0003oE-EY for qemu-devel@nongnu.org; Sat, 30 Jul 2005 08:10:59 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DyqB7-0003nJ-Cn for qemu-devel@nongnu.org; Sat, 30 Jul 2005 08:10:58 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Dyq3p-0002IY-BX for qemu-devel@nongnu.org; Sat, 30 Jul 2005 08:03:25 -0400 Received: from [64.233.162.202] (helo=zproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dyq9m-0003Kb-R6 for qemu-devel@nongnu.org; Sat, 30 Jul 2005 08:09:34 -0400 Received: by zproxy.gmail.com with SMTP id s18so689146nze for ; Sat, 30 Jul 2005 04:57:31 -0700 (PDT) Message-ID: <28edec3c050730045765b5262b@mail.gmail.com> Date: Sat, 30 Jul 2005 19:57:31 +0800 From: "Mars G. Miro" In-Reply-To: <200507292022.38135.jkim@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <28edec3c0507290000415a350d@mail.gmail.com> <200507291540.52889.jkim@niksun.com> <200507291647.49230.jkim@niksun.com> <200507292022.38135.jkim@FreeBSD.org> Subject: [Qemu-devel] Re: ata devices on emulated amd64 on qemu Reply-To: "Mars G. Miro" , qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Jung-uk Kim Cc: freebsd-emulation@freebsd.org, Juergen Lock , qemu-devel@nongnu.org On 7/30/05, Jung-uk Kim wrote: > Okay. I finally found a fix. It was actually quite simple. Newer=20 > FreeBSD and Linux ATA drivers check whether the PCI ATA controller is=20 > in legacy ATA mode (aka PATA mode). The test failed and it was=20 > treated like a SATA controller. Of course, IRQ failed to map. ;-) =20 > Try the attached patch. Tested with FreeBSD/amd64 6.0-BETA1 guest on=20 > FreeBSD/amd64 host. >=20 You rock dude! This patch fixes it. FreeBSD54/amd64 Guest on FreeBSD54/amd64 Host. Any thoughts of including this patch in the ports? > Cheers, >=20 > Jung-uk Kim >=20 >=20 cheers mars