=================================================================== RCS file: /cvs/funnyos/kern/kern_devconfig.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- funnyos/kern/kern_devconfig.c 2007/10/16 14:29:59 1.3 +++ funnyos/kern/kern_devconfig.c 2007/10/16 15:02:23 1.4 @@ -1,5 +1,5 @@ /* - * $Id: kern_devconfig.c,v 1.3 2007/10/16 13:29:59 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)