Changeset 36337 in vbox for trunk/src/VBox/Devices/Storage
- Timestamp:
- Mar 22, 2011 9:45:16 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 70671
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Storage/DevATA.cpp
r36336 r36337 2472 2472 pbBuf += cbCopied; 2473 2473 2474 #if 0 2474 2475 cbCopied = atapiGetConfigurationFillFeatureCore(s, pbBuf, cbBuf); 2475 2476 cbBuf -= cbCopied; … … 2499 2500 cbBuf -= cbCopied; 2500 2501 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); 2504 2506 2505 2507 /* 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.