VirtualBox

Changeset 36992 in vbox for trunk/src/VBox


Ignore:
Timestamp:
May 6, 2011 7:22:47 PM (14 years ago)
Author:
vboxsync
Message:

AHCI: Fixes for hotplugging

File:
1 edited

Legend:

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

    r36990 r36992  
    11271127    }
    11281128
     1129    if (   (u32Value & AHCI_PORT_SERR_N)
     1130        && (pAhciPort->regSERR & AHCI_PORT_SERR_N))
     1131        ASMAtomicAndU32(&pAhciPort->regIS, ~AHCI_PORT_IS_PRCS);
     1132
    11291133    pAhciPort->regSERR &= ~u32Value;
    11301134
     
    13741378
    13751379        /* Send the first D2H FIS only if it wasn't already send. */
    1376         if (!pAhciPort->fFirstD2HFisSend)
     1380        if (   !pAhciPort->fFirstD2HFisSend
     1381            && pAhciPort->pDrvBase)
    13771382        {
    13781383#ifndef IN_RING3
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