Changeset 550 for GPL/branches/uniaud32-2.1.x/lib32/irq.c
- Timestamp:
- Apr 14, 2011, 7:32:42 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-2.1.x/lib32/irq.c
r548 r550 38 38 39 39 BOOL fInInterrupt = FALSE; 40 extern BOOL fSuspended; //pci.c41 42 40 43 41 //****************************************************************************** … … 171 169 172 170 //dprintf(("enter int proc %d %d",ulSlotNo, *pulIrq)); 173 174 if(fSuspended)175 {//If our device is suspended, then we can't receive interrupts, so it must176 //be for some other device177 //Don't pass it to the linux handler as the device doesn't respond as expected178 //when suspended179 rprintf(("Slot %d IRQ %d suspended",ulSlotNo, *pulIrq));180 return FALSE;181 }182 171 183 172 if( ulSlotNo < MAX_IRQ_SLOTS )
Note:
See TracChangeset
for help on using the changeset viewer.