From: Nathan Binkert Date: Sat, 13 Nov 2004 21:24:47 +0000 (-0500) Subject: forgot a change in the previous commit. the ide controller X-Git-Tag: m5_1.0_tutorial~137^2~8 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=bd3e3c02300312ae8d00ae9abf3fa009a2cddbc7;p=gem5.git 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 --- 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); /**