t1000.hh (5834:b9e30a60dee4) t1000.hh (8741:491297d019f3)
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;

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

55 * Constructor for the Tsunami Class.
56 * @param name name of the object
57 * @param s system the object belongs to
58 * @param intctrl pointer to the interrupt controller
59 */
60 T1000(const Params *p);
61
62 /**
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;

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

55 * Constructor for the Tsunami Class.
56 * @param name name of the object
57 * @param s system the object belongs to
58 * @param intctrl pointer to the interrupt controller
59 */
60 T1000(const Params *p);
61
62 /**
63 * Return the interrupting frequency to AlphaAccess
64 * @return frequency of RTC interrupts
65 */
66 virtual Tick intrFrequency();
67
68 /**
69 * Cause the cpu to post a serial interrupt to the CPU.
70 */
71 virtual void postConsoleInt();
72
73 /**
74 * Clear a posted CPU interrupt
75 */
76 virtual void clearConsoleInt();

--- 31 unchanged lines hidden ---
63 * Cause the cpu to post a serial interrupt to the CPU.
64 */
65 virtual void postConsoleInt();
66
67 /**
68 * Clear a posted CPU interrupt
69 */
70 virtual void clearConsoleInt();

--- 31 unchanged lines hidden ---