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/5a51a1982869
branches: netbsd-1-5
changeset: 489669:5a51a1982869
user: itojun <itojun%NetBSD.org@localhost>
date: Wed Oct 04 08:24:25 2000 +0000
description:
pullup (approved by releng-1-5)
enable rnd device. they are now mandatory for ssh/sshd support,
so it makes more sense to enable it.
please disable them if there's any issues, but in that case, in-tree
ssh/sshd won't work.
cvs rdiff -r1.166 -r1.167 syssrc/sys/arch/alpha/conf/GENERIC
cvs rdiff -r1.149 -r1.150 syssrc/sys/arch/amiga/conf/GENERIC
cvs rdiff -r1.11 -r1.12 syssrc/sys/arch/arm26/conf/GENERIC
cvs rdiff -r1.72 -r1.73 syssrc/sys/arch/atari/conf/GENERIC
cvs rdiff -r1.60 -r1.61 syssrc/sys/arch/hp300/conf/GENERIC
cvs rdiff -r1.10 -r1.11 syssrc/sys/arch/luna68k/conf/GENERIC
cvs rdiff -r1.35 -r1.36 syssrc/sys/arch/next68k/conf/GENERIC
cvs rdiff -r1.32 -r1.33 syssrc/sys/arch/ofppc/conf/GENERIC
cvs rdiff -r1.73 -r1.74 syssrc/sys/arch/sun3/conf/GENERIC
cvs rdiff -r1.80 -r1.81 syssrc/sys/arch/vax/conf/GENERIC
cvs rdiff -r1.52 -r1.53 syssrc/sys/arch/x68k/conf/GENERIC
diffstat:
sys/arch/alpha/conf/GENERIC | 6 +++---
sys/arch/amiga/conf/GENERIC | 6 +++---
sys/arch/arm26/conf/GENERIC | 4 ++--
sys/arch/atari/conf/GENERIC | 6 +++---
sys/arch/hp300/conf/GENERIC | 6 +++---
sys/arch/luna68k/conf/GENERIC | 6 +++---
sys/arch/macppc/conf/GENERIC | 6 +++---
sys/arch/next68k/conf/GENERIC | 6 +++---
sys/arch/ofppc/conf/GENERIC | 6 +++---
sys/arch/sun3/conf/GENERIC | 6 +++---
sys/arch/vax/conf/GENERIC | 6 +++---
sys/arch/x68k/conf/GENERIC | 6 +++---
12 files changed, 35 insertions(+), 35 deletions(-)
diffs (290 lines):
diff -r 4d4c883c606a -r 5a51a1982869 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC Wed Oct 04 06:46:16 2000 +0000
+++ b/sys/arch/alpha/conf/GENERIC Wed Oct 04 08:24:25 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.157.2.4 2000/08/11 20:17:56 mason Exp $
+# $NetBSD: GENERIC,v 1.157.2.5 2000/10/04 08:24:25 itojun Exp $
#
# Generic Alpha kernel. Enough to get booted, etc., but not much more.
#
@@ -6,7 +6,7 @@
include "arch/alpha/conf/std.alpha"
-#ident "GENERIC-$Revision: 1.157.2.4 $"
+#ident "GENERIC-$Revision: 1.157.2.5 $"
maxusers 32
@@ -434,5 +434,5 @@
pseudo-device sequencer 1 # MIDI sequencer
# rnd is EXPERIMENTAL
-#pseudo-device rnd # /dev/random and in-kernel generator
+pseudo-device rnd # /dev/random and in-kernel generator
#options RND_COM # use "com" randomness too
diff -r 4d4c883c606a -r 5a51a1982869 sys/arch/amiga/conf/GENERIC
--- a/sys/arch/amiga/conf/GENERIC Wed Oct 04 06:46:16 2000 +0000
+++ b/sys/arch/amiga/conf/GENERIC Wed Oct 04 08:24:25 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.143.2.3 2000/08/11 20:18:00 mason Exp $
+# $NetBSD: GENERIC,v 1.143.2.4 2000/10/04 08:24:25 itojun Exp $
#
#if 0
@@ -16,7 +16,7 @@
include "arch/amiga/conf/std.amiga"
-#ident "GENERIC-$Revision: 1.143.2.3 $"
+#ident "GENERIC-$Revision: 1.143.2.4 $"
maxusers 8
options RTC_OFFSET=0
@@ -449,7 +449,7 @@
#options RAID_AUTOCONFIG # auto-configuration of RAID components
# rnd is EXPERIMENTAL at this point.
-#pseudo-device rnd # /dev/random and in-kernel generator
+pseudo-device rnd # /dev/random and in-kernel generator
#options RND_COM # use "com" randomness as well (BROKEN)
config netbsd root on ? type ?
diff -r 4d4c883c606a -r 5a51a1982869 sys/arch/arm26/conf/GENERIC
--- a/sys/arch/arm26/conf/GENERIC Wed Oct 04 06:46:16 2000 +0000
+++ b/sys/arch/arm26/conf/GENERIC Wed Oct 04 08:24:25 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.2.2.3 2000/08/11 20:18:01 mason Exp $
+# $NetBSD: GENERIC,v 1.2.2.4 2000/10/04 08:24:26 itojun Exp $
# GENERIC arm26 configuration -- everything I've implemented so far
@@ -162,5 +162,5 @@
pseudo-device wsmux 2 # keyboard/mouse multiplexor
# rnd is EXPERIMENTAL
-#pseudo-device rnd # /dev/random and in-kernel generator
+pseudo-device rnd # /dev/random and in-kernel generator
diff -r 4d4c883c606a -r 5a51a1982869 sys/arch/atari/conf/GENERIC
--- a/sys/arch/atari/conf/GENERIC Wed Oct 04 06:46:16 2000 +0000
+++ b/sys/arch/atari/conf/GENERIC Wed Oct 04 08:24:25 2000 +0000
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC,v 1.66.2.2 2000/08/11 20:18:02 mason Exp $
+# $NetBSD: GENERIC,v 1.66.2.3 2000/10/04 08:24:26 itojun Exp $
#
# Generic atari
#
@@ -8,7 +8,7 @@
include "arch/atari/conf/std.atari"
-#ident "GENERIC-$Revision: 1.66.2.2 $"
+#ident "GENERIC-$Revision: 1.66.2.3 $"
#
# Add support for about 16 users. This variable is used to size
@@ -174,7 +174,7 @@
pseudo-device md 2 # Boot memory disk
pseudo-device ipfilter # IP filtering device
# rnd is EXPERIMENTAL
-#pseudo-device rnd # /dev/random and in-kernel generator
+pseudo-device rnd # /dev/random and in-kernel generator
#
# The following sections describe various hardware options.
diff -r 4d4c883c606a -r 5a51a1982869 sys/arch/hp300/conf/GENERIC
--- a/sys/arch/hp300/conf/GENERIC Wed Oct 04 06:46:16 2000 +0000
+++ b/sys/arch/hp300/conf/GENERIC Wed Oct 04 08:24:25 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.55.2.2 2000/08/11 20:18:03 mason Exp $
+# $NetBSD: GENERIC,v 1.55.2.3 2000/10/04 08:24:26 itojun Exp $
#
# Generic kernel - one size fits all.
#
@@ -6,7 +6,7 @@
# Include attributes common to all hp300s
include "arch/hp300/conf/std.hp300"
-#ident "GENERIC-$Revision: 1.55.2.2 $"
+#ident "GENERIC-$Revision: 1.55.2.3 $"
# Support for various CPU types
options HP320
@@ -191,4 +191,4 @@
#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
diff -r 4d4c883c606a -r 5a51a1982869 sys/arch/luna68k/conf/GENERIC
--- a/sys/arch/luna68k/conf/GENERIC Wed Oct 04 06:46:16 2000 +0000
+++ b/sys/arch/luna68k/conf/GENERIC Wed Oct 04 08:24:25 2000 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: GENERIC,v 1.5.2.2 2000/08/11 20:18:03 mason Exp $
+# $NetBSD: GENERIC,v 1.5.2.3 2000/10/04 08:24:26 itojun Exp $
#
# GENERIC LUNA68K
#
include "arch/luna68k/conf/std.luna68k"
-#ident "GENERIC-$Revision: 1.5.2.2 $"
+#ident "GENERIC-$Revision: 1.5.2.3 $"
maxusers 8
@@ -134,5 +134,5 @@
#pseudo-device vnd 2 # disk-like interface to files
# rnd is EXPERIMENTAL
-#pseudo-device rnd # /dev/random and in-kernel generator
+pseudo-device rnd # /dev/random and in-kernel generator
#options RND_COM # use "com" randomness too
diff -r 4d4c883c606a -r 5a51a1982869 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC Wed Oct 04 06:46:16 2000 +0000
+++ b/sys/arch/macppc/conf/GENERIC Wed Oct 04 08:24:25 2000 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: GENERIC,v 1.70.2.1 2000/06/23 14:36:11 fvdl Exp $
+# $NetBSD: GENERIC,v 1.70.2.2 2000/10/04 08:24:27 itojun Exp $
#
# GENERIC -- everything that's currently supported
#
include "arch/macppc/conf/std.macppc"
-#ident "GENERIC-$Revision: 1.70.2.1 $"
+#ident "GENERIC-$Revision: 1.70.2.2 $"
maxusers 32
@@ -284,4 +284,4 @@
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
diff -r 4d4c883c606a -r 5a51a1982869 sys/arch/next68k/conf/GENERIC
--- a/sys/arch/next68k/conf/GENERIC Wed Oct 04 06:46:16 2000 +0000
+++ b/sys/arch/next68k/conf/GENERIC Wed Oct 04 08:24:25 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.30.2.1 2000/06/23 14:36:12 fvdl Exp $
+# $NetBSD: GENERIC,v 1.30.2.2 2000/10/04 08:24:27 itojun Exp $
#
# GENERIC next68k
#
@@ -6,7 +6,7 @@
include "arch/next68k/conf/std.next68k"
-#ident "GENERIC-$Revision: 1.30.2.1 $"
+#ident "GENERIC-$Revision: 1.30.2.2 $"
# Needs to be set per system. i.e change these as you see fit
maxusers 16
@@ -188,7 +188,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 wsmux 2 # mouse & keyboard multiplexor
pseudo-device pty 64 # pseudo-terminals
diff -r 4d4c883c606a -r 5a51a1982869 sys/arch/ofppc/conf/GENERIC
--- a/sys/arch/ofppc/conf/GENERIC Wed Oct 04 06:46:16 2000 +0000
+++ b/sys/arch/ofppc/conf/GENERIC Wed Oct 04 08:24:25 2000 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: GENERIC,v 1.27.2.2 2000/08/11 20:18:06 mason Exp $
+# $NetBSD: GENERIC,v 1.27.2.3 2000/10/04 08:24:27 itojun Exp $
#
# First try for PPC config file
#
include "arch/ofppc/conf/std.ofppc"
-#ident "GENERIC-$Revision: 1.27.2.2 $"
+#ident "GENERIC-$Revision: 1.27.2.3 $"
maxusers 32
@@ -86,5 +86,5 @@
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
# rnd is EXPERIMENTAL
-#pseudo-device rnd # /dev/random and in-kernel generator
+pseudo-device rnd # /dev/random and in-kernel generator
#pseudo-device gre 2 # generic L3 over IP tunnel
diff -r 4d4c883c606a -r 5a51a1982869 sys/arch/sun3/conf/GENERIC
--- a/sys/arch/sun3/conf/GENERIC Wed Oct 04 06:46:16 2000 +0000
+++ b/sys/arch/sun3/conf/GENERIC Wed Oct 04 08:24:25 2000 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: GENERIC,v 1.68.2.2 2000/08/11 20:18:09 mason Exp $
+# $NetBSD: GENERIC,v 1.68.2.3 2000/10/04 08:24:27 itojun Exp $
# GENERIC Sun3 (3/50, 3/60, 3/110, 3/160, 3/260, 3/E)
# Supports root on: ie0, le0, sd*, ...
include "arch/sun3/conf/std.sun3"
-#ident "GENERIC-$Revision: 1.68.2.2 $"
+#ident "GENERIC-$Revision: 1.68.2.3 $"
# Machines to be supported by this kernel
options FPU_EMULATE
@@ -212,7 +212,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 64 # pseudo-terminals
pseudo-device vnd 4 # paging to files
diff -r 4d4c883c606a -r 5a51a1982869 sys/arch/vax/conf/GENERIC
--- a/sys/arch/vax/conf/GENERIC Wed Oct 04 06:46:16 2000 +0000
+++ b/sys/arch/vax/conf/GENERIC Wed Oct 04 08:24:25 2000 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: GENERIC,v 1.71.2.5 2000/08/26 05:26:44 matt Exp $
+# $NetBSD: GENERIC,v 1.71.2.6 2000/10/04 08:24:27 itojun Exp $
#
# GENERIC VAX configuration file; all supported devices.
#
include "arch/vax/conf/std.vax"
-#ident "GENERIC-$Revision: 1.71.2.5 $"
+#ident "GENERIC-$Revision: 1.71.2.6 $"
# Here are all different supported CPU types listed.
options "VAX8600"
@@ -216,4 +216,4 @@
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
# rnd is EXPERIMENTAL
-#pseudo-device rnd # /dev/random and in-kernel generator
+pseudo-device rnd # /dev/random and in-kernel generator
diff -r 4d4c883c606a -r 5a51a1982869 sys/arch/x68k/conf/GENERIC
--- a/sys/arch/x68k/conf/GENERIC Wed Oct 04 06:46:16 2000 +0000
+++ b/sys/arch/x68k/conf/GENERIC Wed Oct 04 08:24:25 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.46.2.3 2000/08/11 20:18:10 mason Exp $
+# $NetBSD: GENERIC,v 1.46.2.4 2000/10/04 08:24:28 itojun Exp $
#
# GENERIC
@@ -6,7 +6,7 @@
include "arch/x68k/conf/std.x68k"
-#ident "GENERIC-$Revision: 1.46.2.3 $"
+#ident "GENERIC-$Revision: 1.46.2.4 $"
maxusers 8
@@ -314,4 +314,4 @@
## Random device, used to implement /dev/random (a source of random noise),
## and generate randomness for some kernel formulae.
-#pseudo-device rnd
+pseudo-device rnd
Home |
Main Index |
Thread Index |
Old Index