儲存庫 vbox 的更動 42568
- 時間撮記:
- 2012-8-3 上午09:23:29 (12 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Devices/Storage/DevATA.cpp
r42324 r42568 4595 4595 if ((u64ResetTimeStop - pCtl->u64ResetTime) >= 10) 4596 4596 { 4597 LogRel(("PIIX3 ATA : Async I/O thread probably stuck in operation, interrupting\n"));4597 LogRel(("PIIX3 ATA LUN#%d: Async I/O thread probably stuck in operation, interrupting\n", s->iLUN)); 4598 4598 pCtl->u64ResetTime = u64ResetTimeStop; 4599 4599 RTThreadPoke(pCtl->AsyncIOThread); … … 6004 6004 { 6005 6005 /* Reads from the other command block registers should be 8-bit only. 6006 * If they are not, the low byte is propagated to the high bits. 6006 * If they are not, the low byte is propagated to the high bits. 6007 6007 * Undocumented, but observed on a real PIIX4 system. 6008 6008 */
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器