From bd3e3c02300312ae8d00ae9abf3fa009a2cddbc7 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Sat, 13 Nov 2004 16:24:47 -0500 Subject: 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 --- dev/ide_ctrl.hh | 3 --- 1 file changed, 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); /** -- cgit v1.2.3