VirtualBox

Changeset 19706 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
May 14, 2009 5:14:35 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
47320
Message:

DevRTC: UIP logging (level 2).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/VBox/Devices/PC/DevRTC.cpp

    r13840 r19706  
    408408        if (!(s->cmos_data[RTC_REG_B] & REG_B_SET)) {
    409409            /* update in progress bit */
     410            Log2(("RTC: UIP %x -> 1\n", !!(s->cmos_data[RTC_REG_A] & REG_A_UIP)));
    410411            s->cmos_data[RTC_REG_A] |= REG_A_UIP;
    411412        }
     
    446447
    447448    /* clear update in progress bit */
     449    Log2(("RTC: UIP %x -> 0\n", !!(s->cmos_data[RTC_REG_A] & REG_A_UIP)));
    448450    s->cmos_data[RTC_REG_A] &= ~REG_A_UIP;
    449451
Note: See TracChangeset for help on using the changeset viewer.

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