Changeset 680 for GPL/trunk/drv32


Ignore:
Timestamp:
Mar 20, 2021, 7:48:22 PM (5 years ago)
Author:
David Azarewicz
Message:

Some minor cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/trunk/drv32/irq.c

    r679 r680  
    6363
    6464  if (rc != 0)
    65   {                    // If error ...
    66     rprintf(("ERROR: RMSetIrq %d %d %x - failed to set shared - trying exclusive!!", ulIrq, fShared, ulSlotNo));
     65  {
    6766    rc = DevIRQSet((WORD16) *pISR[ulSlotNo], (WORD16)ulIrq, 0);   // failed, so try exclusive instead
    6867  }
    6968
    7069  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));
    7373    DebugInt3();
    7474    return FALSE;
Note: See TracChangeset for help on using the changeset viewer.