Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch Enable rnd.



details:   https://anonhg.NetBSD.org/src/rev/bd4000ba60db
branches:  trunk
changeset: 467948:bd4000ba60db
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Wed Mar 31 14:29:33 1999 +0000

description:
Enable rnd.

diffstat:

 sys/arch/alpha/conf/ENIWETOK     |  4 ++--
 sys/arch/sparc/conf/BILL-THE-CAT |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (31 lines):

diff -r 92f311c32f74 -r bd4000ba60db sys/arch/alpha/conf/ENIWETOK
--- a/sys/arch/alpha/conf/ENIWETOK      Wed Mar 31 14:22:21 1999 +0000
+++ b/sys/arch/alpha/conf/ENIWETOK      Wed Mar 31 14:29:33 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ENIWETOK,v 1.9 1999/03/29 06:16:34 mycroft Exp $
+# $NetBSD: ENIWETOK,v 1.10 1999/03/31 14:29:33 mycroft Exp $
 # From: GENERIC,v 1.108 1999/01/06 23:42:27 thorpej Exp
 #
 # Mycroft's AS200.
@@ -337,5 +337,5 @@
 pseudo-device  sequencer       1       # MIDI sequencer
 
 # rnd is EXPERIMENTAL
-#pseudo-device rnd                     # /dev/random and in-kernel generator
+pseudo-device  rnd                     # /dev/random and in-kernel generator
 #options       RND_COM                 # use "com" randomness too
diff -r 92f311c32f74 -r bd4000ba60db sys/arch/sparc/conf/BILL-THE-CAT
--- a/sys/arch/sparc/conf/BILL-THE-CAT  Wed Mar 31 14:22:21 1999 +0000
+++ b/sys/arch/sparc/conf/BILL-THE-CAT  Wed Mar 31 14:29:33 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: BILL-THE-CAT,v 1.1 1999/01/21 10:06:03 mycroft Exp $
+#      $NetBSD: BILL-THE-CAT,v 1.2 1999/03/31 14:29:58 mycroft Exp $
 #      From: GENERIC,v 1.76 1999/01/17 20:45:26 pk Exp
 
 include "arch/sparc/conf/std.sparc"
@@ -532,4 +532,4 @@
 ## and generate randomness for some kernel formulae.
 ## THIS DEVICE IS EXPERIMENTAL; use at your own risk.
 
-#pseudo-device rnd
+pseudo-device  rnd



Home | Main Index | Thread Index | Old Index