=================================================================== RCS file: /cvs/funnyos/kern/kern_devconfig.c,v retrieving revision 1.8 retrieving revision 1.9 diff -u -r1.8 -r1.9 --- funnyos/kern/kern_devconfig.c 2007/11/02 13:17:39 1.8 +++ funnyos/kern/kern_devconfig.c 2007/11/24 17:38:31 1.9 @@ -1,5 +1,5 @@ /* - * $Id: kern_devconfig.c,v 1.8 2007/11/02 13:17:39 init Exp $ + * $Id: kern_devconfig.c,v 1.9 2007/11/24 17:38:31 nbrk Exp $ */ #include #include @@ -138,7 +138,7 @@ /* allocate space for device's devdata */ cdevp->dv_devdata = kmalloc(drp->dr_ddsize); if (cdevp->dv_devdata == NULL) - panic("failed to allocate space for %s devdata\n"); + panic("failed to allocate space for %s devdata\n", aip->ai_cname); /* NOTREACHED */ /* increment number of driver's instances */