VirtualBox

Changeset 64909 in vbox


Ignore:
Timestamp:
Dec 16, 2016 1:34:56 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
112319
Message:

DevPciIch9.cpp: fix MMIO BAR mapping bug which crept into r111601, plus removing a todo comment which isn't a todo (as bridges can have BARs, too)

File:
1 edited

Legend:

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

    r64908 r64909  
    19681968                    if (   uMemBase < uLast
    19691969                        && uMemBase > 0
    1970                         && !(   uNew <= UINT32_C(0xffffffff)
    1971                              && uLast >= UINT32_C(0xfec00000)) )
     1970                        && !(   uMemBase <= UINT32_C(0xffffffff)
     1971                             && uLast    >= UINT32_C(0xfec00000)) )
    19721972                        uNew = uMemBase;
    19731973                }
     
    21692169                        {
    21702170                            PCIDevSetByte(pPciDev, uAddress, bVal);
    2171                             fUpdateMappings = true; /** @todo r=bird: Probably not necessary to update mappings on VBOX_PCI_COMMAND changes for bridges? */
     2171                            fUpdateMappings = true;
    21722172                        }
    21732173                        break;
Note: See TracChangeset for help on using the changeset viewer.

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