VirtualBox

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


Ignore:
Timestamp:
Mar 6, 2019 10:23:31 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
129198
Message:

DevATA: Do not set signature for nonexistent devices, it was wrong anyway. I/O response for nonexistent drives needs to be handled elsewhere.

File:
1 edited

Legend:

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

    r77579 r77580  
    15051505        s->uATARegHCyl = 0xeb;
    15061506    }
    1507     else if (s->pDrvMedia)
     1507    else
    15081508    {
    15091509        s->uATARegLCyl = 0;
    15101510        s->uATARegHCyl = 0;
    1511     }
    1512     else
    1513     {
    1514         s->uATARegLCyl = 0xff;
    1515         s->uATARegHCyl = 0xff;
    15161511    }
    15171512}
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