vbox的更動 12125 路徑 trunk/src/VBox/Devices/Storage
- 時間撮記:
- 2008-9-5 上午11:41:29 (16 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Devices/Storage/DrvHostDVD.cpp
r11284 r12125 544 544 } 545 545 else 546 *pbStat = 0;546 *pbStat = SCSI_SENSE_NONE; 547 547 } 548 548 Log2(("%s: after ioctl: residual buflen=%d original buflen=%d\n", __FUNCTION__, usc.uscsi_resid, usc.uscsi_buflen)); … … 597 597 *pbStat = Req.aSense[2] & 0x0f; 598 598 else 599 *pbStat = 0;599 *pbStat = SCSI_SENSE_NONE; 600 600 /* Windows shares the property of not properly reflecting the actually 601 601 * transferred data size. See above. Assume that everything worked ok. */
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器