intel_8254_timer.cc (11321:02e930db812d) intel_8254_timer.cc (11793:ef606668d247)
1/*
2 * Copyright (c) 2004, 2005
3 * The Regents of The University of Michigan
4 * All Rights Reserved
5 *
6 * This code is part of the M5 simulator.
7 *
8 * Permission is granted to use, copy, create derivative works and

--- 16 unchanged lines hidden (view full) ---

25 * IF IT HAS BEEN OR IS HEREAFTER ADVISED OF THE POSSIBILITY OF SUCH
26 * DAMAGES.
27 *
28 * Authors: Ali G. Saidi
29 * Andrew L. Schultz
30 * Miguel J. Serrano
31 */
32
1/*
2 * Copyright (c) 2004, 2005
3 * The Regents of The University of Michigan
4 * All Rights Reserved
5 *
6 * This code is part of the M5 simulator.
7 *
8 * Permission is granted to use, copy, create derivative works and

--- 16 unchanged lines hidden (view full) ---

25 * IF IT HAS BEEN OR IS HEREAFTER ADVISED OF THE POSSIBILITY OF SUCH
26 * DAMAGES.
27 *
28 * Authors: Ali G. Saidi
29 * Andrew L. Schultz
30 * Miguel J. Serrano
31 */
32
33#include "dev/intel_8254_timer.hh"
34
33#include "base/misc.hh"
34#include "debug/Intel8254Timer.hh"
35#include "base/misc.hh"
36#include "debug/Intel8254Timer.hh"
35#include "dev/intel_8254_timer.hh"
36
37using namespace std;
38
39Intel8254Timer::Intel8254Timer(EventManager *em, const string &name,
40 Counter *counter0, Counter *counter1, Counter *counter2) :
41 EventManager(em), _name(name)
42{
43 counter[0] = counter0;

--- 285 unchanged lines hidden ---
37
38using namespace std;
39
40Intel8254Timer::Intel8254Timer(EventManager *em, const string &name,
41 Counter *counter0, Counter *counter1, Counter *counter2) :
42 EventManager(em), _name(name)
43{
44 counter[0] = counter0;

--- 285 unchanged lines hidden ---