Changeset 49206 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Oct 21, 2013 10:16:38 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r49205 r49206 7668 7668 Assert(pAhciPort->iLUN == iLUN); 7669 7669 7670 AssertMsgReturnVoid( pAhciPort->fHotpluggable 7671 || (fFlags & PDM_TACH_FLAGS_NOT_HOT_PLUG), 7672 ("AHCI: Port %d is not marked hotpluggable\n", pAhciPort->iLUN)); 7673 7670 7674 /* 7671 7675 * Try attach the block device and get the interfaces,
Note:
See TracChangeset
for help on using the changeset viewer.