From cad5a0b6850de5fd5f30e60d61d0101ca92d3daa Mon Sep 17 00:00:00 2001 From: markm Date: Sat, 25 Nov 2000 18:00:54 +0000 Subject: More comment changing. Keep documentation in one place. --- sys/dev/random/yarrow.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'sys/dev') 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 */ -- cgit v1.1