Subject: Re: CVS commit: syssrc
To: Michael Graff <explorer@flame.org>
From: Jason R Thorpe <thorpej@zembu.com>
List: source-changes
Date: 10/16/2000 10:00:20
On Sun, Oct 15, 2000 at 06:09:13PM -0700, Michael Graff wrote:

 > 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?

Itojun and I are currently working on a generic kernel API to handle
these types of boards.

Please be patient :-)

 > 
 > --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.
 > 

-- 
        -- Jason R. Thorpe <thorpej@zembu.com>