From 3402411661caff075890c20a6c59fa471d5e68ac Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Mon, 25 Oct 2004 18:14:13 -0400 Subject: changes to make interrupts part of the platform rather than tsunami specific --HG-- extra : convert_revision : f51788dd41c23f13b253268bb2b286a5225ef087 --- dev/tsunami.cc | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'dev/tsunami.cc') diff --git a/dev/tsunami.cc b/dev/tsunami.cc index c44da69b7..ce2d473a9 100644 --- a/dev/tsunami.cc +++ b/dev/tsunami.cc @@ -74,6 +74,18 @@ Tsunami::clearConsoleInt() io->clearPIC(0x10); } +void +Tsunami::postPciInt(int line) +{ + this->cchip->postDRIR(line); +} + +void +Tsunami::clearPciInt(int line) +{ + this->cchip->clearDRIR(line); +} + void Tsunami::serialize(std::ostream &os) { -- cgit v1.2.3