[BACK]Return to psycho.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / sparc64 / dev

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/arch/sparc64/dev/psycho.c between version 1.82 and 1.82.6.1

version 1.82, 2007/12/03 14:13:18 version 1.82.6.1, 2008/01/02 21:50:29
Line 755  psycho_alloc_extent(struct psycho_pbm *p
Line 755  psycho_alloc_extent(struct psycho_pbm *p
         /* get available lists */          /* get available lists */
         num = 0;          num = 0;
         if (prom_getprop(node, "available", sizeof(*pa), &num, &pa)) {          if (prom_getprop(node, "available", sizeof(*pa), &num, &pa)) {
                 printf("psycho_alloc_extent: prom_getprop failed\n");                  printf("psycho_alloc_extent: no \"available\" property\n");
                 return NULL;                  return NULL;
         }          }
   

Legend:
Removed from v.1.82  
changed lines
  Added in v.1.82.6.1

CVSweb <webmaster@jp.NetBSD.org>