VirtualBox

Changeset 65445 in vbox


Ignore:
Timestamp:
Jan 25, 2017 3:50:22 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
113059
Message:

LsiLogic: Fix compatibility with Windows 10

File:
1 edited

Legend:

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

    r64808 r65445  
    16051605                case LSILOGICDOORBELLSTATE_FN_HANDSHAKE:
    16061606                    /* Return next 16bit value. */
    1607                     u32 |= pThis->ReplyBuffer.au16Reply[pThis->uNextReplyEntryRead++];
     1607                    if (pThis->uNextReplyEntryRead < pThis->cReplySize)
     1608                        u32 |= pThis->ReplyBuffer.au16Reply[pThis->uNextReplyEntryRead++];
    16081609                    lsilogicSetInterrupt(pThis, LSILOGIC_REG_HOST_INTR_STATUS_SYSTEM_DOORBELL);
    16091610                    break;
Note: See TracChangeset for help on using the changeset viewer.

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