VirtualBox

Ignore:
Timestamp:
Dec 13, 2007 5:46:24 PM (17 years ago)
Author:
vboxsync
Message:

ATA: Fix status value for EXECUTE DEVICE DIAGNOSTICS command, should
mark drive as ready for non-ATAPI devices.

File:
1 edited

Legend:

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

    r5999 r6062  
    30583058{
    30593059    ataSetSignature(s);
    3060     ataSetStatusValue(s, 0); /* NOTE: READY is _not_ set */
     3060    if (s->fATAPI)
     3061        ataSetStatusValue(s, 0); /* NOTE: READY is _not_ set */
     3062    else
     3063        ataSetStatusValue(s, ATA_STAT_READY);
    30613064    s->uATARegError = 0x01;
    30623065    return false;
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