isa_fake.cc (2665:a124942bacb8) isa_fake.cc (3348:11f6ef023158)
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

35
36#include <deque>
37#include <string>
38#include <vector>
39
40#include "base/trace.hh"
41#include "dev/isa_fake.hh"
42#include "mem/packet.hh"
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

35
36#include <deque>
37#include <string>
38#include <vector>
39
40#include "base/trace.hh"
41#include "dev/isa_fake.hh"
42#include "mem/packet.hh"
43#include "mem/packet_access.hh"
43#include "sim/builder.hh"
44#include "sim/system.hh"
45
46using namespace std;
47
48IsaFake::IsaFake(Params *p)
49 : BasicPioDevice(p)
50{

--- 71 unchanged lines hidden ---
44#include "sim/builder.hh"
45#include "sim/system.hh"
46
47using namespace std;
48
49IsaFake::IsaFake(Params *p)
50 : BasicPioDevice(p)
51{

--- 71 unchanged lines hidden ---