Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mac68k/conf Enable "rnd" pseudo-device. It's no lon...
details: https://anonhg.NetBSD.org/src/rev/b0ee14882a67
branches: trunk
changeset: 487702:b0ee14882a67
user: fredb <fredb%NetBSD.org@localhost>
date: Sun Jun 11 18:09:34 2000 +0000
description:
Enable "rnd" pseudo-device. It's no longer experimental, and works just
fine on mac68k.
diffstat:
sys/arch/mac68k/conf/GENERIC | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (25 lines):
diff -r 6b9999f8ed38 -r b0ee14882a67 sys/arch/mac68k/conf/GENERIC
--- a/sys/arch/mac68k/conf/GENERIC Sun Jun 11 17:30:00 2000 +0000
+++ b/sys/arch/mac68k/conf/GENERIC Sun Jun 11 18:09:34 2000 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: GENERIC,v 1.100 2000/04/19 06:50:32 itojun Exp $
+# $NetBSD: GENERIC,v 1.101 2000/06/11 18:09:34 fredb Exp $
#
# GENERIC
include "arch/mac68k/conf/std.mac68k"
-#ident "GENERIC-$Revision: 1.100 $"
+#ident "GENERIC-$Revision: 1.101 $"
maxusers 16 # estimated number of users
@@ -269,6 +269,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