Subject: CVS commit: src/sys/dev/pci
To: None <source-changes@NetBSD.org>
From: Thor Lancelot Simon <tls@netbsd.org>
List: source-changes
Date: 08/12/2003 09:46:48
Module Name:	src
Committed By:	tls
Date:		Tue Aug 12 09:46:48 UTC 2003

Modified Files:
	src/sys/dev/pci: amdpm.c

Log Message:
Remove RND_FLAG_NO_ESTIMATE and comment claiming we can't estimate (which
means "count", in this context) the entropy we're adding because we poll the
device periodically.  Sure, we poll it periodically, but it's a hardware
RNG -- the data returned should be random no matter when we read the
register!


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sys/dev/pci/amdpm.c

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