VirtualBox

Changeset 65526 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Jan 30, 2017 7:50:03 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
113164
Message:

DevPciIch9: when printing the bus topology, also print the device/function of the current bridge

File:
1 edited

Legend:

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

    r65516 r65526  
    28502850            uint8_t uSubordinate = ich9pciGetByte(&pBusSub->PciDev, VBOX_PCI_SUBORDINATE_BUS);
    28512851            devpciR3InfoIndent(pHlp, iIndentLvl);
    2852             pHlp->pfnPrintf(pHlp, "bridge topology: primary=%d secondary=%d subordinate=%d\n",
     2852            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,       
    28532854                            uPrimary, uSecondary, uSubordinate);
    28542855            if (   uPrimary != PDMPciDevGetByte(&pBusSub->PciDev, VBOX_PCI_PRIMARY_BUS)
Note: See TracChangeset for help on using the changeset viewer.

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