t1000.hh (3630:8d12a7309b1e) t1000.hh (3812:eaa215123a26)
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;

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

25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Ali Saidi
29 */
30
31/**
32 * @file
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;

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

25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Authors: Ali Saidi
29 */
30
31/**
32 * @file
33 * Declaration of top level class for the Tsunami chipset. This class just
33 * Declaration of top level class for the T1000 platform chips. This class just
34 * retains pointers to all its children so the children can communicate.
35 */
36
37#ifndef __DEV_T1000_HH__
38#define __DEV_T1000_HH__
39
40#include "dev/platform.hh"
41

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

64 virtual Tick intrFrequency();
65
66 /**
67 * Cause the cpu to post a serial interrupt to the CPU.
68 */
69 virtual void postConsoleInt();
70
71 /**
34 * retains pointers to all its children so the children can communicate.
35 */
36
37#ifndef __DEV_T1000_HH__
38#define __DEV_T1000_HH__
39
40#include "dev/platform.hh"
41

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

64 virtual Tick intrFrequency();
65
66 /**
67 * Cause the cpu to post a serial interrupt to the CPU.
68 */
69 virtual void postConsoleInt();
70
71 /**
72 * Clear a posted CPU interrupt (id=55)
72 * Clear a posted CPU interrupt
73 */
74 virtual void clearConsoleInt();
75
76 /**
77 * Cause the chipset to post a cpi interrupt to the CPU.
78 */
79 virtual void postPciInt(int line);
80

--- 28 unchanged lines hidden ---
73 */
74 virtual void clearConsoleInt();
75
76 /**
77 * Cause the chipset to post a cpi interrupt to the CPU.
78 */
79 virtual void postPciInt(int line);
80

--- 28 unchanged lines hidden ---