VirtualBox

Changeset 44672 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Feb 13, 2013 6:03:11 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
83766
Message:

BusLogic: Also copy data buffer out if transfer direction is unknown.

File:
1 edited

Legend:

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

    r44533 r44672  
    14031403
    14041404            /* Copy the data if needed */
    1405             if (pTaskState->CommandControlBlockGuest.c.uDataDirection == BUSLOGIC_CCB_DIRECTION_OUT)
     1405            if (   (pTaskState->CommandControlBlockGuest.c.uDataDirection == BUSLOGIC_CCB_DIRECTION_OUT)
     1406                || (pTaskState->CommandControlBlockGuest.c.uDataDirection == BUSLOGIC_CCB_DIRECTION_UNKNOWN))
    14061407            {
    14071408                cScatterGatherGCLeft = cbDataCCB / pTaskState->cbSGEntry;
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