Changeset 67917 in vbox
- Timestamp:
- Jul 12, 2017 9:19:59 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 116909
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevBusLogic.cpp
r67887 r67917 2248 2248 * Reply finished, set command complete bit, unset data-in ready bit and 2249 2249 * interrupt the guest if enabled. 2250 * NB: Some commands do not set the CMDC bit / raise completion interrupt. 2250 2251 */ 2251 buslogicCommandComplete(pBusLogic, false); 2252 if (pBusLogic->uOperationCode == BUSLOGICCOMMAND_FETCH_HOST_ADAPTER_LOCAL_RAM) 2253 buslogicCommandComplete(pBusLogic, true /* fSuppressIrq */); 2254 else 2255 buslogicCommandComplete(pBusLogic, false); 2252 2256 } 2253 2257 }
Note:
See TracChangeset
for help on using the changeset viewer.