儲存庫 vbox 的更動 47710
- 時間撮記:
- 2013-8-13 下午07:35:21 (12 年 以前)
- svn:sync-xref-src-repo-rev:
- 87949
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Devices/Storage/DevATA.cpp
r45974 r47710 1545 1545 s->Led.Actual.s.fReading = 0; 1546 1546 STAM_PROFILE_ADV_STOP(&s->StatReads, r); 1547 Log4(("ataReadSectors: rc=%Rrc cSectors=%#x u64Sector=%llu\n%.*Rhxd\n", 1548 rc, cSectors, u64Sector, cSectors * 512, pvBuf)); 1547 1549 1548 1550 STAM_REL_COUNTER_ADD(&s->StatBytesRead, cSectors * 512); … … 1581 1583 s->Led.Actual.s.fWriting = 0; 1582 1584 STAM_PROFILE_ADV_STOP(&s->StatWrites, w); 1585 Log4(("ataWriteSectors: rc=%Rrc cSectors=%#x u64Sector=%llu\n%.*Rhxd\n", 1586 rc, cSectors, u64Sector, cSectors * 512, pvBuf)); 1583 1587 1584 1588 STAM_REL_COUNTER_ADD(&s->StatBytesWritten, cSectors * 512);
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器