Changeset 65324 in vbox
- Timestamp:
- Jan 16, 2017 1:00:38 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevPciIch9.cpp
r65320 r65324 1721 1721 || uNew >= _4G) 1722 1722 { 1723 if (f64Bit) 1723 /* Only prefetchable regions can be placed above 4GB, as the 1724 * address decoder for non-prefetchable addresses in bridges 1725 * is limited to 32 bits. */ 1726 if (f64Bit && fPrefetch) 1724 1727 { 1725 1728 /* Map a 64-bit region above 4GB. */
Note:
See TracChangeset
for help on using the changeset viewer.