dev: prevent intel 8254 timer counter events firing before startup

This change includes edits to Intel8254Timer to prevent counter events firing
before startup to comply with SimObject initialization call sequence.

Committed by: Nilay Vaish <nilay@cs.wisc.edu>
This commit is contained in:
cdirik
2015-01-06 15:10:22 -07:00
parent 1c1fb2c988
commit 1693e526d0
6 changed files with 63 additions and 14 deletions

View File

@@ -288,6 +288,7 @@ void
TsunamiIO::startup()
{
rtc.startup();
pitimer.startup();
}
TsunamiIO *