Use a bool to check if an irq was acknowledged by the MFP, else we don't call the handler.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26725 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
François Revol
2008-08-02 00:36:33 +00:00
parent 150b5ae01f
commit 2fc21d4fad
3 changed files with 13 additions and 9 deletions
@@ -44,7 +44,7 @@ public:
virtual void EnableIOInterrupt(int irq) = 0;
virtual void DisableIOInterrupt(int irq) = 0;
virtual void AcknowledgeIOInterrupt(int irq) = 0;
virtual bool AcknowledgeIOInterrupt(int irq) = 0;
virtual void SetHardwareRTC(uint32 seconds) = 0;
virtual uint32 GetHardwareRTC() = 0;