diff options
author | Andrew Schultz <alschult@umich.edu> | 2004-03-23 17:10:07 -0500 |
---|---|---|
committer | Andrew Schultz <alschult@umich.edu> | 2004-03-23 17:10:07 -0500 |
commit | 75cef1a8017b52270d601d61959dd6d5c70033a8 (patch) | |
tree | bab24fdb1c67ab6ce6da363f35f1c4a1541eb756 /dev/tsunami.cc | |
parent | e8f7aca8cf92ccb4a1d6c46d7ce13b7e985357cc (diff) | |
download | gem5-75cef1a8017b52270d601d61959dd6d5c70033a8.tar.xz |
Add initial support for IDE
--HG--
extra : convert_revision : e07dc6c87b0b692d428b541d4032fcf82996ef15
Diffstat (limited to 'dev/tsunami.cc')
-rw-r--r-- | dev/tsunami.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/tsunami.cc b/dev/tsunami.cc index 04ab922b9..ba33fa096 100644 --- a/dev/tsunami.cc +++ b/dev/tsunami.cc @@ -33,7 +33,7 @@ #include "cpu/intr_control.hh" #include "dev/console.hh" #include "dev/etherdev.hh" -#include "dev/adaptec_ctrl.hh" +#include "dev/ide_ctrl.hh" #include "dev/tlaser_clock.hh" #include "dev/tsunami_cchip.hh" #include "dev/tsunami_pchip.hh" |