VirtualBox

Changeset 65324 in vbox


Ignore:
Timestamp:
Jan 16, 2017 1:00:38 PM (8 years ago)
Author:
vboxsync
Message:

DevPciIch9.cpp: only place prefetchable regions beyond 4GB, due to decoding limitations in the bridges

File:
1 edited

Legend:

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

    r65320 r65324  
    17211721                || uNew >= _4G)
    17221722            {
    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)
    17241727                {
    17251728                    /* Map a 64-bit region above 4GB. */
Note: See TracChangeset for help on using the changeset viewer.

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