Revision bba5ed77 hw/pcie_port.c

b/hw/pcie_port.c
27 27
    pci_set_word(d->config + PCI_STATUS, 0);
28 28
    pci_set_word(d->config + PCI_SEC_STATUS, 0);
29 29

  
30
    /* Unlike conventional pci bridge, some bits are hardwared to 0. */
31
    pci_set_word(d->wmask + PCI_BRIDGE_CONTROL,
32
                 PCI_BRIDGE_CTL_PARITY |
33
                 PCI_BRIDGE_CTL_ISA |
34
                 PCI_BRIDGE_CTL_VGA |
35
                 PCI_BRIDGE_CTL_SERR |
36
                 PCI_BRIDGE_CTL_BUS_RESET);
37

  
30 38
    /* 7.5.3.5 Prefetchable Memory Base Limit
31 39
     * The Prefetchable Memory Base and Prefetchable Memory Limit registers
32 40
     * must indicate that 64-bit addresses are supported, as defined in

Also available in: Unified diff