=================================================================== RCS file: /cvs/funnyos/kern/kern_devconfig.c,v retrieving revision 1.2 retrieving revision 1.4 diff -u -r1.2 -r1.4 --- funnyos/kern/kern_devconfig.c 2007/10/16 14:29:12 1.2 +++ funnyos/kern/kern_devconfig.c 2007/10/16 15:02:23 1.4 @@ -1,5 +1,5 @@ /* - * $Id: kern_devconfig.c,v 1.2 2007/10/16 13:29:12 init Exp $ + * $Id: kern_devconfig.c,v 1.4 2007/10/16 14:02:23 init Exp $ */ #include #include @@ -8,7 +8,7 @@ #include #include -#define DEVCONFIG_DEBUG +/* #define DEVCONFIG_DEBUG */ #ifdef DEVCONFIG_DEBUG #define DPRINTF(x...) do { printf(x); } while (0) @@ -186,7 +186,6 @@ devconfig_attach_childs(cdevp); } - printf("next aip\n"); /* next attachinfo in table */ aip++;