Changeset 49218 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Oct 21, 2013 10:33:46 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 90109
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r49208 r49218 8014 8014 pAhciPort->pAsyncIOThread = NULL; 8015 8015 pAhciPort->hEvtProcess = NIL_SUPSEMEVENT; 8016 pAhciPort->fHotpluggable = true; 8016 8017 } 8017 8018 … … 8157 8158 pAhciPort->IMountNotify.pfnUnmountNotify = ahciR3UnmountNotify; 8158 8159 pAhciPort->fAsyncIOThreadIdle = true; 8159 pAhciPort->fHotpluggable = true;8160 8160 8161 8161 /* Query per port configuration options if available. */
Note:
See TracChangeset
for help on using the changeset viewer.