Changeset 56639 in vbox for trunk/src/VBox
- Timestamp:
- Jun 25, 2015 2:56:30 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r56594 r56639 4653 4653 */ 4654 4654 ahciR3PortCachedReqsFree(pAhciPort); 4655 4656 /* 4657 * Also make sure that the current request has no memroy still allocated 4658 * because it might be allocated by the driver below us. We don't require 4659 * it here anyway. 4660 */ 4661 ahciReqMemFree(pAhciPort, pAhciReq, true /* fForceFree */); 4655 4662 4656 4663 rc = VMR3ReqPriorityCallWait(PDMDevHlpGetVM(pDevIns), VMCPUID_ANY, … … 7597 7604 Log(("%s:\n", __FUNCTION__)); 7598 7605 7606 /* Free all cached I/O tasks. */ 7607 ahciR3PortCachedReqsFree(pAhciPort); 7608 7599 7609 pAhciPort->cTotalSectors = 0; 7600 7610
Note:
See TracChangeset
for help on using the changeset viewer.