Changeset 51114 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Apr 22, 2014 9:53:48 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r51090 r51114 7719 7719 7720 7720 pAhciPort->pAsyncIOThread = NULL; 7721 pAhciPort->fWrkThreadSleeping = true; 7721 7722 } 7722 7723 … … 8270 8271 pAhciPort->IMountNotify.pfnMountNotify = ahciR3MountNotify; 8271 8272 pAhciPort->IMountNotify.pfnUnmountNotify = ahciR3UnmountNotify; 8273 pAhciPort->fWrkThreadSleeping = true; 8272 8274 8273 8275 /* Query per port configuration options if available. */
Note:
See TracChangeset
for help on using the changeset viewer.