VirtualBox

Changeset 12766 in vbox


Ignore:
Timestamp:
Sep 26, 2008 12:15:55 PM (17 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
37099
Message:

ATA: disabled SCSI_GET_EVENT_STATUS_NOTIFICATION passthrough command as we cannot emulate this command properly if passthrough is disabled

File:
1 edited

Legend:

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

    r12740 r12766  
    24242424            uTxDir = PDMBLOCKTXDIR_FROM_DEVICE;
    24252425            goto sendcmd;
     2426#if 0
     2427        /* Disable this passthrough command. The guest should fallback to other means to
     2428         * detect the disk status. We cannot emulate this command properly when in non-
     2429         * passthrough mode. */
    24262430        case SCSI_GET_EVENT_STATUS_NOTIFICATION:
    24272431            cbTransfer = ataBE2H_U16(pbPacket + 7);
    24282432            uTxDir = PDMBLOCKTXDIR_FROM_DEVICE;
    24292433            goto sendcmd;
     2434#endif
    24302435        case SCSI_GET_PERFORMANCE:
    24312436            cbTransfer = s->uATARegLCyl | (s->uATARegHCyl << 8); /* use ATAPI transfer length */
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