isa_fake.hh (5192:582e583f8e7e) isa_fake.hh (8229:78bf55f23338)
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#ifndef __ISA_FAKE_HH__
36#define __ISA_FAKE_HH__
37
38#include <string>
39
40#include "base/range.hh"
41#include "dev/io_device.hh"
42// #include "dev/alpha/tsunami.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#ifndef __ISA_FAKE_HH__
36#define __ISA_FAKE_HH__
37
38#include <string>
39
40#include "base/range.hh"
41#include "dev/io_device.hh"
42// #include "dev/alpha/tsunami.hh"
43#include "params/IsaFake.hh"
44#include "mem/packet.hh"
43#include "mem/packet.hh"
44#include "params/IsaFake.hh"
45
46/**
47 * IsaFake is a device that returns, BadAddr, 1 or 0 on all reads and
48 * rites. It is meant to be placed at an address range
49 * so that an mcheck doesn't occur when an os probes a piece of hw
50 * that doesn't exist (e.g. UARTs1-3), or catch requests in the memory system
51 * that have no responders..
52 */

--- 37 unchanged lines hidden ---
45
46/**
47 * IsaFake is a device that returns, BadAddr, 1 or 0 on all reads and
48 * rites. It is meant to be placed at an address range
49 * so that an mcheck doesn't occur when an os probes a piece of hw
50 * that doesn't exist (e.g. UARTs1-3), or catch requests in the memory system
51 * that have no responders..
52 */

--- 37 unchanged lines hidden ---