summaryrefslogtreecommitdiff
path: root/src/dev/intel_8254_timer.hh
AgeCommit message (Expand)Author
2015-07-07sim: Refactor the serialization base classAndreas Sandberg
2015-01-06dev: prevent intel 8254 timer counter events firing before startupcdirik
2012-11-16sim: have a curTick per eventqNilay Vaish
2011-04-15trace: reimplement the DTRACE function so it doesn't use a vectorNathan Binkert
2011-04-15includes: sort all includesNathan Binkert
2010-09-16devices: undo cset 017baf09599f that added timer drain functions.Steve Reinhardt
2010-08-20devices: Fixed periodic interrupts to work with drainingBrad Beckmann
2009-05-17includes: sort includes againNathan Binkert
2009-05-17types: Move stuff for global types into src/base/types.hhNathan Binkert
2009-04-19X86: Keep track of what the initial count value was in the LAPIC timer.Gabe Black
2008-10-11X86: Set up a mechanism for the I8254 timer to cause interrupts.Gabe Black
2008-10-11Devices: Make the Intel8254Timer device only use pointers to its counters.Gabe Black
2008-10-09eventq: convert all usage of events to use the new API.Nathan Binkert
2008-06-12Timer: Fill out the periodic modes a little.Gabe Black
2008-06-12Dev: Seperate the 8254 timer from tsunami and use it in that and the PC.Gabe Black