Subject: Re: CVS commit: syssrc/sys/dev/pci
To: None <itojun@netbsd.org>
From: enami tsugutomo <enami@sm.sony.co.jp>
List: source-changes
Date: 08/21/2002 13:21:45
Jun-ichiro itojun Hagino <itojun@netbsd.org> writes:

> Module Name:	syssrc
> Committed By:	itojun
> Date:		Tue Aug 20 00:35:47 UTC 2002
> 
> Modified Files:
> 	syssrc/sys/dev/pci: if_sip.c
> 
> Log Message:
> attach random number source.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.64 -r1.65 syssrc/sys/dev/pci/if_sip.c

You are calling rnd_add_uint32() within the loop in interrupt routine
but does the clock spent in each iteration so vary?

enami.