summaryrefslogtreecommitdiff
path: root/src/dev/mc146818.cc
AgeCommit message (Expand)Author
2010-09-16devices: undo cset 017baf09599f that added timer drain functions.Steve Reinhardt
2010-08-20devices: Fixed periodic interrupts to work with drainingBrad Beckmann
2010-04-15tick: rename Clock namespace to SimClockNathan Binkert
2009-11-18m5: fixed destructor to deschedule the tickEvent and eventBrad Beckmann
2009-10-15fixed MC146818 checkpointing bug and added isa serialization calls to simple_...Brad Beckmann
2009-08-20RTC: Make calls to writeData update the RTCs internal representation of time.Gabe Black
2009-08-20X86: Make the real time clock actually keep track of time.Gabe Black
2009-08-20X86: Don't insist on binary encoding for the RTC since we implement BCD.Gabe Black
2009-02-25Devices: Make the RTC device reflect the use of BCD in its status registers.Gabe Black
2009-01-25Dev: Make the RTC device ignore writes to a read only bit.Gabe Black
2008-10-09eventq: convert all usage of events to use the new API.Nathan Binkert
2008-03-25Devices: Separate out the MC146818 RTC so both Alpha and X86 can use it.Gabe Black