=================================================================== RCS file: /cvs/funnyos/kern/kern_devconfig.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- funnyos/kern/kern_devconfig.c 2007/10/16 09:41:04 1.1 +++ funnyos/kern/kern_devconfig.c 2007/10/16 14:29:12 1.2 @@ -1,5 +1,5 @@ /* - * $Id: kern_devconfig.c,v 1.1 2007/10/16 08:41:04 init Exp $ + * $Id: kern_devconfig.c,v 1.2 2007/10/16 13:29:12 init Exp $ */ #include #include @@ -166,6 +166,9 @@ /* TODO kfree devdata and device */ + /* XXX next aip */ + aip++; + continue; /* NOTREACHED */ } @@ -180,9 +183,10 @@ /* XXX think about recursion */ /* recursive attach this child's children */ - //devconfig_attach_childs(cdevp); + devconfig_attach_childs(cdevp); } + printf("next aip\n"); /* next attachinfo in table */ aip++;