I tested it on win32 host.
Apparently a typo mistake (see updated patch)

how to use it ?

diff -Nur ehci.patch ehci-xian.patch
--- ehci.patch  Thu Jan  4 09:50:17 2007
+++ ehci-xian.patch     Thu Jan  4 10:40:26 2007
@@ -1722,7 +1722,7 @@
+    printf ("buffer is %p (+%d)\n", s->buffer, (uint8_t*)s->buffer -
(uint8_t*)s);
+
+    pci_conf = s->dev.config;
-+    pci_conf[0x00] = 0x86
++    pci_conf[0x00] = 0x86;
+    pci_conf[0x01] = 0x80; // Intel VID
+    pci_conf[0x02] = 0x55;
+    pci_conf[0x03] = 0x55; // Made up product ID


On 1/4/07, Mark B <[EMAIL PROTECTED]> wrote:

Paul,

I don't see anything to do with EHCI in Chromium.  I was just referring to
the 3D patch as an example - maybe this is causing confusion.

Did anyone else get a chance to look at the EHCI emulation patch?

Thanks,

Mark


--
Christian


_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to