VirtualBox

Changeset 49206 in vbox for trunk/src/VBox/Devices/Storage


Ignore:
Timestamp:
Oct 21, 2013 10:16:38 AM (11 years ago)
Author:
vboxsync
Message:

AHCI: Additional assertion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Storage/DevAHCI.cpp

    r49205 r49206  
    76687668    Assert(pAhciPort->iLUN == iLUN);
    76697669
     7670    AssertMsgReturnVoid(   pAhciPort->fHotpluggable
     7671                        || (fFlags & PDM_TACH_FLAGS_NOT_HOT_PLUG),
     7672                        ("AHCI: Port %d is not marked hotpluggable\n", pAhciPort->iLUN));
     7673
    76707674    /*
    76717675     * Try attach the block device and get the interfaces,
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette