Improved IRQ sharing
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11038 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1090,7 +1090,7 @@ b44_LM_ServiceInterrupts(PLM_DEVICE_BLOCK pDevice)
|
|||||||
|
|
||||||
/* if not for us */
|
/* if not for us */
|
||||||
if (intstatus == 0)
|
if (intstatus == 0)
|
||||||
return LM_STATUS_SUCCESS;
|
return 12;
|
||||||
|
|
||||||
/* clear the interrupt */
|
/* clear the interrupt */
|
||||||
REG_WR(pDevice, intstatus, intstatus);
|
REG_WR(pDevice, intstatus, intstatus);
|
||||||
|
|||||||
Reference in New Issue
Block a user