Changeset 680 for GPL/trunk/drv32
- Timestamp:
- Mar 20, 2021, 7:48:22 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk/drv32/irq.c
r679 r680 63 63 64 64 if (rc != 0) 65 { // If error ... 66 rprintf(("ERROR: RMSetIrq %d %d %x - failed to set shared - trying exclusive!!", ulIrq, fShared, ulSlotNo)); 65 { 67 66 rc = DevIRQSet((WORD16) *pISR[ulSlotNo], (WORD16)ulIrq, 0); // failed, so try exclusive instead 68 67 } 69 68 70 69 if (rc != 0) 71 { // If error ... 72 rprintf(("ERROR: RMSetIrq %d %d %x FAILED shared and exclusive mode!!", ulIrq, fShared, ulSlotNo)); 70 { 71 // If error ... 72 rprintf(("ERROR: RMSetIrq %d %d %x FAILED to set interrupt.", ulIrq, fShared, ulSlotNo)); 73 73 DebugInt3(); 74 74 return FALSE;
Note:
See TracChangeset
for help on using the changeset viewer.