Changeset 65526 in vbox for trunk/src/VBox
- Timestamp:
- Jan 30, 2017 7:50:03 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 113164
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevPciIch9.cpp
r65516 r65526 2850 2850 uint8_t uSubordinate = ich9pciGetByte(&pBusSub->PciDev, VBOX_PCI_SUBORDINATE_BUS); 2851 2851 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, 2853 2854 uPrimary, uSecondary, uSubordinate); 2854 2855 if ( uPrimary != PDMPciDevGetByte(&pBusSub->PciDev, VBOX_PCI_PRIMARY_BUS)
Note:
See TracChangeset
for help on using the changeset viewer.