diff options
author | Nathan Binkert <binkertn@umich.edu> | 2004-11-13 16:24:47 -0500 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2004-11-13 16:24:47 -0500 |
commit | bd3e3c02300312ae8d00ae9abf3fa009a2cddbc7 (patch) | |
tree | d815a49c38411d99b986a5be5257c3f65fea5bdf /dev | |
parent | b0fd676a25b10d8a213ccf2bdc31505888578c6c (diff) | |
download | gem5-bd3e3c02300312ae8d00ae9abf3fa009a2cddbc7.tar.xz |
forgot a change in the previous commit. the ide controller
doesn't have its own interrupt functions
dev/ide_ctrl.hh:
oops. we don't have our own interrupt functions anymore
we get them from the base class.
--HG--
extra : convert_revision : 3eac228ec59f4fea0b0e49f961e8b21705dee27f
Diffstat (limited to 'dev')
-rw-r--r-- | dev/ide_ctrl.hh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/dev/ide_ctrl.hh b/dev/ide_ctrl.hh index 9a6b476b8..f1082d094 100644 --- a/dev/ide_ctrl.hh +++ b/dev/ide_ctrl.hh @@ -164,9 +164,6 @@ class IdeController : public PciDev virtual void WriteConfig(int offset, int size, uint32_t data); virtual void ReadConfig(int offset, int size, uint8_t *data); - void intrPost(); - void intrClear(); - void setDmaComplete(IdeDisk *disk); /** |