From 3ccc0b1f968e3efaeccda65e06f862c899678312 Mon Sep 17 00:00:00 2001 From: Ron Dreslinski Date: Tue, 27 Jan 2004 21:36:46 -0500 Subject: Add support for RTC to interrupt, HACK in alpha_console temporary dev/alpha_console.cc: Fix reference to tlaserclock, HACK FOR NOW dev/alpha_console.hh: fix reference to tlaser_clock, HACK FOR NOW dev/tsunami.cc: Add proper tsunami chip pointers dev/tsunami.hh: add proper tsunami chip pointers add RTC interrupt capabilities dev/tsunami_cchip.cc: Add proper Interrupt for RTC dev/tsunami_cchip.hh: Add proper interrupt for RTC dev/tsunami_io.cc: dev/tsunami_io.hh: Make RTC interrupt dev/tsunami_pchip.cc: dev/tsunami_pchip.hh: Add back pointer to tsunami --HG-- extra : convert_revision : 2b0a8616b0bed8d9962ee5ca643dce56b9922d52 --- dev/tsunami_pchip.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev/tsunami_pchip.hh') diff --git a/dev/tsunami_pchip.hh b/dev/tsunami_pchip.hh index cd87cf03a..6a7f24e95 100644 --- a/dev/tsunami_pchip.hh +++ b/dev/tsunami_pchip.hh @@ -61,7 +61,7 @@ class TsunamiPChip : public MmapDevice public: - TsunamiPChip(const std::string &name, /*Tsunami *t,*/ + TsunamiPChip(const std::string &name, Tsunami *t, Addr addr, Addr mask, MemoryController *mmu); virtual Fault read(MemReqPtr req, uint8_t *data); -- cgit v1.2.3