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.hh | |
parent | e8f7aca8cf92ccb4a1d6c46d7ce13b7e985357cc (diff) | |
download | gem5-75cef1a8017b52270d601d61959dd6d5c70033a8.tar.xz |
Add initial support for IDE
--HG--
extra : convert_revision : e07dc6c87b0b692d428b541d4032fcf82996ef15
Diffstat (limited to 'dev/tsunami.hh')
-rw-r--r-- | dev/tsunami.hh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/tsunami.hh b/dev/tsunami.hh index bcbd9c756..3c304dccd 100644 --- a/dev/tsunami.hh +++ b/dev/tsunami.hh @@ -37,7 +37,7 @@ #include "dev/platform.hh" -class AdaptecController; +class IdeController; class TlaserClock; class EtherDev; class TsunamiCChip; @@ -64,8 +64,8 @@ class Tsunami : public Platform System *system; /** Pointer to the TsunamiIO device which has the RTC */ TsunamiIO *io; - /** Pointer to the SCSI controller device */ - AdaptecController *scsi; + /** Pointer to the disk controller device */ + IdeController *disk_controller; /** Pointer to the ethernet controller device */ EtherDev *ethernet; |