VirtualBox

Changeset 36337 in vbox for trunk/src/VBox/Devices/Storage


Ignore:
Timestamp:
Mar 22, 2011 9:45:16 AM (14 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
70671
Message:

DevATA: Disable feature list for now because it breaks at least Windows XP

File:
1 edited

Legend:

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

    r36336 r36337  
    24722472    pbBuf += cbCopied;
    24732473
     2474#if 0
    24742475    cbCopied = atapiGetConfigurationFillFeatureCore(s, pbBuf, cbBuf);
    24752476    cbBuf -= cbCopied;
     
    24992500    cbBuf -= cbCopied;
    25002501    pbBuf += cbCopied;
    2501 
    2502     /* Set data length now. */
    2503     ataH2BE_U32(s->CTX_SUFF(pbIOBuffer), s->cbIOBuffer - cbBuf);
     2502#endif
     2503
     2504    /* Set data length now - the field is not included in the final length. */
     2505    ataH2BE_U32(s->CTX_SUFF(pbIOBuffer), s->cbIOBuffer - cbBuf - 4);
    25042506
    25052507    /* Other profiles we might want to add in the future: 0x40 (BD-ROM) and 0x50 (HDDVD-ROM) */
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