diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-07-01 21:41:18 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-07-01 21:41:18 +0000 |
commit | 0510224e89506a0c463df491338a5b3c778cd20a (patch) | |
tree | 6175160103ab595c268f71de0316b8d096d88a0f /hw | |
parent | 106ec87921a41752777781f073092301d4477567 (diff) | |
download | qemu-0510224e89506a0c463df491338a5b3c778cd20a.zip qemu-0510224e89506a0c463df491338a5b3c778cd20a.tar.gz qemu-0510224e89506a0c463df491338a5b3c778cd20a.tar.bz2 |
disable unimplemented C+ mode (aka windows xp 64 fix)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2032 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw')
-rw-r--r-- | hw/rtl8139.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/rtl8139.c b/hw/rtl8139.c index 49c4c91..72939b4 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 */ |