Changeset 49208 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Oct 21, 2013 10:24:51 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 90094
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevAHCI.cpp
r49206 r49208 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)); 7670 AssertMsgReturn( pAhciPort->fHotpluggable 7671 || (fFlags & PDM_TACH_FLAGS_NOT_HOT_PLUG), 7672 ("AHCI: Port %d is not marked hotpluggable\n", pAhciPort->iLUN), 7673 VERR_INVALID_PARAMETER); 7673 7674 7674 7675 /*
Note:
See TracChangeset
for help on using the changeset viewer.