The rnd pseudo-device is not really optional, because it is in the same

source file as the entropy-pool code itself.  Move it to std.  This
will be cleaned up more when I split the sources up as they should be.

This fixes build breaks on several ports.  Thanks to Havard Eidnes for
pointing them out.
This commit is contained in:
tls 2011-11-22 21:24:51 +00:00
parent 91dbf71977
commit a22a3917ac
43 changed files with 62 additions and 108 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: FOURMEG,v 1.38 2011/03/06 17:08:18 bouyer Exp $
# $NetBSD: FOURMEG,v 1.39 2011/11/22 21:24:51 tls Exp $
# FOURMEG arm26 configuration -- something small
@ -200,5 +200,3 @@ pseudo-device pty
pseudo-device wsmux # keyboard/mouse multiplexor
pseudo-device clockctl # user control of clock subsystem
# rnd is EXPERIMENTAL
#pseudo-device rnd # /dev/random and in-kernel generator

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.64 2011/03/06 17:08:18 bouyer Exp $
# $NetBSD: GENERIC,v 1.65 2011/11/22 21:24:51 tls Exp $
#
# GENERIC machine description file
#
@ -260,7 +260,6 @@ pseudo-device bridge # simple inter-network bridging
pseudo-device agr # IEEE 802.3ad link aggregation
pseudo-device sequencer 1 # MIDI sequencer
pseudo-device wsmux # keyboard/mouse multiplexor
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem
pseudo-device ksyms # /dev/ksyms
#pseudo-device pf # PF packet filter

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.32 2011/03/06 17:08:18 bouyer Exp $
# $NetBSD: INSTALL,v 1.33 2011/11/22 21:24:51 tls Exp $
# INSTALL configuration, used to generate installation media
@ -207,5 +207,3 @@ pseudo-device pty
#pseudo-device sequencer 1 # MIDI sequencer
pseudo-device wsmux # keyboard/mouse multiplexor
# rnd is EXPERIMENTAL
pseudo-device rnd # /dev/random and in-kernel generator

View File

@ -1,4 +1,4 @@
# $NetBSD: EB7500ATX,v 1.44 2011/06/30 20:09:17 wiz Exp $
# $NetBSD: EB7500ATX,v 1.45 2011/11/22 21:24:51 tls Exp $
#
# EB7500ATX --- NetBSD/acorn32 complete configuration
#
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "EB7500ATX-$Revision: 1.44 $"
#ident "EB7500ATX-$Revision: 1.45 $"
# estimated number of users
maxusers 32
@ -277,7 +277,6 @@ options RAID_AUTOCONFIG # auto-configuration of RAID components
# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
#pseudo-device fss # file system snapshot device
pseudo-device md # Ramdisk driver
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem
pseudo-device ksyms # /dev/ksyms
#pseudo-device pf # PF packet filter

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.99 2011/06/30 20:09:17 wiz Exp $
# $NetBSD: GENERIC,v 1.100 2011/11/22 21:24:51 tls Exp $
#
# GENERIC --- NetBSD/acorn32 complete configuration
#
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.99 $"
#ident "GENERIC-$Revision: 1.100 $"
# estimated number of users
maxusers 32
@ -338,7 +338,6 @@ options RAID_AUTOCONFIG # auto-configuration of RAID components
# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
pseudo-device fss # file system snapshot device
pseudo-device md # Ramdisk driver
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem
pseudo-device ksyms # /dev/ksyms
#pseudo-device pf # PF packet filter

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.60 2011/06/30 20:09:17 wiz Exp $
# $NetBSD: INSTALL,v 1.61 2011/11/22 21:24:51 tls Exp $
#
# INSTALL -- NetBSD/acorn32 install configuration
#
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "INSTALL-$Revision: 1.60 $"
#ident "INSTALL-$Revision: 1.61 $"
# estimated number of users
maxusers 32
@ -326,7 +326,6 @@ pseudo-device ccd 2 # concatenated disk devices
# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
#pseudo-device fss # file system snapshot device
pseudo-device md # Ramdisk driver
pseudo-device rnd # /dev/random and in-kernel generator
# If the standard modes don't work for your monitor, you can specify
# a RISC-OS-format monitor definition file and a list of modes here.

View File

@ -1,4 +1,4 @@
# $NetBSD: LOWMEM_WSCONS,v 1.56 2011/03/06 17:08:18 bouyer Exp $
# $NetBSD: LOWMEM_WSCONS,v 1.57 2011/11/22 21:24:52 tls Exp $
#
# LOWMEM_WSCONS -- RiscPC config with wscons for SMALL machines
#
@ -284,7 +284,6 @@ pseudo-device vnd # disk-like interface to files
#pseudo-device ccd 2 # concatenated disk devices
#pseudo-device fss # file system snapshot device
pseudo-device md # Ramdisk driver
pseudo-device rnd # /dev/random and /dev/urandom
pseudo-device clockctl # user control of clock subsystem
# If the standard modes don't work for your monitor, you can specify

View File

@ -1,4 +1,4 @@
# $NetBSD: NC,v 1.54 2011/03/06 17:08:18 bouyer Exp $
# $NetBSD: NC,v 1.55 2011/11/22 21:24:52 tls Exp $
#
# NC - with wscons
#
@ -274,7 +274,6 @@ pseudo-device vnd # disk-like interface to files
#pseudo-device ccd 2 # concatenated disk devices
#pseudo-device fss # file system snapshot device
pseudo-device md # Ramdisk driver
pseudo-device rnd # /dev/random and /dev/urandom
pseudo-device clockctl # user control of clock subsystem
# a pseudo device needed for SMBFS

View File

@ -1,4 +1,4 @@
# $NetBSD: P4032,v 1.59 2011/07/17 23:39:46 dyoung Exp $
# $NetBSD: P4032,v 1.60 2011/11/22 21:24:52 tls Exp $
#
# Algorithmics P-4032 kernel.
#
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "P4032-$Revision: 1.59 $"
#ident "P4032-$Revision: 1.60 $"
maxusers 32
@ -330,6 +330,5 @@ pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device sequencer 1 # MIDI sequencer
pseudo-device rnd # /dev/random and in-kernel generator
#options RND_COM # use "com" randomness too
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,4 +1,4 @@
# $NetBSD: P5064,v 1.68 2011/07/17 23:39:46 dyoung Exp $
# $NetBSD: P5064,v 1.69 2011/11/22 21:24:52 tls Exp $
#
# Algorithmics P-5064 kernel.
#
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "P5064-$Revision: 1.68 $"
#ident "P5064-$Revision: 1.69 $"
maxusers 32
@ -394,6 +394,5 @@ pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device sequencer 1 # MIDI sequencer
pseudo-device rnd # /dev/random and in-kernel generator
#options RND_COM # use "com" randomness too
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,4 +1,4 @@
# $NetBSD: P6032,v 1.60 2011/07/09 17:13:32 dyoung Exp $
# $NetBSD: P6032,v 1.61 2011/11/22 21:24:53 tls Exp $
#
# Algorithmics P-6032 kernel.
#
@ -7,7 +7,7 @@ include "arch/algor/conf/std.algor"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "P6032-$Revision: 1.60 $"
#ident "P6032-$Revision: 1.61 $"
maxusers 32
@ -399,6 +399,5 @@ pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device sequencer 1 # MIDI sequencer
pseudo-device rnd # /dev/random and in-kernel generator
#options RND_COM # use "com" randomness too
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.341 2011/07/23 21:12:57 jakllsch Exp $
# $NetBSD: GENERIC,v 1.342 2011/11/22 21:24:53 tls Exp $
#
# This machine description file is used to generate the default NetBSD
# kernel.
@ -19,7 +19,7 @@ include "arch/alpha/conf/std.alpha"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "GENERIC-$Revision: 1.341 $"
ident "GENERIC-$Revision: 1.342 $"
maxusers 32
@ -736,7 +736,6 @@ pseudo-device bridge # simple inter-network bridging
#options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
pseudo-device agr # IEEE 802.3ad link aggregation
pseudo-device sequencer 1 # MIDI sequencer
pseudo-device rnd # /dev/random and in-kernel generator
#options RND_COM # use "com" randomness too
# a pseudo device needed for Coda # also needs CODA (above)
pseudo-device vcoda 4 # coda minicache <-> venus comm.

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.100 2010/11/23 11:13:53 hannken Exp $
# $NetBSD: INSTALL,v 1.101 2011/11/22 21:24:54 tls Exp $
#
# Alpha INSTALL kernel.
@ -346,5 +346,4 @@ pseudo-device ppp
pseudo-device pty 2 # pseudo-terminals (Sysinst needs two)
pseudo-device sl
pseudo-device rnd # /dev/random and in-kernel generator
#pseudo-device fss # file system snapshot device

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.339 2011/11/13 12:46:40 mbalmer Exp $
# $NetBSD: GENERIC,v 1.340 2011/11/22 21:24:54 tls Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/amd64/conf/std.amd64"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.339 $"
#ident "GENERIC-$Revision: 1.340 $"
maxusers 64 # estimated number of users
@ -1184,7 +1184,6 @@ pseudo-device accf_http # "httpready" accept filter
pseudo-device pty # pseudo-terminals
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
#options RND_COM # use "com" randomness as well (BROKEN)
pseudo-device clockctl # user control of clock subsystem
pseudo-device ksyms # /dev/ksyms

View File

@ -1,4 +1,4 @@
# $NetBSD: XEN3_DOM0,v 1.74 2011/10/25 15:01:45 jakllsch Exp $
# $NetBSD: XEN3_DOM0,v 1.75 2011/11/22 21:24:55 tls Exp $
include "arch/amd64/conf/std.xen"
@ -816,7 +816,6 @@ pseudo-device bridge # simple inter-network bridging
# miscellaneous pseudo-devices
pseudo-device pty # pseudo-terminals
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem
pseudo-device ksyms # /dev/ksyms

View File

@ -1,4 +1,4 @@
# $NetBSD: XEN3_DOMU,v 1.32 2011/11/10 22:16:56 riz Exp $
# $NetBSD: XEN3_DOMU,v 1.33 2011/11/22 21:24:55 tls Exp $
include "arch/amd64/conf/std.xen"
@ -225,7 +225,6 @@ options PAX_ASLR=0 # PaX Address Space Layout Randomization
# miscellaneous pseudo-devices
pseudo-device pty # pseudo-terminals
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem
pseudo-device ksyms # /dev/ksyms

View File

@ -1,4 +1,4 @@
# $NetBSD: DRACO,v 1.144 2011/10/30 11:19:56 rkujawa Exp $
# $NetBSD: DRACO,v 1.145 2011/11/22 21:24:55 tls Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
@ -29,7 +29,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.144 $"
#ident "GENERIC-$Revision: 1.145 $"
maxusers 8
@ -369,7 +369,6 @@ options RAID_AUTOCONFIG # auto-configuration of RAID components
# options RF_INCLUDE_PARITY_DECLUSTERING=1
# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
pseudo-device rnd # /dev/random and in-kernel generator
#options RND_COM # use "com" randomness as well (BROKEN)
pseudo-device ksyms # /dev/ksyms (kernel symbols)

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.274 2011/10/30 11:19:56 rkujawa Exp $
# $NetBSD: GENERIC,v 1.275 2011/11/22 21:24:56 tls Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
@ -29,7 +29,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.274 $"
#ident "GENERIC-$Revision: 1.275 $"
maxusers 8
@ -556,7 +556,6 @@ options RAID_AUTOCONFIG # auto-configuration of RAID components
# options RF_INCLUDE_PARITY_DECLUSTERING=1
# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
pseudo-device rnd # /dev/random and in-kernel generator
#options RND_COM # use "com" randomness as well (BROKEN)
pseudo-device ksyms # /dev/ksyms (kernel symbols)

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC.in,v 1.86 2011/10/30 11:16:05 rkujawa Exp $
# $NetBSD: GENERIC.in,v 1.87 2011/11/22 21:24:56 tls Exp $
#
##
# GENERIC machine description file
@ -57,7 +57,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.86 $"
#ident "GENERIC-$Revision: 1.87 $"
m4_ifdef(`INSTALL_CONFIGURATION', `m4_dnl
makeoptions COPTS="-Os"
@ -679,7 +679,6 @@ options RAID_AUTOCONFIG # auto-configuration of RAID components
# options RF_INCLUDE_PARITY_DECLUSTERING=1
# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
pseudo-device rnd # /dev/random and in-kernel generator
#options RND_COM # use "com" randomness as well (BROKEN)
m4_ifdef(`INSTALL_CONFIGURATION', `', `m4_dnl

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.96 2011/10/30 11:19:56 rkujawa Exp $
# $NetBSD: INSTALL,v 1.97 2011/11/22 21:24:57 tls Exp $
#
# This file was automatically created.
# Changes will be lost when make is run in this directory.
@ -29,7 +29,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.96 $"
#ident "GENERIC-$Revision: 1.97 $"
makeoptions COPTS="-Os"
@ -496,7 +496,6 @@ options RAID_AUTOCONFIG # auto-configuration of RAID components
# options RF_INCLUDE_PARITY_DECLUSTERING=1
# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
pseudo-device rnd # /dev/random and in-kernel generator
#options RND_COM # use "com" randomness as well (BROKEN)
pseudo-device bcsp # BlueCore Serial Protocol

View File

@ -1,4 +1,4 @@
# $NetBSD: MDINSTALL,v 1.29 2011/01/14 10:01:12 phx Exp $
# $NetBSD: MDINSTALL,v 1.30 2011/11/22 21:24:57 tls Exp $
#
# INSTALL kernel for ramdisk installation
@ -285,8 +285,6 @@ pseudo-device pty # pseudo-terminals
pseudo-device vnd # vnode pseudo-disks
# rnd is EXPERIMENTAL at this point.
#pseudo-device rnd # /dev/random and in-kernel generator
#options RND_COM # use "com" randomness as well (BROKEN)
config netbsd root on ? type ?

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.8 2011/06/30 20:09:19 wiz Exp $
# $NetBSD: GENERIC,v 1.9 2011/11/22 21:24:57 tls Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/amigappc/conf/std.amigappc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.8 $"
#ident "GENERIC-$Revision: 1.9 $"
maxusers 8
@ -443,7 +443,6 @@ options RAID_AUTOCONFIG # auto-configuration of RAID components
# options RF_INCLUDE_PARITY_DECLUSTERING=1
# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
pseudo-device rnd # /dev/random and in-kernel generator
#options RND_COM # use "com" randomness as well (BROKEN)
pseudo-device ksyms # /dev/ksyms (kernel symbols)

View File

@ -1,4 +1,4 @@
# $NetBSD: NULL,v 1.31 2011/06/30 20:09:19 wiz Exp $
# $NetBSD: NULL,v 1.32 2011/11/22 21:24:58 tls Exp $
#
# NULL machine description file
#
@ -7,7 +7,7 @@ include "arch/amigappc/conf/std.amigappc"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.31 $"
#ident "GENERIC-$Revision: 1.32 $"
maxusers 8
@ -429,7 +429,6 @@ pseudo-device clockctl # user control of clock subsystem
# options RF_INCLUDE_PARITY_DECLUSTERING=1
# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
pseudo-device rnd # /dev/random and in-kernel generator
#options RND_COM # use "com" randomness as well (BROKEN)
pseudo-device ksyms # /dev/ksyms (kernel symbols)

View File

@ -1,4 +1,4 @@
# $NetBSD: ARCTIC,v 1.56 2011/03/06 17:08:20 bouyer Exp $
# $NetBSD: ARCTIC,v 1.57 2011/11/22 21:24:58 tls Exp $
# $OpenBSD: ARCTIC,v 1.12 1999/08/29 12:14:03 niklas Exp $
#
# configuration file for DeskStation
@ -265,7 +265,6 @@ pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device pty # pseudo-terminals
#pseudo-device sequencer 1 # MIDI sequencer
# rnd works; RND_COM does not on port arc yet.
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

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.167 2011/03/06 17:08:20 bouyer Exp $
# $NetBSD: GENERIC,v 1.168 2011/11/22 21:24:58 tls Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/arc/conf/std.arc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.167 $"
#ident "GENERIC-$Revision: 1.168 $"
maxusers 32 # estimated number of users
@ -492,7 +492,6 @@ pseudo-device accf_http # "httpready" accept filter
pseudo-device pty # pseudo-terminals
#pseudo-device sequencer 1 # MIDI sequencer
# rnd works; RND_COM does not on port arc yet.
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

View File

@ -1,4 +1,4 @@
# $NetBSD: M403,v 1.52 2011/03/06 17:08:20 bouyer Exp $
# $NetBSD: M403,v 1.53 2011/11/22 21:24:59 tls Exp $
#
# configuration file for MIPS Magnum 4000 system
#
@ -212,7 +212,6 @@ pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device pty # pseudo-terminals
#pseudo-device sequencer 1 # MIDI sequencer
# rnd works; RND_COM does not on port arc yet.
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

View File

@ -1,4 +1,4 @@
# $NetBSD: MIMORI,v 1.57 2011/03/06 17:08:20 bouyer Exp $
# $NetBSD: MIMORI,v 1.58 2011/11/22 21:24:59 tls Exp $
# NetBSD: GENERIC,v 1.31 2000/06/09 05:33:02 soda Exp
#
# MIMORI -- My NEC RISCstation 2250 (ur)
@ -278,7 +278,6 @@ pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
pseudo-device pty # pseudo-terminals
#pseudo-device sequencer 1 # MIDI sequencer
# rnd works; RND_COM does not on port arc yet.
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

View File

@ -1,4 +1,4 @@
# $NetBSD: PICA,v 1.69 2011/03/06 17:08:20 bouyer Exp $
# $NetBSD: PICA,v 1.70 2011/11/22 21:24:59 tls Exp $
#
# configuration file for ACER PICA system
#
@ -217,7 +217,6 @@ pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device pty # pseudo-terminals
#pseudo-device sequencer 1 # MIDI sequencer
# rnd works; RND_COM does not on port arc yet.
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

View File

@ -1,4 +1,4 @@
# $NetBSD: RPC44,v 1.39 2011/03/06 17:08:20 bouyer Exp $
# $NetBSD: RPC44,v 1.40 2011/11/22 21:24:59 tls Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/arc/conf/std.arc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.39 $"
#ident "GENERIC-$Revision: 1.40 $"
maxusers 32 # estimated number of users
@ -293,7 +293,6 @@ pseudo-device tun # network tunneling over tty
pseudo-device pty # pseudo-terminals
#pseudo-device sequencer 1 # MIDI sequencer
# rnd works; RND_COM does not on port arc yet.
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

View File

@ -1,5 +1,5 @@
#
# $NetBSD: ATARITT,v 1.106 2010/12/12 09:58:29 tsutsui Exp $
# $NetBSD: ATARITT,v 1.107 2011/11/22 21:24:59 tls Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
@ -91,7 +91,6 @@ pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
pseudo-device ccd 4 # concatenating disk driver
pseudo-device fss # file system snapshot device
pseudo-device ipfilter # IP filtering device
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem
pseudo-device ksyms # /dev/ksyms
pseudo-device view 4 # View (graphics mapping)

View File

@ -1,5 +1,5 @@
#
# $NetBSD: FALCON,v 1.103 2010/12/12 09:58:29 tsutsui Exp $
# $NetBSD: FALCON,v 1.104 2011/11/22 21:25:00 tls Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
@ -95,7 +95,6 @@ pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
pseudo-device ccd 4 # concatenating disk driver
pseudo-device fss # file system snapshot device
pseudo-device ipfilter # IP filtering device
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem
pseudo-device ksyms # /dev/ksyms
pseudo-device view 4 # View (graphics mapping)

View File

@ -1,5 +1,5 @@
#
# $NetBSD: GENERIC.in,v 1.94 2011/06/30 20:09:20 wiz Exp $
# $NetBSD: GENERIC.in,v 1.95 2011/11/22 21:25:00 tls Exp $
#
# Generic atari
#
@ -293,7 +293,6 @@ pseudo-device ccd 4 # concatenating disk driver
# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
pseudo-device fss # file system snapshot device
pseudo-device ipfilter # IP filtering device
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem
pseudo-device ksyms # /dev/ksyms
#pseudo-device pf # PF packet filter

View File

@ -1,5 +1,5 @@
#
# $NetBSD: HADES,v 1.97 2010/12/12 10:07:34 tsutsui Exp $
# $NetBSD: HADES,v 1.98 2011/11/22 21:25:00 tls Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
@ -96,7 +96,6 @@ pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
pseudo-device ccd 4 # concatenating disk driver
pseudo-device fss # file system snapshot device
pseudo-device ipfilter # IP filtering device
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem
pseudo-device ksyms # /dev/ksyms
exphy* at mii? phy ? # 3Com internal PHYs

View File

@ -1,5 +1,5 @@
#
# $NetBSD: MILAN-ISAIDE,v 1.73 2010/12/12 09:58:29 tsutsui Exp $
# $NetBSD: MILAN-ISAIDE,v 1.74 2011/11/22 21:25:01 tls Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
@ -94,7 +94,6 @@ pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
pseudo-device ccd 4 # concatenating disk driver
pseudo-device fss # file system snapshot device
pseudo-device ipfilter # IP filtering device
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem
pseudo-device ksyms # /dev/ksyms
exphy* at mii? phy ? # 3Com internal PHYs

View File

@ -1,5 +1,5 @@
#
# $NetBSD: MILAN-PCIIDE,v 1.77 2010/12/12 09:58:29 tsutsui Exp $
# $NetBSD: MILAN-PCIIDE,v 1.78 2011/11/22 21:25:01 tls Exp $
#
# This file was automatically created. Changes will be
# lost when running makeconf in this directory.
@ -94,7 +94,6 @@ pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
pseudo-device ccd 4 # concatenating disk driver
pseudo-device fss # file system snapshot device
pseudo-device ipfilter # IP filtering device
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem
pseudo-device ksyms # /dev/ksyms
exphy* at mii? phy ? # 3Com internal PHYs

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.127 2011/06/30 20:09:21 wiz Exp $
# $NetBSD: GENERIC,v 1.128 2011/11/22 21:25:01 tls Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/bebox/conf/std.bebox"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.127 $"
#ident "GENERIC-$Revision: 1.128 $"
maxusers 32
@ -324,7 +324,6 @@ pseudo-device accf_http # "httpready" accept filter
# miscellaneous pseudo-devices
pseudo-device pty # pseudo-terminals
pseudo-device sequencer 1 # MIDI sequencer
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
pseudo-device ksyms # /dev/ksyms

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.51 2010/11/23 11:13:55 hannken Exp $
# $NetBSD: INSTALL,v 1.52 2011/11/22 21:25:02 tls Exp $
#
# First try for BeBox config file
#
@ -190,4 +190,3 @@ pseudo-device md
pseudo-device loop
#pseudo-device bpfilter # packet filter
pseudo-device pty 2 # pseudo-terminals (Sysinst needs two)
pseudo-device rnd # /dev/random and in-kernel generator

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.135 2011/06/30 20:09:21 wiz Exp $
# $NetBSD: GENERIC,v 1.136 2011/11/22 21:25:02 tls Exp $
#
# GENERIC machine description file
#
@ -584,7 +584,6 @@ pseudo-device accf_http # "httpready" accept filter
# miscellaneous pseudo-devices
pseudo-device pty # pseudo-terminals
pseudo-device sequencer 1 # MIDI sequencer
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

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.79 2011/06/30 20:09:21 wiz Exp $
# $NetBSD: INSTALL,v 1.80 2011/11/22 21:25:02 tls Exp $
#
# CATSINST -- CHALTECH CATS Install kernel
#
@ -462,7 +462,6 @@ pseudo-device loop # network loopback
# miscellaneous pseudo-devices
pseudo-device pty # pseudo-terminals
#pseudo-device sequencer 1 # MIDI sequencer
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.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.54 2011/03/06 17:08:21 bouyer Exp $
# $NetBSD: GENERIC,v 1.55 2011/11/22 21:25:03 tls Exp $
#
# GENERIC machine description file
#
@ -147,7 +147,6 @@ pseudo-device pty 64 # pseudo ptys
#pseudo-device cgd 4 # cryptographic disk devices
pseudo-device loop # loopback network interface
#pseudo-device ipfilter # IP Filter package
pseudo-device rnd
pseudo-device clockctl # user control of clock subsystem
pseudo-device ksyms # /dev/ksyms
#pseudo-device pf # PF packet filter

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.131 2011/06/30 20:09:22 wiz Exp $
# $NetBSD: GENERIC,v 1.132 2011/11/22 21:25:03 tls Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/cobalt/conf/std.cobalt"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.131 $"
#ident "GENERIC-$Revision: 1.132 $"
maxusers 32
@ -357,7 +357,6 @@ pseudo-device accf_http # "httpready" accept filter
# Miscellaneous pseudo-devices
pseudo-device pty # pseudo-terminals
#pseudo-device sequencer 1 # MIDI sequencer
pseudo-device rnd # /dev/random & kernel generator
#options RND_COM # use "com" randomness (BROKEN)
pseudo-device clockctl # user control of clock subsystem
pseudo-device nullcons # no-op console

View File

@ -1,4 +1,4 @@
# $NetBSD: INSTALL,v 1.45 2011/06/30 20:09:22 wiz Exp $
# $NetBSD: INSTALL,v 1.46 2011/11/22 21:25:03 tls Exp $
#
# INSTALL -- installation and rescue kernel.
#
@ -10,7 +10,7 @@ include "arch/cobalt/conf/std.cobalt"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "INSTALL-$Revision: 1.45 $"
#ident "INSTALL-$Revision: 1.46 $"
makeoptions COPTS="-Os -mmemcpy"
makeoptions CPUFLAGS="-march=vr5000 -mabi=32"
@ -328,7 +328,6 @@ pseudo-device loop # network loopback
pseudo-device pty # pseudo-terminals
options NO_DEV_PTM
#pseudo-device sequencer 1 # MIDI sequencer
pseudo-device rnd # /dev/random & kernel generator
#options RND_COM # use "com" randomness (BROKEN)
#pseudo-device clockctl # user control of clock subsystem
pseudo-device nullcons # no-op console

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.102 2011/03/18 17:19:06 jakllsch Exp $
# $NetBSD: GENERIC,v 1.103 2011/11/22 21:25:04 tls Exp $
#
# GENERIC machine description file
#
@ -226,7 +226,6 @@ pseudo-device accf_http # "httpready" accept filter
# miscellaneous pseudo-devices
pseudo-device pty # pseudo-terminals
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem
pseudo-device wsmux # mouse & keyboard multiplexor
pseudo-device ksyms # /dev/ksyms