Changeset 362 for GPL/branches/uniaud32-2.0/drv32/irq.cpp
- Timestamp:
- 07/22/08 12:05:34 (4 months ago)
- Files:
-
- 1 modified
-
GPL/branches/uniaud32-2.0/drv32/irq.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-2.0/drv32/irq.cpp
r63 r362 65 65 66 66 if (rc != 0) { // If error ... 67 dprintf(("ERROR: RMSetIrq %d %d %x - failed to set shared - trying exclusive!!", ulIrq, fShared, ulSlotNo)); 67 68 rc = DevIRQSet((WORD16) *pISR[ulSlotNo], 68 69 (WORD16)ulIrq, … … 71 72 72 73 if (rc != 0) { // If error ... 73 dprintf(("ERROR: RMSetIrq %d %d %x FAILED !!", ulIrq, fShared, ulSlotNo));74 dprintf(("ERROR: RMSetIrq %d %d %x FAILED shared and exclusive mode!!", ulIrq, fShared, ulSlotNo)); 74 75 DebugInt3(); 75 76 return FALSE;
