Changeset 64909 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Dec 16, 2016 1:34:56 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 112319
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Bus/DevPciIch9.cpp
r64908 r64909 1968 1968 if ( uMemBase < uLast 1969 1969 && uMemBase > 0 1970 && !( u New<= UINT32_C(0xffffffff)1971 && uLast >= UINT32_C(0xfec00000)) )1970 && !( uMemBase <= UINT32_C(0xffffffff) 1971 && uLast >= UINT32_C(0xfec00000)) ) 1972 1972 uNew = uMemBase; 1973 1973 } … … 2169 2169 { 2170 2170 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; 2172 2172 } 2173 2173 break;
Note:
See TracChangeset
for help on using the changeset viewer.