forgot a change in the previous commit. the ide controller
authorNathan Binkert <binkertn@umich.edu>
Sat, 13 Nov 2004 21:24:47 +0000 (16:24 -0500)
committerNathan Binkert <binkertn@umich.edu>
Sat, 13 Nov 2004 21:24:47 +0000 (16:24 -0500)
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

index 9a6b476b89d46f0eaac10cebd21481e39471275e..f1082d09499bff6bbc645309182317c7a98aed6f 100644 (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);
 
     /**