VirtualBox

Changeset 65538 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jan 31, 2017 12:30:03 PM (8 years ago)
Author:
vboxsync
Message:

DevPciIch9.cpp: fix "supports 64-bit prefetchable decoding" value for the bridge's config space

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Bus/DevPciIch9.cpp

    r65532 r65538  
    19291929     * respectively.
    19301930     */
    1931     uint32_t uSupports64Bit = fUse64Bit ? 0xf : 0x0;
     1931    uint32_t uSupports64Bit = fUse64Bit ? 0x1 : 0x0;
    19321932    ich9pciBiosInitWriteConfig(pPciRoot, uBus, uDevFn, VBOX_PCI_PREF_BASE_UPPER32, uBase >> 32, 4);
    19331933    ich9pciBiosInitWriteConfig(pPciRoot, uBus, uDevFn, VBOX_PCI_PREF_MEMORY_BASE, ((uint32_t)(uBase >> 16) & UINT32_C(0xfff0)) | uSupports64Bit, 2);
     
    28512851            devpciR3InfoIndent(pHlp, iIndentLvl);
    28522852            pHlp->pfnPrintf(pHlp, "%02x:%02x.%d: bridge topology: primary=%d secondary=%d subordinate=%d\n",
    2853                             uPrimary, pBusSub->PciDev.uDevFn >> 3, pBusSub->PciDev.uDevFn & 7,       
     2853                            uPrimary, pBusSub->PciDev.uDevFn >> 3, pBusSub->PciDev.uDevFn & 7,
    28542854                            uPrimary, uSecondary, uSubordinate);
    28552855            if (   uPrimary != PDMPciDevGetByte(&pBusSub->PciDev, VBOX_PCI_PRIMARY_BUS)
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette