VirtualBox

vbox的更動 12125 路徑 trunk/src/VBox/Devices/Storage


忽略:
時間撮記:
2008-9-5 上午11:41:29 (16 年 以前)
作者:
vboxsync
訊息:

symbolic constants

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Devices/Storage/DrvHostDVD.cpp

    r11284 r12125  
    544544        }
    545545        else
    546             *pbStat = 0;
     546            *pbStat = SCSI_SENSE_NONE;
    547547    }
    548548    Log2(("%s: after ioctl: residual buflen=%d original buflen=%d\n", __FUNCTION__, usc.uscsi_resid, usc.uscsi_buflen));
     
    597597            *pbStat = Req.aSense[2] & 0x0f;
    598598        else
    599             *pbStat = 0;
     599            *pbStat = SCSI_SENSE_NONE;
    600600        /* Windows shares the property of not properly reflecting the actually
    601601         * transferred data size. See above. Assume that everything worked ok. */
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette