iob.hh (4762:c94e103c83ad) iob.hh (8229:78bf55f23338)
1/*
2 * Copyright (c) 2006 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;

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

32 * This device implements the niagara I/O Bridge chip. The device manages
33 * internal (ipi) and external (serial, pci via jbus).
34 */
35
36#ifndef __DEV_SPARC_IOB_HH__
37#define __DEV_SPARC_IOB_HH__
38
39#include "base/range.hh"
1/*
2 * Copyright (c) 2006 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;

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

32 * This device implements the niagara I/O Bridge chip. The device manages
33 * internal (ipi) and external (serial, pci via jbus).
34 */
35
36#ifndef __DEV_SPARC_IOB_HH__
37#define __DEV_SPARC_IOB_HH__
38
39#include "base/range.hh"
40#include "dev/io_device.hh"
41#include "dev/disk_image.hh"
40#include "dev/disk_image.hh"
41#include "dev/io_device.hh"
42#include "params/Iob.hh"
43
44class IntrControl;
45
46const int MaxNiagaraProcs = 32;
47// IOB Managment Addresses
48const Addr IntManAddr = 0x0000;
49const Addr IntManSize = 0x0020;

--- 103 unchanged lines hidden ---
42#include "params/Iob.hh"
43
44class IntrControl;
45
46const int MaxNiagaraProcs = 32;
47// IOB Managment Addresses
48const Addr IntManAddr = 0x0000;
49const Addr IntManSize = 0x0020;

--- 103 unchanged lines hidden ---