diff options
author | bellard | 2006-05-05 22:03:45 +0200 |
---|---|---|
committer | bellard | 2006-05-05 22:03:45 +0200 |
commit | 7ef4da1c3a753888e2678388150f1b846b025168 (patch) | |
tree | 2d4b11d57ccf7d2bee2fb8d4c30a1639819c91ac /hw/acpi.c | |
parent | PCI irq mapping fix (diff) | |
download | qemu-7ef4da1c3a753888e2678388150f1b846b025168.tar.gz qemu-7ef4da1c3a753888e2678388150f1b846b025168.tar.xz qemu-7ef4da1c3a753888e2678388150f1b846b025168.zip |
typo
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1904 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/acpi.c')
-rw-r--r-- | hw/acpi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -234,7 +234,7 @@ void piix4_pm_init(PCIBus *bus) pci_conf[0x00] = 0x86; pci_conf[0x01] = 0x80; pci_conf[0x02] = 0x13; - pci_conf[0x03] = 0x70; + pci_conf[0x03] = 0x71; pci_conf[0x08] = 0x00; // revision number pci_conf[0x09] = 0x00; pci_conf[0x0a] = 0x80; // other bridge device |