[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.2 and 1.4

version 1.2, 2007/10/16 14:29:12 version 1.4, 2007/10/16 15:02:23
Line 8 
Line 8 
 #include <libkern/string.h>  #include <libkern/string.h>
 #include <libkern/printf.h>  #include <libkern/printf.h>
   
 #define DEVCONFIG_DEBUG  /* #define DEVCONFIG_DEBUG */
   
 #ifdef DEVCONFIG_DEBUG  #ifdef DEVCONFIG_DEBUG
 #define DPRINTF(x...)   do { printf(x); } while (0)  #define DPRINTF(x...)   do { printf(x); } while (0)
Line 186 
Line 186 
                         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.2  
changed lines
  Added in v.1.4

CVSweb