Changeset 84 for GPL/trunk/lib32/irq.c


Ignore:
Timestamp:
Oct 23, 2006, 11:07:11 PM (19 years ago)
Author:
vladest
Message:

SB code update
HDA code update
Some other updates

File:
1 edited

Legend:

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

    r76 r84  
    176176
    177177#ifdef DEBUG
    178     dprintf(("enter int proc %d %d",ulSlotNo, *pulIrq));
     178//    dprintf(("enter int proc %d %d",ulSlotNo, *pulIrq));
    179179#endif
    180180
     
    213213                    OSS32_ProcessIRQ();
    214214#ifdef DEBUG
    215                     dprintf(("exit(1) int proc %d %d",ulSlotNo, *pulIrq));
     215//                    dprintf(("exit(1) int proc %d %d",ulSlotNo, *pulIrq));
    216216#endif
    217217                    eoiIrq[pSlot->irqNo] = 0;
     
    222222    }
    223223#ifdef DEBUG
    224                     dprintf(("exit(0) int proc %d %d",ulSlotNo, *pulIrq));
     224//                    dprintf(("exit(0) int proc %d %d",ulSlotNo, *pulIrq));
    225225#endif
    226226
Note: See TracChangeset for help on using the changeset viewer.