Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/d7fbefa3aa81
branches:  trunk
changeset: 467953:d7fbefa3aa81
user:      minoura <minoura%NetBSD.org@localhost>
date:      Wed Mar 31 15:38:32 1999 +0000

description:
Enable rnd.

diffstat:

 sys/arch/x68k/conf/GENERIC  |  7 ++-----
 sys/arch/x68k/conf/SMALL    |  5 +----
 sys/arch/x68k/conf/TOKOCHAN |  7 ++-----
 sys/arch/x68k/conf/ZSCONS   |  7 ++-----
 4 files changed, 7 insertions(+), 19 deletions(-)

diffs (87 lines):

diff -r 704626f2ce5f -r d7fbefa3aa81 sys/arch/x68k/conf/GENERIC
--- a/sys/arch/x68k/conf/GENERIC        Wed Mar 31 15:38:06 1999 +0000
+++ b/sys/arch/x68k/conf/GENERIC        Wed Mar 31 15:38:32 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.30 1999/03/24 06:06:12 mrg Exp $
+#      $NetBSD: GENERIC,v 1.31 1999/03/31 15:38:32 minoura Exp $
 
 #
 #      GENERIC
@@ -292,11 +292,8 @@
 ## like, though 256 is more or less the upper limit.  Increasing this
 ## number still requires you to run /dev/MAKEDEV to create the files
 ## for the ptys.
-
 pseudo-device  pty             32      # pseudo-ttys (for network, etc.)
 
 ## Random device, used to implement /dev/random (a source of random noise),
 ## and generate randomness for some kernel formulae.
-## THIS DEVICE IS EXPERIMENTAL; use at your own risk.
-
-#pseudo-device rnd
+pseudo-device  rnd
diff -r 704626f2ce5f -r d7fbefa3aa81 sys/arch/x68k/conf/SMALL
--- a/sys/arch/x68k/conf/SMALL  Wed Mar 31 15:38:06 1999 +0000
+++ b/sys/arch/x68k/conf/SMALL  Wed Mar 31 15:38:32 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: SMALL,v 1.16 1999/03/24 06:06:12 mrg Exp $
+#      $NetBSD: SMALL,v 1.17 1999/03/31 15:38:32 minoura Exp $
 
 #
 #      SMALL -- works with a small memory, e.g. 4MB
@@ -292,11 +292,8 @@
 ## like, though 256 is more or less the upper limit.  Increasing this
 ## number still requires you to run /dev/MAKEDEV to create the files
 ## for the ptys.
-
 pseudo-device  pty             8       # pseudo-ttys (for network, etc.)
 
 ## Random device, used to implement /dev/random (a source of random noise),
 ## and generate randomness for some kernel formulae.
-## THIS DEVICE IS EXPERIMENTAL; use at your own risk.
-
 #pseudo-device rnd
diff -r 704626f2ce5f -r d7fbefa3aa81 sys/arch/x68k/conf/TOKOCHAN
--- a/sys/arch/x68k/conf/TOKOCHAN       Wed Mar 31 15:38:06 1999 +0000
+++ b/sys/arch/x68k/conf/TOKOCHAN       Wed Mar 31 15:38:32 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: TOKOCHAN,v 1.4 1999/03/24 06:06:12 mrg Exp $
+#      $NetBSD: TOKOCHAN,v 1.5 1999/03/31 15:38:33 minoura Exp $
 
 #
 #      TOKOCHAN -- Believe in the BSD power; Toko to issyo-ni make all!
@@ -296,11 +296,8 @@
 ## like, though 256 is more or less the upper limit.  Increasing this
 ## number still requires you to run /dev/MAKEDEV to create the files
 ## for the ptys.
-
 pseudo-device  pty             16      # pseudo-ttys (for network, etc.)
 
 ## Random device, used to implement /dev/random (a source of random noise),
 ## and generate randomness for some kernel formulae.
-## THIS DEVICE IS EXPERIMENTAL; use at your own risk.
-
-#pseudo-device rnd
+pseudo-device  rnd
diff -r 704626f2ce5f -r d7fbefa3aa81 sys/arch/x68k/conf/ZSCONS
--- a/sys/arch/x68k/conf/ZSCONS Wed Mar 31 15:38:06 1999 +0000
+++ b/sys/arch/x68k/conf/ZSCONS Wed Mar 31 15:38:32 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: ZSCONS,v 1.4 1999/03/24 06:06:12 mrg Exp $
+#      $NetBSD: ZSCONS,v 1.5 1999/03/31 15:38:33 minoura Exp $
 
 #
 #      ZSCONS -- like GENERIC, but use zs console.
@@ -292,11 +292,8 @@
 ## like, though 256 is more or less the upper limit.  Increasing this
 ## number still requires you to run /dev/MAKEDEV to create the files
 ## for the ptys.
-
 pseudo-device  pty             32      # pseudo-ttys (for network, etc.)
 
 ## Random device, used to implement /dev/random (a source of random noise),
 ## 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