diff options
| author | Mark Murray <markm@FreeBSD.org> | 2000-11-25 18:00:54 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2000-11-25 18:00:54 +0000 |
| commit | caccf5c4004d8518d62fb40b38d53133af4c4bcb (patch) | |
| tree | 8745f742db75f83b7f0298ba073ce0b810b18776 | |
| parent | 24242537f876d200ddb557b23a343e86dc3e4e1c (diff) | |
Notes
| -rw-r--r-- | sys/dev/random/yarrow.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/random/yarrow.h b/sys/dev/random/yarrow.h index f045abf1355d..9904d24bdab6 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 */ |
