[BACK]Return to sbp.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / dev / ieee1394

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

Diff for /src/sys/dev/ieee1394/sbp.c between version 1.12 and 1.13

version 1.12, 2006/10/12 01:31:16 version 1.13, 2006/11/16 01:32:59
Line 573  END_DEBUG
Line 573  END_DEBUG
 }  }
 #elif defined(__NetBSD__)  #elif defined(__NetBSD__)
 int  int
 sbpmatch(struct device *parent __unused, struct cfdata *cf __unused, void *aux)  sbpmatch(struct device *parent, struct cfdata *cf, void *aux)
 {  {
         struct fw_attach_args *fwa = aux;          struct fw_attach_args *fwa = aux;
   

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

CVSweb <webmaster@jp.NetBSD.org>