Changeset 47710 in vbox for trunk/src/VBox
- Timestamp:
- Aug 13, 2013 7:35:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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);
Note:
See TracChangeset
for help on using the changeset viewer.