VirtualBox

Changeset 38219 in vbox


Ignore:
Timestamp:
Jul 28, 2011 1:41:34 PM (13 years ago)
Author:
vboxsync
Message:

ATA: Set DSC in a few more cases.

File:
1 edited

Legend:

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

    r37687 r38219  
    37333733        ataSetStatusValue(s, 0); /* NOTE: READY is _not_ set */
    37343734    else
    3735         ataSetStatusValue(s, ATA_STAT_READY);
     3735        ataSetStatusValue(s, ATA_STAT_READY | ATA_STAT_SEEK);
    37363736    s->uATARegError = 0x01;
    37373737    return false;
     
    37983798        case ATA_READ_VERIFY_SECTORS_WITHOUT_RETRIES:
    37993799            /* do sector number check ? */
    3800             ataCmdOK(s, 0);
     3800            ataCmdOK(s, ATA_STAT_SEEK);
    38013801            ataSetIRQ(s); /* Shortcut, do not use AIO thread. */
    38023802            break;
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