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
This commit is contained in:
Nathan Binkert
2004-11-13 16:24:47 -05:00
parent b0fd676a25
commit bd3e3c0230

View File

@@ -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);
/**