mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-17 02:22:58 +00:00
typo
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1904 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
6583391f0d
commit
7ef4da1c3a
@ -234,7 +234,7 @@ void piix4_pm_init(PCIBus *bus)
|
|||||||
pci_conf[0x00] = 0x86;
|
pci_conf[0x00] = 0x86;
|
||||||
pci_conf[0x01] = 0x80;
|
pci_conf[0x01] = 0x80;
|
||||||
pci_conf[0x02] = 0x13;
|
pci_conf[0x02] = 0x13;
|
||||||
pci_conf[0x03] = 0x70;
|
pci_conf[0x03] = 0x71;
|
||||||
pci_conf[0x08] = 0x00; // revision number
|
pci_conf[0x08] = 0x00; // revision number
|
||||||
pci_conf[0x09] = 0x00;
|
pci_conf[0x09] = 0x00;
|
||||||
pci_conf[0x0a] = 0x80; // other bridge device
|
pci_conf[0x0a] = 0x80; // other bridge device
|
||||||
|
Loading…
Reference in New Issue
Block a user