Commit 7ef4da1c3a753888e2678388150f1b846b025168
1 parent
6583391f
typo
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1904 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
1 additions
and
1 deletions
hw/acpi.c
... | ... | @@ -234,7 +234,7 @@ void piix4_pm_init(PCIBus *bus) |
234 | 234 | pci_conf[0x00] = 0x86; |
235 | 235 | pci_conf[0x01] = 0x80; |
236 | 236 | pci_conf[0x02] = 0x13; |
237 | - pci_conf[0x03] = 0x70; | |
237 | + pci_conf[0x03] = 0x71; | |
238 | 238 | pci_conf[0x08] = 0x00; // revision number |
239 | 239 | pci_conf[0x09] = 0x00; |
240 | 240 | pci_conf[0x0a] = 0x80; // other bridge device | ... | ... |