Commit 477afee37ca29e156e3309874d100de0bf4e6fd0
1 parent
6cc9215e
Add missing initial values for PIIX3 function 0 (PIRQRC)
(Sebastian Herbszt) git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4116 c046a42c-6fe2-441c-8c8c-71466251a162
Showing
1 changed file
with
3 additions
and
0 deletions
hw/piix_pci.c
| @@ -249,6 +249,9 @@ static void piix3_reset(PCIDevice *d) | @@ -249,6 +249,9 @@ static void piix3_reset(PCIDevice *d) | ||
| 249 | pci_conf[0x4e] = 0x03; | 249 | pci_conf[0x4e] = 0x03; |
| 250 | pci_conf[0x4f] = 0x00; | 250 | pci_conf[0x4f] = 0x00; |
| 251 | pci_conf[0x60] = 0x80; | 251 | pci_conf[0x60] = 0x80; |
| 252 | + pci_conf[0x61] = 0x80; | ||
| 253 | + pci_conf[0x62] = 0x80; | ||
| 254 | + pci_conf[0x63] = 0x80; | ||
| 252 | pci_conf[0x69] = 0x02; | 255 | pci_conf[0x69] = 0x02; |
| 253 | pci_conf[0x70] = 0x80; | 256 | pci_conf[0x70] = 0x80; |
| 254 | pci_conf[0x76] = 0x0c; | 257 | pci_conf[0x76] = 0x0c; |