Improved IRQ sharing

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11038 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Nathan Whitehorn
2005-01-25 20:17:32 +00:00
parent 7e1e4b7fc5
commit e2f2b0a474
@@ -1090,7 +1090,7 @@ b44_LM_ServiceInterrupts(PLM_DEVICE_BLOCK pDevice)
/* if not for us */
if (intstatus == 0)
return LM_STATUS_SUCCESS;
return 12;
/* clear the interrupt */
REG_WR(pDevice, intstatus, intstatus);