Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/sys/arch pullup (approved by releng-1-5)
details: https://anonhg.NetBSD.org/src/rev/7c1463b2eff5
branches: netbsd-1-5
changeset: 489675:7c1463b2eff5
user: itojun <itojun%NetBSD.org@localhost>
date: Thu Oct 05 00:04:07 2000 +0000
description:
pullup (approved by releng-1-5)
enable rnd(4).
> cvs rdiff -r1.33 -r1.34 syssrc/sys/arch/sun3/conf/GENERIC3X
> cvs rdiff -r1.33 -r1.34 syssrc/sys/arch/bebox/conf/GENERIC
> cvs rdiff -r1.14 -r1.15 syssrc/sys/arch/mvme68k/conf/GENERIC
diffstat:
sys/arch/bebox/conf/GENERIC | 8 ++++++--
sys/arch/mvme68k/conf/GENERIC | 8 ++++++--
sys/arch/sun3/conf/GENERIC3X | 4 ++--
3 files changed, 14 insertions(+), 6 deletions(-)
diffs (71 lines):
diff -r a84e8be25dbb -r 7c1463b2eff5 sys/arch/bebox/conf/GENERIC
--- a/sys/arch/bebox/conf/GENERIC Wed Oct 04 18:09:32 2000 +0000
+++ b/sys/arch/bebox/conf/GENERIC Thu Oct 05 00:04:07 2000 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: GENERIC,v 1.28.2.2 2000/08/11 20:18:02 mason Exp $
+# $NetBSD: GENERIC,v 1.28.2.3 2000/10/05 00:04:08 itojun Exp $
#
# First try for BEBOX config file
#
include "arch/bebox/conf/std.bebox"
-#ident "GENERIC-$Revision: 1.28.2.2 $"
+#ident "GENERIC-$Revision: 1.28.2.3 $"
maxusers 32
@@ -72,6 +72,10 @@
#pseudo-device gre 2 # generic L3 over IP tunnel
pseudo-device wsmux 2
+# random number generator pseudo-device
+pseudo-device rnd # /dev/random and in-kernel generator
+#options RND_COM # use "com" randomness as well (BROKEN)
+
#
# device
#
diff -r a84e8be25dbb -r 7c1463b2eff5 sys/arch/mvme68k/conf/GENERIC
--- a/sys/arch/mvme68k/conf/GENERIC Wed Oct 04 18:09:32 2000 +0000
+++ b/sys/arch/mvme68k/conf/GENERIC Thu Oct 05 00:04:07 2000 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: GENERIC,v 1.8.2.2 2000/08/11 20:18:04 mason Exp $
+# $NetBSD: GENERIC,v 1.8.2.3 2000/10/05 00:04:07 itojun Exp $
include "arch/mvme68k/conf/std.mvme68k"
-#ident "GENERIC-$Revision: 1.8.2.2 $"
+#ident "GENERIC-$Revision: 1.8.2.3 $"
# Boards this kernel supports
options MVME147
@@ -67,6 +67,10 @@
pseudo-device pty 64 # pseudo-terminals
pseudo-device vnd 2
+# random number generator pseudo-device
+pseudo-device rnd # /dev/random and in-kernel generator
+#options RND_COM # use "com" randomness as well (BROKEN)
+
mainbus0 at root
# MVME147 specific devices
diff -r a84e8be25dbb -r 7c1463b2eff5 sys/arch/sun3/conf/GENERIC3X
--- a/sys/arch/sun3/conf/GENERIC3X Wed Oct 04 18:09:32 2000 +0000
+++ b/sys/arch/sun3/conf/GENERIC3X Thu Oct 05 00:04:07 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC3X,v 1.32 2000/06/14 22:02:41 veego Exp $
+# $NetBSD: GENERIC3X,v 1.32.2.1 2000/10/05 00:04:08 itojun Exp $
# GENERIC Sun3X (3/80, 3/470)
# Supports root on: ie0, le0, sd*, ...
@@ -216,7 +216,7 @@
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
#pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
# rnd is EXPERIMENTAL
-#pseudo-device rnd # /dev/random and in-kernel generator
+pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device pty 32 # pseudo-terminals
pseudo-device vnd 4 # paging to files
Home |
Main Index |
Thread Index |
Old Index