[BACK]Return to if_smap.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / playstation2 / 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/playstation2/dev/if_smap.c between version 1.16 and 1.17

version 1.16, 2014/06/29 11:18:40 version 1.17, 2014/08/10 16:44:34
Line 260  smap_attach(struct device *parent, struc
Line 260  smap_attach(struct device *parent, struc
   
 #if NRND > 0  #if NRND > 0
         rnd_attach_source(&sc->rnd_source, DEVNAME,          rnd_attach_source(&sc->rnd_source, DEVNAME,
             RND_TYPE_NET, 0);              RND_TYPE_NET, RND_FLAG_DEFAULT);
 #endif  #endif
 }  }
   

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

CVSweb <webmaster@jp.NetBSD.org>