]> Git Repo - qemu.git/commitdiff
disable unimplemented C+ mode (aka windows xp 64 fix)
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 1 Jul 2006 21:41:18 +0000 (21:41 +0000)
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 1 Jul 2006 21:41:18 +0000 (21:41 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2032 c046a42c-6fe2-441c-8c8c-71466251a162

hw/rtl8139.c

index 49c4c916b7b4d6909a66e4e97835f33cb0bfbe9d..72939b45c6cc9d2306ed6dd8a66c7c056eacd2f8 100644 (file)
@@ -2833,7 +2833,7 @@ void pci_rtl8139_init(PCIBus *bus, NICInfo *nd)
     pci_conf[0x02] = 0x39;
     pci_conf[0x03] = 0x81;
     pci_conf[0x04] = 0x05; /* command = I/O space, Bus Master */
-    pci_conf[0x08] = 0x20; /* 0x10 */ /* PCI revision ID; >=0x20 is for 8139C+ */
+    pci_conf[0x08] = 0x10; /* 0x10 */ /* PCI revision ID; >=0x20 is for 8139C+ */
     pci_conf[0x0a] = 0x00; /* ethernet network controller */
     pci_conf[0x0b] = 0x02;
     pci_conf[0x0e] = 0x00; /* header_type */
This page took 0.025346 seconds and 4 git commands to generate.