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

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

version 1.1, 2007/10/16 09:41:04 version 1.2, 2007/10/16 14:29:12
Line 166 
Line 166 
   
                                 /* TODO kfree devdata and device */                                  /* TODO kfree devdata and device */
   
                                   /* XXX next aip */
                                   aip++;
   
                                 continue;                                  continue;
                                 /* NOTREACHED */                                  /* NOTREACHED */
                         }                          }
Line 180 
Line 183 
                         /* XXX think about recursion */                          /* XXX think about recursion */
   
                         /* recursive attach this child's children */                          /* recursive attach this child's children */
                         //devconfig_attach_childs(cdevp);                          devconfig_attach_childs(cdevp);
   
                 }                  }
                   printf("next aip\n");
   
                 /* next attachinfo in table */                  /* next attachinfo in table */
                 aip++;                  aip++;

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

CVSweb