On Fri, 5 May 2006, Sven K?hler wrote:

Yes, ACPI adds a new PCI device so it is normal. I am interested by any
regression found using the current CVS with ACPI...

I think, this answer is fairly useless for the OP.
So perhaps the OP wanted to ask: how do i tell my Win2k to properly use
the new PCI device?

I'm especially interested in this question: is qemu's current ACPI PCI
device so normal, that it would be recognized and properly used by a
newly installed Win2k?


qemu's ACPI PCI device doesn't seem to be _that_ normal/known. At least
a recent Knoppix lists it as "Bridge: Intel Corp.: Inknown device 7013".


Wrong device id, should be 0x7113.

--
mailto:[EMAIL PROTECTED]
Index: hw/acpi.c
===================================================================
RCS file: /cvsroot/qemu/qemu/hw/acpi.c,v
retrieving revision 1.1
diff -u -r1.1 acpi.c
--- hw/acpi.c   3 May 2006 22:02:44 -0000       1.1
+++ hw/acpi.c   5 May 2006 12:25:49 -0000
@@ -234,7 +234,7 @@
     pci_conf[0x00] = 0x86;
     pci_conf[0x01] = 0x80;
     pci_conf[0x02] = 0x13;
-    pci_conf[0x03] = 0x70;
+    pci_conf[0x03] = 0x71;
     pci_conf[0x08] = 0x00; // revision number
     pci_conf[0x09] = 0x00;
     pci_conf[0x0a] = 0x80; // other bridge device
_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to