VirtualBox

Changeset 14707 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Nov 27, 2008 2:27:57 PM (16 years ago)
Author:
vboxsync
Message:

bogus log entry, again enable refresh faking

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/PC/DevPit-i8254.cpp

    r14702 r14707  
    7575 * Define this to flip the 15usec refresh bit on every read.
    7676 * If not defined, it will be flipped correctly. */
    77 /* #define FAKE_REFRESH_CLOCK */
     77#define FAKE_REFRESH_CLOCK
    7878#ifdef DOXYGEN_RUNNING
    7979# define FAKE_REFRESH_CLOCK
     
    656656        const int freq = 15085;
    657657        const int fRefresh = ((u64Now % freq ) > (freq / 2)) ? 1 : 0;
    658         LogRel(("unow=%lld\n", u64Now));
    659658#endif
    660659        /* bit 2,3 NMI / parity status stuff. */
Note: See TracChangeset for help on using the changeset viewer.

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