On Thu, Jul 05, 2007 at 12:11:37PM +0200, Henrik Riomar wrote:
> Package: qemu
> Version: 0.9.0-2
> Severity: normal
> Tags: patch
>
> The ata_piix driver does not work with QEMU, for more info see this
> http://www.mail-archive.com/[EMAIL PROTECTED]/msg10716.html
>
> I have tried the provided patch (from the link above) and it allows
> the ata_piix driver to be used in QEMU.
>
> --- a/hw/ide.c  2007-06-04 19:34:25.000000000 +0200
> +++ b/hw/ide.c  2007-06-04 21:45:28.000000000 +0200
> @@ -2586,6 +2586,8 @@ static void piix3_reset(PCIIDEState *d)
>     pci_conf[0x06] = 0x80; /* FBC */
>     pci_conf[0x07] = 0x02; // PCI_status_devsel_medium
>     pci_conf[0x20] = 0x01; /* BMIBA: 20-23h */
> +    pci_conf[0x41] = 0x80; // enable port 0
> +    pci_conf[0x43] = 0x80; // enable port 1
> }
>
> Note: I am using Qemu 0.9.0-2 built from source on Etch
>

This patches causes more problem than it solves, and has even been
reverted from KVM. The bios has to be fixed instead.

-- 
  .''`.  Aurelien Jarno             | GPG: 1024D/F1BCDB73
 : :' :  Debian developer           | Electrical Engineer
 `. `'   [EMAIL PROTECTED]         | [EMAIL PROTECTED]
   `-    people.debian.org/~aurel32 | www.aurel32.net


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to