From: bellard Date: Sat, 1 Jul 2006 21:41:18 +0000 (+0000) Subject: disable unimplemented C+ mode (aka windows xp 64 fix) X-Git-Tag: release_0_9_1~1862 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=181b3755b59d2128f8426275b786571f4f922e22;p=qemu-xen-4.4-testing.git disable unimplemented C+ mode (aka windows xp 64 fix) --- diff --git a/hw/rtl8139.c b/hw/rtl8139.c index 49c4c916b..72939b45c 100644 --- a/hw/rtl8139.c +++ b/hw/rtl8139.c @@ -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 */