From 1693e526d090f47323e378f0bd8546f28c2a97f7 Mon Sep 17 00:00:00 2001 From: cdirik Date: Tue, 6 Jan 2015 15:10:22 -0700 Subject: 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 --- src/dev/x86/i8254.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dev/x86/i8254.hh') diff --git a/src/dev/x86/i8254.hh b/src/dev/x86/i8254.hh index 49ea271e9..76521e73e 100644 --- a/src/dev/x86/i8254.hh +++ b/src/dev/x86/i8254.hh @@ -111,6 +111,7 @@ class I8254 : public BasicPioDevice virtual void serialize(std::ostream &os); virtual void unserialize(Checkpoint *cp, const std::string §ion); + virtual void startup(); }; -- cgit v1.2.3