diff --git a/sys/arch/alpha/conf/INSTALL b/sys/arch/alpha/conf/INSTALL index 8bb4a1b95723..0207adb17c58 100644 --- a/sys/arch/alpha/conf/INSTALL +++ b/sys/arch/alpha/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.72 2003/04/16 23:41:36 thorpej Exp $ +# $NetBSD: INSTALL,v 1.73 2003/09/06 03:25:23 itojun Exp $ # # Alpha INSTALL kernel. @@ -322,3 +322,5 @@ pseudo-device md 1 pseudo-device ppp 1 pseudo-device pty 2 # pseudo-terminals (Sysinst needs two) pseudo-device sl 1 + +pseudo-device rnd # /dev/random and in-kernel generator diff --git a/sys/arch/amd64/conf/INSTALL_ACPI b/sys/arch/amd64/conf/INSTALL_ACPI index 9c846dba34cf..8816e15a504b 100644 --- a/sys/arch/amd64/conf/INSTALL_ACPI +++ b/sys/arch/amd64/conf/INSTALL_ACPI @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL_ACPI,v 1.1 2003/05/15 14:02:00 fvdl Exp $ +# $NetBSD: INSTALL_ACPI,v 1.2 2003/09/06 03:25:24 itojun Exp $ # # GENERIC machine description file # @@ -20,7 +20,7 @@ include "arch/amd64/conf/std.amd64" -#ident "INSTALL-$Revision: 1.1 $" +#ident "INSTALL-$Revision: 1.2 $" maxusers 32 # estimated number of users @@ -606,7 +606,7 @@ pseudo-device pty # pseudo-terminals #pseudo-device tb 1 # tablet line discipline #pseudo-device sequencer 1 # MIDI sequencer # rnd works; RND_COM does not on port i386 yet. -#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) #pseudo-device clockctl # user control of clock subsystem diff --git a/sys/arch/bebox/conf/INSTALL b/sys/arch/bebox/conf/INSTALL index 3f7c03cade8e..443f492d351b 100644 --- a/sys/arch/bebox/conf/INSTALL +++ b/sys/arch/bebox/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.23 2002/09/18 02:43:56 lukem Exp $ +# $NetBSD: INSTALL,v 1.24 2003/09/06 03:25:25 itojun Exp $ # # First try for BEBOX config file # @@ -140,3 +140,5 @@ ne0 at isa? port 0x300 irq 5 # NE[12]000 ethernet cards # Joystick driver. Probe is a little strange; add only if you have one. #joy0 at isa? port 0x201 + +pseudo-device rnd # /dev/random and in-kernel generator diff --git a/sys/arch/cats/conf/INSTALL b/sys/arch/cats/conf/INSTALL index f21f72ab2a6b..3b7ed7f89ee2 100644 --- a/sys/arch/cats/conf/INSTALL +++ b/sys/arch/cats/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.27 2003/05/04 01:27:53 gmcgarry Exp $ +# $NetBSD: INSTALL,v 1.28 2003/09/06 03:25:25 itojun Exp $ # # CATSINST -- CHALTECH CATS Install kernel # @@ -439,7 +439,7 @@ pseudo-device loop # network loopback pseudo-device pty # pseudo-terminals #pseudo-device tb 1 # tablet line discipline #pseudo-device sequencer 1 # MIDI sequencer -#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) #pseudo-device vcoda 4 # coda minicache <-> venus comm. diff --git a/sys/arch/evbppc/conf/INSTALL_WALNUT b/sys/arch/evbppc/conf/INSTALL_WALNUT index 639de5824473..066452679b47 100644 --- a/sys/arch/evbppc/conf/INSTALL_WALNUT +++ b/sys/arch/evbppc/conf/INSTALL_WALNUT @@ -1,8 +1,8 @@ -# $NetBSD: INSTALL_WALNUT,v 1.2 2003/02/07 04:47:04 thorpej Exp $ +# $NetBSD: INSTALL_WALNUT,v 1.3 2003/09/06 03:25:26 itojun Exp $ include "arch/evbppc/conf/WALNUT" -#ident "INSTALL_WALNUT-$Revision: 1.2 $" +#ident "INSTALL_WALNUT-$Revision: 1.3 $" # DEBUG options turned on: @@ -22,3 +22,5 @@ options MEMORY_DISK_SERVER=0 # no userspace memory disk support ## The ramdisk size must be kept in sync manually with the size of ## the `ramdisk' image (which is built in distrib/walnut/ramdisk/ramdisk). options MEMORY_DISK_ROOT_SIZE=16384 # size of memory disk, in blocks + +pseudo-device rnd # /dev/random and in-kernel generator diff --git a/sys/arch/hp300/conf/INSTALL b/sys/arch/hp300/conf/INSTALL index 1e53e3f51df1..b21d3907b3db 100644 --- a/sys/arch/hp300/conf/INSTALL +++ b/sys/arch/hp300/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.10 2003/08/01 01:18:47 tsutsui Exp $ +# $NetBSD: INSTALL,v 1.11 2003/09/06 03:25:26 itojun Exp $ # # INSTALL machine description file # @@ -221,4 +221,4 @@ pseudo-device loop # loopback network interface #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation #pseudo-device vlan # IEEE 802.1q encapsulation #pseudo-device bridge # simple inter-network bridging -#pseudo-device rnd # /dev/random and in-kernel generator +pseudo-device rnd # /dev/random and in-kernel generator diff --git a/sys/arch/i386/conf/INSTALL b/sys/arch/i386/conf/INSTALL index f0d726a4d2a0..2734c56d9cd9 100644 --- a/sys/arch/i386/conf/INSTALL +++ b/sys/arch/i386/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.221 2003/08/07 12:06:16 soren Exp $ +# $NetBSD: INSTALL,v 1.222 2003/09/06 03:25:26 itojun Exp $ # # INSTALL - Installation kernel. # @@ -715,7 +715,7 @@ pseudo-device pty 2 # pseudo-terminals (Sysinst needs two) #pseudo-device tb 1 # tablet line discipline #pseudo-device sequencer 1 # MIDI sequencer # rnd works; RND_COM does not on port i386 yet. -#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) # a pseudo device needed for Coda # also needs CODA (above) diff --git a/sys/arch/i386/conf/INSTALL_LAPTOP b/sys/arch/i386/conf/INSTALL_LAPTOP index f6c7ffcd490f..defdf4ee6e48 100644 --- a/sys/arch/i386/conf/INSTALL_LAPTOP +++ b/sys/arch/i386/conf/INSTALL_LAPTOP @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL_LAPTOP,v 1.44 2003/06/05 14:33:51 dsl Exp $ +# $NetBSD: INSTALL_LAPTOP,v 1.45 2003/09/06 03:25:27 itojun Exp $ # # INSTALL - Installation kernel. # @@ -509,7 +509,7 @@ pseudo-device pty 2 # pseudo-terminals (Sysinst needs two) #pseudo-device tb 1 # tablet line discipline #pseudo-device sequencer 1 # MIDI sequencer # rnd works; RND_COM does not on port i386 yet. -#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) # a pseudo device needed for Coda # also needs CODA (above) diff --git a/sys/arch/i386/conf/INSTALL_SMALL b/sys/arch/i386/conf/INSTALL_SMALL index 1e15b55c5335..65f8922a12e2 100644 --- a/sys/arch/i386/conf/INSTALL_SMALL +++ b/sys/arch/i386/conf/INSTALL_SMALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL_SMALL,v 1.98 2003/06/05 14:33:51 dsl Exp $ +# $NetBSD: INSTALL_SMALL,v 1.99 2003/09/06 03:25:27 itojun Exp $ # # INSTALL_SMALL - Small Installation kernel. # @@ -489,5 +489,5 @@ pseudo-device loop # network loopback # miscellaneous pseudo-devices pseudo-device pty 2 # pseudo-terminals (Sysinst needs two) #pseudo-device tb 1 # tablet line discipline -#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) diff --git a/sys/arch/i386/conf/INSTALL_TINY b/sys/arch/i386/conf/INSTALL_TINY index d2ce603f5a8b..7fa6da3f93fb 100644 --- a/sys/arch/i386/conf/INSTALL_TINY +++ b/sys/arch/i386/conf/INSTALL_TINY @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL_TINY,v 1.71 2003/06/05 14:33:51 dsl Exp $ +# $NetBSD: INSTALL_TINY,v 1.72 2003/09/06 03:25:27 itojun Exp $ # # INSTALL_TINY - Tiny Installation kernel, suitable for 4M machines. # @@ -496,5 +496,5 @@ pseudo-device loop # network loopback # miscellaneous pseudo-devices pseudo-device pty 2 # pseudo-terminals (Sysinst needs two) #pseudo-device tb 1 # tablet line discipline -#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) diff --git a/sys/arch/mac68k/conf/INSTALL b/sys/arch/mac68k/conf/INSTALL index e09d3bf77699..cd82c5da6126 100644 --- a/sys/arch/mac68k/conf/INSTALL +++ b/sys/arch/mac68k/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.23 2003/04/10 22:06:59 christos Exp $ +# $NetBSD: INSTALL,v 1.24 2003/09/06 03:25:28 itojun Exp $ # # INSTALL @@ -194,3 +194,5 @@ pseudo-device sl 1 # Serial Line IP # miscellaneous pseudo-devices pseudo-device bpfilter 8 # Berkeley packet filter pseudo-device pty 2 # pseudo-terminals (Sysinst needs two) + +pseudo-device rnd # /dev/random and in-kernel generator diff --git a/sys/arch/mac68k/conf/INSTALLSBC b/sys/arch/mac68k/conf/INSTALLSBC index cdbb93da9eb7..1b7f016688cf 100644 --- a/sys/arch/mac68k/conf/INSTALLSBC +++ b/sys/arch/mac68k/conf/INSTALLSBC @@ -1,4 +1,4 @@ -# $NetBSD: INSTALLSBC,v 1.14 2003/04/10 22:06:59 christos Exp $ +# $NetBSD: INSTALLSBC,v 1.15 2003/09/06 03:25:28 itojun Exp $ # # INSTALLSBC @@ -194,3 +194,5 @@ pseudo-device sl 1 # Serial Line IP # miscellaneous pseudo-devices pseudo-device bpfilter 8 # Berkeley packet filter pseudo-device pty 2 # pseudo-terminals (Sysinst needs two) + +pseudo-device rnd # /dev/random and in-kernel generator diff --git a/sys/arch/macppc/conf/INSTALL b/sys/arch/macppc/conf/INSTALL index b254c0b86318..0b4d2166089e 100644 --- a/sys/arch/macppc/conf/INSTALL +++ b/sys/arch/macppc/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.65 2002/09/28 20:22:33 dbj Exp $ +# $NetBSD: INSTALL,v 1.66 2003/09/06 03:25:28 itojun Exp $ # # config file for INSTALL FLOPPY # @@ -164,3 +164,5 @@ wskbd* at ukbd? console ? pseudo-device md 1 # memory disk pseudo-device loop # network loopback pseudo-device pty 2 # pseudo-terminals (Sysinst needs two) + +pseudo-device rnd # /dev/random and in-kernel generator diff --git a/sys/arch/mipsco/conf/INSTALL b/sys/arch/mipsco/conf/INSTALL index 4337920a24b1..6017a80abf7c 100644 --- a/sys/arch/mipsco/conf/INSTALL +++ b/sys/arch/mipsco/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.10 2003/05/03 18:10:52 wiz Exp $ +# $NetBSD: INSTALL,v 1.11 2003/09/06 03:25:28 itojun Exp $ # include "arch/mipsco/conf/std.mipsco" @@ -88,3 +88,5 @@ pseudo-device pty 2 # pseudo-terminals (Sysinst needs two) #pseudo-device tun 4 # Network "tunnel" device pseudo-device ccd 4 # concatenated and striped disks #pseudo-device raid 4 # RAIDframe disk driver + +pseudo-device rnd # /dev/random and in-kernel generator diff --git a/sys/arch/news68k/conf/INSTALL b/sys/arch/news68k/conf/INSTALL index 1a6f42876213..6cee503cabc0 100644 --- a/sys/arch/news68k/conf/INSTALL +++ b/sys/arch/news68k/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.22 2003/04/10 22:07:01 christos Exp $ +# $NetBSD: INSTALL,v 1.23 2003/09/06 03:25:29 itojun Exp $ # config for bootable floppy kernel # @@ -141,3 +141,5 @@ pseudo-device loop # loopback interface; required pseudo-device pty 2 # pseudo-terminals (Sysinst needs two) pseudo-device md 1 # memory disk device pseudo-device sl 1 # SLIP interfaces + +pseudo-device rnd # /dev/random and in-kernel generator diff --git a/sys/arch/newsmips/conf/INSTALL b/sys/arch/newsmips/conf/INSTALL index 1d6c8c7c5cc7..cf89171ab08e 100644 --- a/sys/arch/newsmips/conf/INSTALL +++ b/sys/arch/newsmips/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.17 2003/05/10 04:11:53 tsutsui Exp $ +# $NetBSD: INSTALL,v 1.18 2003/09/06 03:25:29 itojun Exp $ # # INSTALL kernel for RISC-NEWS @@ -103,3 +103,5 @@ wskbd0 at kb? console ? pseudo-device loop # loopback interface; required pseudo-device pty 2 # pseudo-terminals (Sysinst needs two) pseudo-device md 1 # memory disk device + +pseudo-device rnd # /dev/random and in-kernel generator diff --git a/sys/arch/pc532/conf/INSTALL b/sys/arch/pc532/conf/INSTALL index d59308d59b55..970abf3a63d3 100644 --- a/sys/arch/pc532/conf/INSTALL +++ b/sys/arch/pc532/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.30 2002/09/18 02:44:06 lukem Exp $ +# $NetBSD: INSTALL,v 1.31 2003/09/06 03:25:29 itojun Exp $ # # INSTALL -- install kernel # @@ -56,3 +56,5 @@ pseudo-device loop 1 # loopback network pseudo-device sl 1 # compressed SLIP pseudo-device ppp 1 # Point-to-Point Protocol pseudo-device pty 2 # pseudo-terminals (Sysinst needs two) + +pseudo-device rnd # /dev/random and in-kernel generator diff --git a/sys/arch/pmax/conf/INSTALL b/sys/arch/pmax/conf/INSTALL index a3432ee184a6..4f3dec06aac5 100644 --- a/sys/arch/pmax/conf/INSTALL +++ b/sys/arch/pmax/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.49 2003/04/10 22:07:02 christos Exp $ +# $NetBSD: INSTALL,v 1.50 2003/09/06 03:25:30 itojun Exp $ # # Distribution install kernel (any model) # netbsd: cut-down kernel for miniroots. @@ -147,3 +147,5 @@ pseudo-device ccd 4 # concatenated disks pseudo-device rasterconsole 1 # NB: raster console requires "fb" pseudo-device fb 1 # only 1 framebuffer supported + +pseudo-device rnd # /dev/random and in-kernel generator diff --git a/sys/arch/sparc/conf/INSTALL b/sys/arch/sparc/conf/INSTALL index a9bb4dd17129..cbe114c98f36 100644 --- a/sys/arch/sparc/conf/INSTALL +++ b/sys/arch/sparc/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.39 2003/04/10 22:07:04 christos Exp $ +# $NetBSD: INSTALL,v 1.40 2003/09/06 03:25:30 itojun Exp $ # # from: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp # @@ -554,4 +554,4 @@ pseudo-device pty 2 # pseudo-terminals (Sysinst needs two) ## 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 diff --git a/sys/arch/sparc64/conf/INSTALL b/sys/arch/sparc64/conf/INSTALL index 738378cd7a3d..8b486c003c75 100644 --- a/sys/arch/sparc64/conf/INSTALL +++ b/sys/arch/sparc64/conf/INSTALL @@ -1,8 +1,8 @@ -# $NetBSD: INSTALL,v 1.15 2003/06/20 03:15:06 nakayama Exp $ +# $NetBSD: INSTALL,v 1.16 2003/09/06 03:25:31 itojun Exp $ include "arch/sparc64/conf/GENERIC32" -#ident "INSTALL-$Revision: 1.15 $" +#ident "INSTALL-$Revision: 1.16 $" include "arch/sparc64/conf/std.sparc64-64" @@ -30,3 +30,5 @@ options MEMORY_DISK_SERVER=0 # no userspace memory disk support ## The miniroot size must be kept in sync manually with the size of ## the `miniroot' image (which is built in distrib/sparc64/miniroot). options MEMORY_DISK_ROOT_SIZE=10240 # size of memory disk, in blocks + +pseudo-device rnd # /dev/random and /dev/urandom diff --git a/sys/arch/sun2/conf/INSTALL b/sys/arch/sun2/conf/INSTALL index 5a4f37c81604..27fabde0d3a0 100644 --- a/sys/arch/sun2/conf/INSTALL +++ b/sys/arch/sun2/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.15 2003/04/10 22:07:05 christos Exp $ +# $NetBSD: INSTALL,v 1.16 2003/09/06 03:25:31 itojun Exp $ # INSTALL Sun2 (2/120, 2/170, 2/50, ...) @@ -6,7 +6,7 @@ include "arch/sun2/conf/std.sun2" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "INSTALL-$Revision: 1.15 $" +#ident "INSTALL-$Revision: 1.16 $" # Machines to be supported by this kernel #options FPU_EMULATE @@ -218,8 +218,7 @@ pseudo-device loop 1 # network loopback #pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) #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 4 # pseudo-terminals #pseudo-device vnd 4 # paging to files diff --git a/sys/arch/sun3/conf/INSTALL b/sys/arch/sun3/conf/INSTALL index fe66c136b484..d1eb126830a3 100644 --- a/sys/arch/sun3/conf/INSTALL +++ b/sys/arch/sun3/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.20 2003/04/10 22:07:05 christos Exp $ +# $NetBSD: INSTALL,v 1.21 2003/09/06 03:25:31 itojun Exp $ # # INSTALL - Installation kernel for the Sun3 # @@ -188,7 +188,7 @@ pseudo-device ppp 2 # PPP pseudo-device tun 2 # network tunneling over tty #pseudo-device gre 2 # generic L3 over IP tunnel #pseudo-device ipfilter # ip filter -#pseudo-device rnd # /dev/random and in-kernel generator +pseudo-device rnd # /dev/random and in-kernel generator pseudo-device pty 2 # pseudo-terminals (Sysinst needs two) #pseudo-device vnd 4 # paging to files diff --git a/sys/arch/vax/conf/INSTALL b/sys/arch/vax/conf/INSTALL index 0a1807d1ae30..6125fd154a99 100644 --- a/sys/arch/vax/conf/INSTALL +++ b/sys/arch/vax/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.29 2002/09/18 02:44:10 lukem Exp $ +# $NetBSD: INSTALL,v 1.30 2003/09/06 03:25:32 itojun Exp $ # # INSTALL kernel; all supported devices but nothing fancy. # @@ -211,5 +211,5 @@ pseudo-device pty 2 # pseudo-terminals (Sysinst needs two) #pseudo-device vnd 4 #pseudo-device ccd 4 #pseudo-device raid 4 # RAIDframe disk driver -#pseudo-device rnd # /dev/random and in-kernel generator +pseudo-device rnd # /dev/random and in-kernel generator pseudo-device md 1 diff --git a/sys/arch/x68k/conf/INSTALL b/sys/arch/x68k/conf/INSTALL index 65cfe9321811..8940fa98aa42 100644 --- a/sys/arch/x68k/conf/INSTALL +++ b/sys/arch/x68k/conf/INSTALL @@ -1,4 +1,4 @@ -# $NetBSD: INSTALL,v 1.54 2003/04/10 22:07:06 christos Exp $ +# $NetBSD: INSTALL,v 1.55 2003/09/06 03:25:32 itojun Exp $ # # INSTALL -- installation kernel. @@ -8,7 +8,7 @@ include "arch/x68k/conf/std.x68k" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "INSTALL-$Revision: 1.54 $" +#ident "INSTALL-$Revision: 1.55 $" makeoptions COPTS="-Os" # Optimise for space. Implies -O2 @@ -334,4 +334,4 @@ pseudo-device pty 2 # pseudo-terminals (Sysinst needs two) ## 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