trace: reimplement the DTRACE function so it doesn't use a vector
[gem5.git] / src / dev / mc146818.cc
2011-04-15 Nathan Binkerttrace: reimplement the DTRACE function so it doesn...
2011-04-15 Nathan Binkertincludes: sort all includes
2011-01-08 Steve ReinhardtReplace curTick global variable with accessor functions.
2010-09-17 Steve Reinhardtdevices: undo cset 017baf09599f that added timer drain...
2010-08-20 Brad Beckmanndevices: Fixed periodic interrupts to work with draining
2010-04-15 Nathan Binkerttick: rename Clock namespace to SimClock
2010-01-19 Derek Howermerge
2009-11-18 Brad Beckmannm5: fixed destructor to deschedule the tickEvent and...
2009-10-18 Brad Beckmannmerged with ISA event manager fix
2009-10-15 Brad Beckmannfixed MC146818 checkpointing bug and added isa serializ...
2009-08-25 Derek Howermerge
2009-08-25 Derek HowerAutomated merge with ssh://hg@m5sim.org/m5
2009-08-21 Gabe BlackRTC: Make calls to writeData update the RTCs internal...
2009-08-20 Gabe BlackX86: Make the real time clock actually keep track of...
2009-08-20 Gabe BlackX86: Don't insist on binary encoding for the RTC since...
2009-04-06 Gabe BlackMerge ARM into the head. ARM will compile but may not...
2009-02-25 Gabe BlackDevices: Make the RTC device reflect the use of BCD...
2009-01-26 Gabe BlackDev: Make the RTC device ignore writes to a read only...
2008-10-09 Nathan Binkerteventq: convert all usage of events to use the new...
2008-03-25 Steve ReinhardtAutomated merge with ssh://daystrom.m5sim.org//repo/m5
2008-03-25 Gabe BlackDevices: Separate out the MC146818 RTC so both Alpha...