Subject: Re: CVS commit: syssrc
To: None <itojun@netbsd.org>
From: Michael Graff <explorer@flame.org>
List: source-changes
Date: 10/15/2000 18:09:13
This should be integrated into rnd(4) somehow...

Perhaps a list of high-quality random sources with a method to reseed
from them in some way?

--Michael

Jun-ichiro itojun Hagino <itojun@netbsd.org> writes:

> Module Name:	syssrc
> Committed By:	itojun
> Date:		Thu Oct 12 02:59:59 UTC 2000
> 
> Modified Files:
> 	syssrc/sys/dev/pci: files.pci
> Added Files:
> 	syssrc/sys/dev/pci: hifn7751.c hifn7751reg.h hifn7751var.h
> 
> Log Message:
> hifn7751 crypto card driver.  from openbsd.
> does nothing useful at this moment - initailize the chip, that's all.
> TODO: crypto logic framework in kernel (see openbsd sys/crypto)
> TODO: ipsec frontend (need major rework in ipsec tree - should start with busywait)
> TODO: character device frontend
> 
> 
> To generate a diff of this commit:
> cvs rdiff -r1.101 -r1.102 syssrc/sys/dev/pci/files.pci
> cvs rdiff -r0 -r1.1 syssrc/sys/dev/pci/hifn7751.c \
>     syssrc/sys/dev/pci/hifn7751reg.h syssrc/sys/dev/pci/hifn7751var.h
> 
> Please note that diffs are not public domain; they are subject to the
> copyright notices on the relevant files.