summaryrefslogtreecommitdiffstats
path: root/sys/dev/random
diff options
context:
space:
mode:
authormarkm <markm@FreeBSD.org>2000-11-25 18:00:54 +0000
committermarkm <markm@FreeBSD.org>2000-11-25 18:00:54 +0000
commitcad5a0b6850de5fd5f30e60d61d0101ca92d3daa (patch)
tree7724bbd98bbc7172c67a0e638ce82dc77b867e83 /sys/dev/random
parent75a7091fcee84a45e21f9158f7df05c012d6271a (diff)
downloadFreeBSD-src-cad5a0b6850de5fd5f30e60d61d0101ca92d3daa.zip
FreeBSD-src-cad5a0b6850de5fd5f30e60d61d0101ca92d3daa.tar.gz
More comment changing. Keep documentation in one place.
Diffstat (limited to 'sys/dev/random')
-rw-r--r--sys/dev/random/yarrow.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/random/yarrow.h b/sys/dev/random/yarrow.h
index f045abf..9904d24 100644
--- a/sys/dev/random/yarrow.h
+++ b/sys/dev/random/yarrow.h
@@ -27,10 +27,8 @@
*/
/* #define ENTROPYSOURCE nn entropy sources (actually classes)
- * The entropy classes will as follows:
- * 0 - Direct write
- * 1 - Keyboard
- * 2 - Mouse
+ * This is properly defined in
+ * an enum in sys/random.h
*/
#define ENTROPYBIN 256 /* buckets to harvest entropy events */
OpenPOWER on IntegriCloud