Changeset 64863 in vbox
- Timestamp:
- Dec 14, 2016 12:50:56 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112265
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevPciIch9.cpp
r64862 r64863 2392 2392 devpciR3InfoIndent(pHlp, iIndentLvl); 2393 2393 pHlp->pfnPrintf(pHlp, "behind bridge: I/O %#06x..%#06x\n", 2394 PDMPciDevGetByte(&pBusSub->PciDev, VBOX_PCI_IO_BASE) & 0xf0<< 8,2395 PDMPciDevGetByte(&pBusSub->PciDev, VBOX_PCI_IO_LIMIT) & 0xf0<< 8 | 0xfff);2394 (PDMPciDevGetByte(&pBusSub->PciDev, VBOX_PCI_IO_BASE) & 0xf0) << 8, 2395 (PDMPciDevGetByte(&pBusSub->PciDev, VBOX_PCI_IO_LIMIT) & 0xf0) << 8 | 0xfff); 2396 2396 devpciR3InfoIndent(pHlp, iIndentLvl); 2397 2397 pHlp->pfnPrintf(pHlp, "behind bridge: memory %#010x..%#010x\n",
Note:
See TracChangeset
for help on using the changeset viewer.