- Timestamp:
- Jul 28, 2020 3:57:10 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 139546
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/src/VBox/Devices/Bus/DevPciIch9.cpp ¶
r85198 r85490 1895 1895 1896 1896 bool fPrefetch = (u8ResourceType & ((uint8_t)(PCI_ADDRESS_SPACE_MEM_PREFETCH | PCI_ADDRESS_SPACE_IO))) 1897 == PCI_ADDRESS_SPACE_MEM_PREFETCH;1897 == PCI_ADDRESS_SPACE_MEM_PREFETCH; 1898 1898 bool f64Bit = (u8ResourceType & ((uint8_t)(PCI_ADDRESS_SPACE_BAR64 | PCI_ADDRESS_SPACE_IO))) 1899 1899 == PCI_ADDRESS_SPACE_BAR64;
Note:
See TracChangeset
for help on using the changeset viewer.