Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/src/rev/8db6f500623b
branches:  trunk
changeset: 495600:8db6f500623b
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Tue Aug 01 08:23:37 2000 +0000

description:
Enable rnd.

diffstat:

 sys/arch/macppc/conf/GENERIC |  8 +++-----
 1 files changed, 3 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r 9e58c25a6dd8 -r 8db6f500623b sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Tue Aug 01 08:19:39 2000 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Tue Aug 01 08:23:37 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.74 2000/07/25 02:33:30 wrstuden Exp $
+#      $NetBSD: GENERIC,v 1.75 2000/08/01 08:23:37 tsubai Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include                "arch/macppc/conf/std.macppc"
 
-#ident                 "GENERIC-$Revision: 1.74 $"
+#ident                 "GENERIC-$Revision: 1.75 $"
 
 maxusers       32
 
@@ -314,6 +314,4 @@
 #pseudo-device faith           1       # IPv[46] tcp relay translation i/f
 #pseudo-device stf             1       # 6to4 IPv6 over IPv4 encapsulation
 pseudo-device  pty             64      # pseudo-terminals
-
-# rnd is EXPERIMENTAL at this point.
-#pseudo-device rnd                     # /dev/random and in-kernel generator
+pseudo-device  rnd                     # /dev/random and in-kernel generator



Home | Main Index | Thread Index | Old Index