[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.8 and 1.9

version 1.8, 2007/11/02 13:17:39 version 1.9, 2007/11/24 17:38:31
Line 138 
Line 138 
                         /* allocate space for device's devdata */                          /* allocate space for device's devdata */
                         cdevp->dv_devdata = kmalloc(drp->dr_ddsize);                          cdevp->dv_devdata = kmalloc(drp->dr_ddsize);
                         if (cdevp->dv_devdata == NULL)                          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 */                                  /* NOTREACHED */
   
                         /* increment number of driver's instances */                          /* increment number of driver's instances */

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

CVSweb