Source-Changes-HG archive

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

[src/netbsd-1-4]: src/sys/arch/mac68k/conf Pull up revision 1.101 (requested ...



details:   https://anonhg.NetBSD.org/src/rev/2ce7a94f51b6
branches:  netbsd-1-4
changeset: 470680:2ce7a94f51b6
user:      he <he%NetBSD.org@localhost>
date:      Tue Jun 27 15:15:16 2000 +0000

description:
Pull up revision 1.101 (requested by fredb):
  Enable rnd pseudo-device in mac68k GENERIC kernel.

diffstat:

 sys/arch/mac68k/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 29391fc758a7 -r 2ce7a94f51b6 sys/arch/mac68k/conf/GENERIC
--- a/sys/arch/mac68k/conf/GENERIC      Tue Jun 27 15:12:52 2000 +0000
+++ b/sys/arch/mac68k/conf/GENERIC      Tue Jun 27 15:15:16 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.85.4.3 2000/06/03 14:45:31 he Exp $
+#      $NetBSD: GENERIC,v 1.85.4.4 2000/06/27 15:15:16 he Exp $
 #
 # GENERIC
 
@@ -228,6 +228,6 @@
 pseudo-device  pty             64      # pseudo-terminals
 #pseudo-device tb              1       # tablet line discipline
 
-# rnd is EXPERIMENTAL at this point.
-#pseudo-device rnd                     # /dev/random and in-kernel generator
+# random number generator pseudo-device
+pseudo-device  rnd                     # /dev/random and in-kernel generator
 #options       RND_COM                 # use "com" randomness as well (BROKEN)



Home | Main Index | Thread Index | Old Index