Changeset 44902 in vbox for trunk/src/VBox/VMM/VMMRC
- Timestamp:
- Mar 2, 2013 2:28:37 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMRC/PDMRCDevice.cpp
r44899 r44902 69 69 PDMDEV_ASSERT_DEVINS(pDevIns); 70 70 71 #ifndef PDM_DO_NOT_RESPECT_PCI_BM_BIT 71 72 /* 72 73 * Just check the busmaster setting here and forward the request to the generic read helper. … … 81 82 return VERR_PDM_NOT_PCI_BUS_MASTER; 82 83 } 84 #endif 83 85 84 86 return pDevIns->pHlpRC->pfnPhysRead(pDevIns, GCPhys, pvBuf, cbRead);
Note:
See TracChangeset
for help on using the changeset viewer.