Skip to content

Commit

Permalink
disable unimplemented C+ mode (aka windows xp 64 fix)
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2032 c046a42c-6fe2-441c-8c8c-71466251a162
  • Loading branch information
bellard committed Jul 1, 2006
1 parent 106ec87 commit 0510224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw/rtl8139.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 0510224

Please sign in to comment.