Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/ec07e54cafbe
branches:  trunk
changeset: 467945:ec07e54cafbe
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Wed Mar 31 14:16:20 1999 +0000

description:
Enable rnd.

diffstat:

 sys/arch/i386/conf/BIKINI                   |  4 ++--
 sys/arch/i386/conf/TRINITY                  |  4 ++--
 sys/arch/i386/conf/ZYGORTHIAN-SPACE-RAIDERS |  4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diffs (54 lines):

diff -r d38d541802cb -r ec07e54cafbe sys/arch/i386/conf/BIKINI
--- a/sys/arch/i386/conf/BIKINI Wed Mar 31 14:09:09 1999 +0000
+++ b/sys/arch/i386/conf/BIKINI Wed Mar 31 14:16:20 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: BIKINI,v 1.11 1999/03/27 11:42:12 kleink Exp $
+#      $NetBSD: BIKINI,v 1.12 1999/03/31 14:16:20 mycroft Exp $
 #      From: GENERIC,v 1.220 1999/02/16 17:46:17 abs Exp
 #
 #      BIKINI -- Mycroft's development machine
@@ -627,7 +627,7 @@
 pseudo-device  pty             64      # pseudo-terminals
 #pseudo-device tb              1       # tablet line discipline
 pseudo-device  sequencer       1       # MIDI sequencer
-#pseudo-device rnd                     # /dev/random and in-kernel generator
+pseudo-device  rnd                     # /dev/random and in-kernel generator
 #options       RND_COM                 # use "com" randomness as well (BROKEN)
 
 # a pseudo device needed for Coda      # also needs CODA (above)
diff -r d38d541802cb -r ec07e54cafbe sys/arch/i386/conf/TRINITY
--- a/sys/arch/i386/conf/TRINITY        Wed Mar 31 14:09:09 1999 +0000
+++ b/sys/arch/i386/conf/TRINITY        Wed Mar 31 14:16:20 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: TRINITY,v 1.81 1999/03/27 11:42:13 kleink Exp $
+#      $NetBSD: TRINITY,v 1.82 1999/03/31 14:16:20 mycroft Exp $
 #      From: GENERIC,v 1.220 1999/02/16 17:46:17 abs Exp
 #
 #      TRINITY -- Mycroft's laptop
@@ -628,7 +628,7 @@
 #pseudo-device sequencer       1       # MIDI sequencer
 
 # rnd works; RND_COM does not on port i386 yet.
-#pseudo-device rnd                     # /dev/random and in-kernel generator
+pseudo-device  rnd                     # /dev/random and in-kernel generator
 #options       RND_COM                 # use "com" randomness as well (BROKEN)
 
 # a pseudo device needed for Coda      # also needs CODA (above)
diff -r d38d541802cb -r ec07e54cafbe sys/arch/i386/conf/ZYGORTHIAN-SPACE-RAIDERS
--- a/sys/arch/i386/conf/ZYGORTHIAN-SPACE-RAIDERS       Wed Mar 31 14:09:09 1999 +0000
+++ b/sys/arch/i386/conf/ZYGORTHIAN-SPACE-RAIDERS       Wed Mar 31 14:16:20 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ZYGORTHIAN-SPACE-RAIDERS,v 1.8 1999/03/27 11:42:13 kleink Exp $
+#      $NetBSD: ZYGORTHIAN-SPACE-RAIDERS,v 1.9 1999/03/31 14:16:20 mycroft Exp $
 #      From: GENERIC,v 1.220 1999/02/16 17:46:17 abs Exp
 #
 #      GENERIC -- everything that's currently supported
@@ -627,7 +627,7 @@
 #pseudo-device tb              1       # tablet line discipline
 pseudo-device  sequencer       1       # MIDI sequencer
 
-#pseudo-device rnd                     # /dev/random and in-kernel generator
+pseudo-device  rnd                     # /dev/random and in-kernel generator
 #options       RND_COM                 # use "com" randomness as well (BROKEN)
 
 # a pseudo device needed for Coda      # also needs CODA (above)



Home | Main Index | Thread Index | Old Index