[BACK]Return to kern_irq.c CVS log [TXT][DIR] Up to [local] / funnyos / kern

Diff for /funnyos/kern/kern_irq.c between version 1.1 and 1.2

version 1.1, 2007/11/02 11:40:02 version 1.2, 2007/11/04 23:18:46
Line 38 
Line 38 
                 ivp->iv_device = device;                  ivp->iv_device = device;
                 ivp->iv_intrfunc = intrfunc;                  ivp->iv_intrfunc = intrfunc;
                 ivp->iv_next = NULL;                  ivp->iv_next = NULL;
   
                   irqtable = ivp;
         }          }
         else {          else {
                 /* walk through the list */                  /* walk through the list */

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb