VirtualBox

Changeset 14707

Show
Ignore:
Timestamp:
11/27/08 15:27:57 (1 month ago)
Author:
vboxsync
Message:

bogus log entry, again enable refresh faking

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 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. */ 

© 2008 Sun Microsystems, Inc.
ContactPrivacy policy