summaryrefslogtreecommitdiff
path: root/dev/ide_disk.cc
diff options
context:
space:
mode:
authorAli Saidi <saidi@eecs.umich.edu>2004-10-25 18:14:13 -0400
committerAli Saidi <saidi@eecs.umich.edu>2004-10-25 18:14:13 -0400
commit3402411661caff075890c20a6c59fa471d5e68ac (patch)
tree1fdff9005fd8e020217a21bdfac672ff0885b99f /dev/ide_disk.cc
parenteaf66f46588cdfd8a91b93821406e1d797c6d1fb (diff)
downloadgem5-3402411661caff075890c20a6c59fa471d5e68ac.tar.xz
changes to make interrupts part of the platform rather than tsunami
specific --HG-- extra : convert_revision : f51788dd41c23f13b253268bb2b286a5225ef087
Diffstat (limited to 'dev/ide_disk.cc')
-rw-r--r--dev/ide_disk.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/ide_disk.cc b/dev/ide_disk.cc
index 99724f077..f4e7c1ef1 100644
--- a/dev/ide_disk.cc
+++ b/dev/ide_disk.cc
@@ -732,6 +732,7 @@ IdeDisk::startCommand()
void
IdeDisk::intrPost()
{
+ DPRINTF(IdeDisk, "IDE Disk Posting Interrupt\n");
if (intrPending)
panic("Attempt to post an interrupt with one pending\n");
@@ -745,6 +746,7 @@ IdeDisk::intrPost()
void
IdeDisk::intrClear()
{
+ DPRINTF(IdeDisk, "IDE Disk Clearing Interrupt\n");
if (!intrPending)
panic("Attempt to clear a non-pending interrupt\n");