Enable "pseudo-device clockctl" in all kernels, except

installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"
This commit is contained in:
lukem 2002-06-17 05:14:02 +00:00
parent 758eb330b4
commit fde6ae6f04
139 changed files with 353 additions and 202 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: FOURMEG,v 1.6 2002/04/25 15:06:20 atatat Exp $
# $NetBSD: FOURMEG,v 1.7 2002/06/17 05:14:02 lukem Exp $
# FOURMEG arm26 configuration -- something small
@ -200,6 +200,7 @@ pseudo-device pty
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
#pseudo-device sequencer 1 # MIDI sequencer
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.4 2002/04/25 15:06:20 atatat Exp $
# $NetBSD: GENERIC,v 1.5 2002/06/17 05:14:02 lukem Exp $
#
# GENERIC machine description file
#
@ -225,4 +225,5 @@ pseudo-device bridge # simple inter-network bridging
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

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.16 2002/04/25 15:06:20 atatat Exp $
# $NetBSD: GENERIC,v 1.17 2002/06/17 05:14:03 lukem 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.16 $"
#ident "GENERIC-$Revision: 1.17 $"
# estimated number of users
maxusers 32
@ -344,6 +344,7 @@ options RAID_AUTOCONFIG # auto-configuration of RAID components
# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
pseudo-device md 1 # Ramdisk driver
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem
makeoptions MONITOR="Taxan875+LR"
#makeoptions MONITOR="AKF60"

View File

@ -1,4 +1,4 @@
# $NetBSD: LOWMEM_WSCONS,v 1.12 2002/04/25 15:06:20 atatat Exp $
# $NetBSD: LOWMEM_WSCONS,v 1.13 2002/06/17 05:14:03 lukem Exp $
#
# LOWMEM_WSCONS -- RiscPC config with wscons for SMALL machines
#
@ -300,6 +300,7 @@ pseudo-device vnd 4 # disk-like interface to files
#pseudo-device ccd 2 # concatenated disk devices
pseudo-device md 1 # Ramdisk driver
pseudo-device rnd # /dev/random and /dev/urandom
pseudo-device clockctl # user control of clock subsystem
makeoptions MONITOR="Taxan875+LR"
#makeoptions MONITOR="AKF60"

View File

@ -1,4 +1,4 @@
# $NetBSD: NC,v 1.12 2002/06/09 11:53:23 bjh21 Exp $
# $NetBSD: NC,v 1.13 2002/06/17 05:14:03 lukem Exp $
#
# NC - with vidcconsole
#
@ -270,6 +270,7 @@ pseudo-device vnd 4 # disk-like interface to files
#pseudo-device ccd 2 # concatenated disk devices
pseudo-device md 1 # Ramdisk driver
pseudo-device rnd # /dev/random and /dev/urandom
pseudo-device clockctl # user control of clock subsystem
makeoptions MONITOR="Taxan875+LR"
#makeoptions MONITOR="AKF60"

View File

@ -1,4 +1,4 @@
# $NetBSD: NC_WSCONS,v 1.15 2002/06/09 11:53:23 bjh21 Exp $
# $NetBSD: NC_WSCONS,v 1.16 2002/06/17 05:14:03 lukem Exp $
#
# NC - with wscons
#
@ -297,6 +297,7 @@ pseudo-device vnd 4 # disk-like interface to files
#pseudo-device ccd 2 # concatenated disk devices
pseudo-device md 1 # Ramdisk driver
pseudo-device rnd # /dev/random and /dev/urandom
pseudo-device clockctl # user control of clock subsystem
makeoptions MONITOR="Taxan875+LR"
#makeoptions MONITOR="AKF60"

View File

@ -1,4 +1,4 @@
# $NetBSD: RPC_WSCONS,v 1.14 2002/04/25 15:06:21 atatat Exp $
# $NetBSD: RPC_WSCONS,v 1.15 2002/06/17 05:14:03 lukem Exp $
#
# RPC_WSCONS -- Full RiscPC config with wscons
#
@ -22,7 +22,7 @@ include "arch/acorn32/conf/std.acorn32"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.14 $"
#ident "GENERIC-$Revision: 1.15 $"
# estimated number of users
maxusers 32
@ -343,6 +343,7 @@ options RAID_AUTOCONFIG # auto-configuration of RAID components
# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
pseudo-device md 1 # Ramdisk driver
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem
makeoptions MONITOR="Taxan875+LR"
#makeoptions MONITOR="AKF60"

View File

@ -1,4 +1,4 @@
# $NetBSD: P4032,v 1.9 2002/04/25 15:06:21 atatat Exp $
# $NetBSD: P4032,v 1.10 2002/06/17 05:14:03 lukem 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.9 $"
#ident "P4032-$Revision: 1.10 $"
maxusers 32
@ -298,3 +298,4 @@ 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.14 2002/04/25 15:06:21 atatat Exp $
# $NetBSD: P5064,v 1.15 2002/06/17 05:14:03 lukem 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.14 $"
#ident "P5064-$Revision: 1.15 $"
maxusers 32
@ -361,3 +361,4 @@ 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.8 2002/04/25 15:06:21 atatat Exp $
# $NetBSD: P6032,v 1.9 2002/06/17 05:14:04 lukem 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.8 $"
#ident "P6032-$Revision: 1.9 $"
maxusers 32
@ -366,3 +366,4 @@ 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: ALPHA,v 1.165 2002/05/27 23:58:52 lukem Exp $
# $NetBSD: ALPHA,v 1.166 2002/06/17 05:14:04 lukem Exp $
#
# Alpha kernel with all the options you'd want, and more.
@ -6,7 +6,7 @@ include "arch/alpha/conf/std.alpha"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "ALPHA-$Revision: 1.165 $"
ident "ALPHA-$Revision: 1.166 $"
maxusers 32
@ -537,3 +537,4 @@ 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.
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,4 +1,4 @@
# $NetBSD: BASIL,v 1.11 2002/04/25 15:06:21 atatat Exp $
# $NetBSD: BASIL,v 1.12 2002/06/17 05:14:04 lukem Exp $
#
# basil.shagadelic.org -- thorpej's API UP1000
@ -6,7 +6,7 @@ include "arch/alpha/conf/std.alpha"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "BASIL-$Revision: 1.11 $"
#ident "BASIL-$Revision: 1.12 $"
maxusers 64
@ -445,3 +445,4 @@ pseudo-device vnd 4
#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: FRAU-FARBISSINA,v 1.16 2002/04/25 15:06:21 atatat Exp $
# $NetBSD: FRAU-FARBISSINA,v 1.17 2002/06/17 05:14:04 lukem Exp $
#
# frau-farbissina.shagadelic.org -- thorpej's AlphaServer 1200 MP hacking
# box
@ -7,7 +7,7 @@ include "arch/alpha/conf/std.alpha"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "FRAU-FARBISSINA-$Revision: 1.16 $"
#ident "FRAU-FARBISSINA-$Revision: 1.17 $"
maxusers 64
@ -412,6 +412,7 @@ 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
#pseudo-device sequencer 1 # MIDI sequencer
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.208 2002/04/25 15:06:22 atatat Exp $
# $NetBSD: GENERIC,v 1.209 2002/06/17 05:14:04 lukem Exp $
#
# GENERIC machine description file
#
@ -25,7 +25,7 @@ include "arch/alpha/conf/std.alpha"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.208 $"
#ident "GENERIC-$Revision: 1.209 $"
maxusers 32
@ -526,3 +526,4 @@ pseudo-device bridge # simple inter-network bridging
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: RAWHIDE,v 1.15 2002/04/25 15:06:22 atatat Exp $
# $NetBSD: RAWHIDE,v 1.16 2002/06/17 05:14:04 lukem Exp $
#
# Alpha 4100 stripped for action server kernel.
#
@ -99,3 +99,4 @@ pseudo-device ppp 4
pseudo-device pty
pseudo-device sl 4
pseudo-device vnd 4
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,4 +1,4 @@
# $NetBSD: TCWSCONS,v 1.27 2002/04/25 15:06:22 atatat Exp $
# $NetBSD: TCWSCONS,v 1.28 2002/06/17 05:14:05 lukem Exp $
#
# TURBOchannel Alpha DEC3000
@ -6,7 +6,7 @@ include "arch/alpha/conf/std.alpha"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "TCWSCONS-$Revision: 1.27 $"
#ident "TCWSCONS-$Revision: 1.28 $"
maxusers 32
@ -187,3 +187,4 @@ 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.180 2002/05/30 19:45:15 thorpej Exp $
# $NetBSD: GENERIC,v 1.181 2002/06/17 05:14:05 lukem Exp $
#
# GENERIC machine description file
#
@ -36,7 +36,7 @@ include "arch/amiga/conf/std.amiga"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.180 $"
#ident "GENERIC-$Revision: 1.181 $"
#ifdef INSTALL_CONFIGURATION
makeoptions COPTS="-Os"
@ -514,6 +514,7 @@ pseudo-device bridge # simple inter-network bridging
pseudo-device view 4 # views (needed for grfcc)
pseudo-device pty # pseudo-terminals
pseudo-device clockctl # user control of clock subsystem
pseudo-device vnd 4 # vnode pseudo-disks
pseudo-device ccd 4 # concatenated disk devices

View File

@ -1,4 +1,4 @@
# $NetBSD: ARCTIC,v 1.19 2002/04/25 15:06:23 atatat Exp $
# $NetBSD: ARCTIC,v 1.20 2002/06/17 05:14:05 lukem Exp $
# $OpenBSD: ARCTIC,v 1.12 1999/08/29 12:14:03 niklas Exp $
#
# configuration file for DeskStation
@ -258,6 +258,7 @@ pseudo-device pty # pseudo-terminals
# 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
# 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: GENERIC,v 1.68 2002/04/25 15:06:23 atatat Exp $
# $NetBSD: GENERIC,v 1.69 2002/06/17 05:14:05 lukem 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.68 $"
#ident "GENERIC-$Revision: 1.69 $"
maxusers 32 # estimated number of users
@ -395,6 +395,7 @@ pseudo-device tb 1 # tablet line discipline
# 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
# 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: M403,v 1.21 2002/04/25 15:06:23 atatat Exp $
# $NetBSD: M403,v 1.22 2002/06/17 05:14:06 lukem Exp $
#
# configuration file for MIPS Magnum 4000 system
#
@ -207,6 +207,7 @@ pseudo-device pty # pseudo-terminals
# 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
# 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: MIMORI,v 1.17 2002/04/25 15:06:23 atatat Exp $
# $NetBSD: MIMORI,v 1.18 2002/06/17 05:14:06 lukem Exp $
# NetBSD: GENERIC,v 1.31 2000/06/09 05:33:02 soda Exp
#
# MIMORI -- My NEC RISCstation 2250 (ur)
@ -256,6 +256,7 @@ pseudo-device tb 1 # tablet line discipline
# 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
# 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: PCCONS,v 1.21 2002/04/25 15:06:23 atatat Exp $
# $NetBSD: PCCONS,v 1.22 2002/06/17 05:14:06 lukem Exp $
# $OpenBSD: GENERIC,v 1.29 1999/08/29 12:14:03 niklas Exp $
#
# PCCONS -- generic but pccons rather than wscons
@ -358,6 +358,7 @@ pseudo-device tb 1 # tablet line discipline
# 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
# 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: PICA,v 1.34 2002/04/25 15:06:23 atatat Exp $
# $NetBSD: PICA,v 1.35 2002/06/17 05:14:06 lukem Exp $
#
# configuration file for ACER PICA system
#
@ -210,6 +210,7 @@ pseudo-device pty # pseudo-terminals
# 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
# a pseudo device needed for Coda # also needs CODA (above)
#pseudo-device vcoda 4 # coda minicache <-> venus comm.

View File

@ -1,5 +1,5 @@
#
# $NetBSD: GENERIC.in,v 1.20 2002/05/23 06:30:32 leo Exp $
# $NetBSD: GENERIC.in,v 1.21 2002/06/17 05:14:06 lukem Exp $
#
# Generic atari
#
@ -241,6 +241,7 @@ options RAID_AUTOCONFIG # auto-configuration of RAID components
# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
pseudo-device ipfilter # IP filtering device
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem
#endif
#if defined(HADES_KERNEL) || defined(MILAN_KERNEL)

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.55 2002/04/25 15:06:24 atatat Exp $
# $NetBSD: GENERIC,v 1.56 2002/06/17 05:14:06 lukem 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.55 $"
#ident "GENERIC-$Revision: 1.56 $"
maxusers 32
@ -104,6 +104,7 @@ options RAID_AUTOCONFIG # auto-configuration of RAID components
# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
#pseudo-device gre 2 # generic L3 over IP tunnel
pseudo-device wsmux
pseudo-device clockctl # user control of clock subsystem
# random number generator pseudo-device
pseudo-device rnd # /dev/random and in-kernel generator

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.27 2002/04/25 15:06:25 atatat Exp $
# $NetBSD: GENERIC,v 1.28 2002/06/17 05:14:07 lukem Exp $
#
# GENERIC machine description file
#
@ -494,6 +494,7 @@ pseudo-device tb 1 # tablet line discipline
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
# 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: GENERIC,v 1.11 2002/04/25 15:06:25 atatat Exp $
# $NetBSD: GENERIC,v 1.12 2002/06/17 05:14:07 lukem Exp $
#
# GENERIC machine description file
#
@ -112,3 +112,4 @@ pseudo-device pty 64 # pseudo ptys
pseudo-device loop # loopback network interface
#pseudo-device ipfilter # IP Filter package
pseudo-device rnd
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.31 2002/04/25 15:06:25 atatat Exp $
# $NetBSD: GENERIC,v 1.32 2002/06/17 05:14:07 lukem 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.31 $"
#ident "GENERIC-$Revision: 1.32 $"
maxusers 32
@ -271,6 +271,7 @@ pseudo-device pty # pseudo-terminals
# rnd works; RND_COM does not on port i386 yet.
pseudo-device rnd # /dev/random & kernel generator
#options RND_COM # use "com" randomness (BROKEN)
pseudo-device clockctl # user control of clock subsystem
# 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: GENERIC,v 1.24 2002/05/03 01:36:02 thorpej Exp $
# $NetBSD: GENERIC,v 1.25 2002/06/17 05:14:08 lukem Exp $
#
# GENERIC machine description file
#
@ -142,3 +142,4 @@ pseudo-device pty # pseudo-terminals
#pseudo-device tun 2 # network tunneling over tty
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device md 1 # memory disk device (ramdisk)
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,4 +1,4 @@
# $NetBSD: INTEGRATOR,v 1.11 2002/04/25 15:06:26 atatat Exp $
# $NetBSD: INTEGRATOR,v 1.12 2002/06/17 05:14:08 lukem Exp $
#
# GENERIC -- ARM Integrator board Generic kernel
#
@ -224,3 +224,4 @@ pseudo-device loop # network loopback
# 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

View File

@ -1,4 +1,4 @@
# $NetBSD: IQ80310,v 1.15 2002/04/25 15:06:26 atatat Exp $
# $NetBSD: IQ80310,v 1.16 2002/06/17 05:14:08 lukem Exp $
#
# IQ80310 -- Intel IQ80310 Evaluation Board Kernel
#
@ -183,3 +183,4 @@ pseudo-device loop # network loopback
# 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

View File

@ -1,4 +1,4 @@
# $NetBSD: IQ80321,v 1.5 2002/04/25 15:06:26 atatat Exp $
# $NetBSD: IQ80321,v 1.6 2002/06/17 05:14:08 lukem Exp $
#
# IQ80321 -- Intel IQ80321 Evaluation Board Kernel
#
@ -176,3 +176,4 @@ pseudo-device loop # network loopback
# 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

View File

@ -1,4 +1,4 @@
# $NetBSD: TEAMASA_NPWR,v 1.15 2002/05/03 19:35:53 thorpej Exp $
# $NetBSD: TEAMASA_NPWR,v 1.16 2002/06/17 05:14:08 lukem Exp $
#
# TEAMASA_NPWR -- Team ASA, Inc. Npwr -- XScale/IOP310-based
# server appliance.
@ -197,3 +197,4 @@ pseudo-device loop # network loopback
# 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

View File

@ -1,11 +1,11 @@
# $NetBSD: MALTA,v 1.9 2002/04/25 15:06:26 atatat Exp $
# $NetBSD: MALTA,v 1.10 2002/06/17 05:14:09 lukem Exp $
#include "arch/evbmips/conf/std.malta.eb" # big-endian mode
include "arch/evbmips/conf/std.malta.el" # little-endian mode
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.9 $"
#ident "GENERIC-$Revision: 1.10 $"
maxusers 32
@ -303,6 +303,7 @@ pseudo-device pty # pseudo-terminals
# rnd works; RND_COM does not on port i386 yet.
pseudo-device rnd # /dev/random & kernel generator
#options RND_COM # use "com" randomness (BROKEN)
pseudo-device clockctl # user control of clock subsystem
# 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: COMPUTEX7750,v 1.18 2002/05/09 12:34:20 uch Exp $
# $NetBSD: COMPUTEX7750,v 1.19 2002/06/17 05:14:09 lukem Exp $
#
# GENERIC -- everything that's currently supported
#
@ -70,3 +70,4 @@ options SCICONSOLE,SCICN_SPEED=115200
sci0 at shb?
pseudo-device md 1 # memory disk device (ramdisk)
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,4 +1,4 @@
# $NetBSD: COMPUTEXEVB,v 1.20 2002/05/09 12:34:20 uch Exp $
# $NetBSD: COMPUTEXEVB,v 1.21 2002/06/17 05:14:09 lukem Exp $
#
# GENERIC -- everything that's currently supported
#
@ -69,3 +69,4 @@ scif0 at shb?
# disk/mass storage pseudo-devices
pseudo-device md 1 # memory disk device (ramdisk)
pseudo-device pty # pseudo-terminals
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,4 +1,4 @@
# $NetBSD: CQREEKSH3,v 1.21 2002/05/09 12:34:20 uch Exp $
# $NetBSD: CQREEKSH3,v 1.22 2002/06/17 05:14:09 lukem Exp $
#
# GENERIC -- everything that's currently supported
#
@ -67,3 +67,4 @@ sci0 at shb?
# Pseudo-Devices
pseudo-device md 1 # memory disk device (ramdisk)
pseudo-device pty # pseudo-terminals
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,4 +1,4 @@
# $NetBSD: KZSH401,v 1.18 2002/05/09 12:34:20 uch Exp $
# $NetBSD: KZSH401,v 1.19 2002/06/17 05:14:09 lukem Exp $
#
# GENERIC -- everything that's currently supported
#
@ -64,3 +64,4 @@ options SCIFCN_SPEED=19200
scif0 at shb?
pseudo-device pty # pseudo-terminals
pseudo-device md 1 # memory disk device (ramdisk)
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.80 2002/05/07 06:07:30 gmcgarry Exp $
# $NetBSD: GENERIC,v 1.81 2002/06/17 05:14:09 lukem Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/hp300/conf/std.hp300"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.80 $"
#ident "GENERIC-$Revision: 1.81 $"
maxusers 32 # estimated number of users
@ -252,6 +252,7 @@ pseudo-device tun 2 # network tunneling over tty
pseudo-device vlan # IEEE 802.1q encapsulation
# miscellaneous pseudo-devices
pseudo-device clockctl # user control of clock subsystem
pseudo-device pty # pseudo-terminals
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device vcoda 4 # coda minicache <-> venus comm.

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.1 2002/06/06 19:48:02 fredette Exp $
# $NetBSD: GENERIC,v 1.2 2002/06/17 05:14:10 lukem Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/hp700/conf/std.hp700"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.1 $"
#ident "GENERIC-$Revision: 1.2 $"
maxusers 32 # estimated number of users
@ -571,6 +571,7 @@ pseudo-device sequencer 1 # MIDI sequencer
# rnd works; RND_COM does not on port hp700 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
# 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: IPAQ,v 1.20 2002/05/03 16:50:51 rjs Exp $
# $NetBSD: IPAQ,v 1.21 2002/06/17 05:14:10 lukem Exp $
#
# iPAQ H3600 -- Windows-CE based PDA
#
@ -204,3 +204,4 @@ pseudo-device biconsdev 1 # build-in console device
pseudo-device md 1 # Ramdisk driver
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,4 +1,4 @@
# $NetBSD: JORNADA720,v 1.20 2002/05/03 16:50:51 rjs Exp $
# $NetBSD: JORNADA720,v 1.21 2002/06/17 05:14:10 lukem Exp $
#
# JORNADA -- Windows-CE based jornada 720
#
@ -7,7 +7,7 @@ include "arch/hpcarm/conf/std.hpcarm"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.20 $"
#ident "GENERIC-$Revision: 1.21 $"
# estimated number of users
maxusers 32
@ -223,3 +223,4 @@ pseudo-device wsmux
pseudo-device md 1 # Ramdisk driver
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.127 2002/05/30 01:45:01 greg Exp $
# $NetBSD: GENERIC,v 1.128 2002/06/17 05:14:10 lukem Exp $
#
# GENERIC machine description file
#
@ -24,7 +24,7 @@ include "arch/hpcmips/conf/std.hpcmips.tx39"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.127 $"
#ident "GENERIC-$Revision: 1.128 $"
maxusers 16
@ -590,6 +590,7 @@ pseudo-device ipfilter # IP filter, NAT
pseudo-device vnd 4 # virtual disk ick
#pseudo-device ccd 4 # concatenated disks
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem
pseudo-device biconsdev 1 # build-in console device
pseudo-device wsmux # mouse & keyboard multiplexor

View File

@ -1,5 +1,5 @@
#
# $NetBSD: LROUTER,v 1.6 2002/04/25 15:06:27 atatat Exp $
# $NetBSD: LROUTER,v 1.7 2002/06/17 05:14:11 lukem Exp $
# From: NetBSD: MPC303,v 1.4 2001/11/21 11:28:09 uch Exp
#
# Kernel configuration file for LASER5 L-Router
@ -166,6 +166,7 @@ pseudo-device ipfilter # IP filter, NAT
pseudo-device vnd 4 # virtual disk ick
#pseudo-device ccd 4 # concatenated disks
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem
#pseudo-device biconsdev 1 # build-in console device
#pseudo-device wsmux # mouse & keyboard multiplexor

View File

@ -1,5 +1,5 @@
#
# $NetBSD: MPC303,v 1.17 2002/04/25 15:06:27 atatat Exp $
# $NetBSD: MPC303,v 1.18 2002/06/17 05:14:11 lukem Exp $
# From: NetBSD: GENERIC,v 1.91 2001/05/06 14:25:16 takemura Exp
#
# Kernel configuration file for Victor MP-C303; enami's test machine.
@ -9,7 +9,7 @@ include "arch/hpcmips/conf/std.hpcmips"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.17 $"
#ident "GENERIC-$Revision: 1.18 $"
maxusers 16
@ -465,6 +465,7 @@ pseudo-device ipfilter # IP filter, NAT
pseudo-device vnd 4 # virtual disk ick
#pseudo-device ccd 4 # concatenated disks
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem
pseudo-device biconsdev 1 # build-in console device
pseudo-device wsmux # mouse & keyboard multiplexor

View File

@ -1,5 +1,5 @@
#
# $NetBSD: NULLCONF,v 1.14 2002/04/25 15:06:27 atatat Exp $
# $NetBSD: NULLCONF,v 1.15 2002/06/17 05:14:11 lukem Exp $
#
include "arch/hpcmips/conf/std.hpcmips"
@ -39,3 +39,4 @@ wskbd* at hpckbd? mux 1
wsmouse* at vrpiu? mux 0
pseudo-device biconsdev 1 # build-in console device
pseudo-device clockctl # user control of clock subsystem

View File

@ -2,7 +2,7 @@
# Distribution kernel (TOSHIBA TX3912 based model) kernel config file
#
# $NetBSD: TX3912,v 1.42 2002/04/25 15:06:27 atatat Exp $
# $NetBSD: TX3912,v 1.43 2002/06/17 05:14:11 lukem Exp $
#
include "arch/hpcmips/conf/std.hpcmips"
@ -268,6 +268,7 @@ pseudo-device wsmux
# miscellaneous pseudo-devices
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device pty # pseudo-terminals
pseudo-device clockctl # user control of clock subsystem
# for IPv6
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)

View File

@ -1,7 +1,7 @@
#
# Distribution kernel (TOSHIBA TX3922 based model) kernel config file
#
# $NetBSD: TX3922,v 1.44 2002/04/25 15:06:27 atatat Exp $
# $NetBSD: TX3922,v 1.45 2002/06/17 05:14:11 lukem Exp $
#
include "arch/hpcmips/conf/std.hpcmips"
@ -330,6 +330,7 @@ pseudo-device wsmux
# miscellaneous pseudo-devices
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device pty # pseudo-terminals
pseudo-device clockctl # user control of clock subsystem
# 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: VR41XX,v 1.8 2002/04/25 15:06:27 atatat Exp $
# $NetBSD: VR41XX,v 1.9 2002/06/17 05:14:11 lukem Exp $
#
# GENERIC machine description file
#
@ -20,7 +20,7 @@
include "arch/hpcmips/conf/std.hpcmips"
include "arch/hpcmips/conf/std.hpcmips.vr41"
#ident "GENERIC-$Revision: 1.8 $"
#ident "GENERIC-$Revision: 1.9 $"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
@ -492,6 +492,7 @@ pseudo-device ipfilter # IP filter, NAT
pseudo-device vnd 4 # virtual disk ick
#pseudo-device ccd 4 # concatenated disks
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem
pseudo-device biconsdev 1 # build-in console device
pseudo-device wsmux # mouse & keyboard multiplexor

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.24 2002/04/25 15:06:28 atatat Exp $
# $NetBSD: GENERIC,v 1.25 2002/06/17 05:14:11 lukem Exp $
#
# GENERIC machine description file
#
@ -159,6 +159,7 @@ pseudo-device loop # network loopback
# 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
# mouse & keyboard multiplexor pseudo-devices
pseudo-device wsmux

View File

@ -1,4 +1,4 @@
# $NetBSD: HPW650PA,v 1.9 2002/04/25 15:06:28 atatat Exp $
# $NetBSD: HPW650PA,v 1.10 2002/06/17 05:14:12 lukem Exp $
#
# HITACHI PERSONA HPW650PA
#
@ -86,3 +86,4 @@ pseudo-device pty # pseudo-terminals
pseudo-device bpfilter 1 # Berkeley packet filter
pseudo-device loop # network loopback
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,4 +1,4 @@
# $NetBSD: CARDBUS,v 1.59 2002/06/06 21:16:47 gmcgarry Exp $
# $NetBSD: CARDBUS,v 1.60 2002/06/17 05:14:12 lukem Exp $
#
# CARDBUS: GENERIC + CardBus support. Additionally, some
# things typically not found on laptops have been commented out.
@ -10,7 +10,7 @@ include "arch/i386/conf/std.i386"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "CARDBUS-$Revision: 1.59 $"
#ident "CARDBUS-$Revision: 1.60 $"
maxusers 32 # estimated number of users
@ -954,6 +954,7 @@ 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
# 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: DELPHI,v 1.17 2002/04/25 15:06:28 atatat Exp $
# $NetBSD: DELPHI,v 1.18 2002/06/17 05:14:12 lukem Exp $
#
# DELPHI -- one of thorpej@zembu.com's devel machines
#
@ -7,7 +7,7 @@ include "arch/i386/conf/std.i386"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
ident "DELPHI-$Revision: 1.17 $"
ident "DELPHI-$Revision: 1.18 $"
maxusers 64 # estimated number of users
@ -780,6 +780,7 @@ pseudo-device pty 128 # pseudo-terminals
# 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
# 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: DISKLESS,v 1.85 2002/04/25 15:06:28 atatat Exp $
# $NetBSD: DISKLESS,v 1.86 2002/06/17 05:14:12 lukem Exp $
#
# DISKLESS -- Generic machine setup for diskless boot.
# This kernel can be loaded from a bootable floppy (i.e. kernel-copy)
@ -273,3 +273,4 @@ pseudo-device pty # pseudo-terminals
pseudo-device tb 1 # tablet line discipline
#pseudo-device vnd 4 # paging to files
#pseudo-device ccd 4 # concatenated disk devices
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,4 +1,4 @@
# $NetBSD: DR-EVIL,v 1.45 2002/06/06 21:16:48 gmcgarry Exp $
# $NetBSD: DR-EVIL,v 1.46 2002/06/17 05:14:12 lukem Exp $
#
# DR-EVIL -- Dell Inspiron 3800 laptop used by thorpej@netbsd.org
#
@ -835,6 +835,7 @@ 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
# 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: GENERIC,v 1.493 2002/06/06 21:16:48 gmcgarry Exp $
# $NetBSD: GENERIC,v 1.494 2002/06/17 05:14:12 lukem Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/i386/conf/std.i386"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.493 $"
#ident "GENERIC-$Revision: 1.494 $"
maxusers 32 # estimated number of users
@ -1068,6 +1068,7 @@ 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
# 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: GENERIC_LAPTOP,v 1.51 2002/06/06 21:16:49 gmcgarry Exp $
# $NetBSD: GENERIC_LAPTOP,v 1.52 2002/06/17 05:14:13 lukem Exp $
# From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
#
# GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.51 $"
#ident "GENERIC-$Revision: 1.52 $"
maxusers 32 # estimated number of users
@ -795,6 +795,7 @@ 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
# 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: GENERIC_PS2TINY,v 1.12 2002/04/25 15:06:29 atatat Exp $
# $NetBSD: GENERIC_PS2TINY,v 1.13 2002/06/17 05:14:13 lukem Exp $
#
# GENERIC-style kernel config for IBM PS/2 with MCA bus. It only contains
# IBM PS/2 related stuff and has been generally trimmed down somewhat,
@ -226,3 +226,4 @@ pseudo-device md 1 # memory disk device (ramdisk)
# 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

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_TINY,v 1.40 2002/04/25 15:06:29 atatat Exp $
# $NetBSD: GENERIC_TINY,v 1.41 2002/06/17 05:14:13 lukem Exp $
#
# GENERIC_TINY -- suitable default for 4M machines
# No EISA, PCI, or SCSI.
@ -565,3 +565,4 @@ pseudo-device pty # pseudo-terminals
#pseudo-device tb 1 # tablet line discipline
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: HOMEWORLD,v 1.67 2002/04/25 15:06:29 atatat Exp $
# $NetBSD: HOMEWORLD,v 1.68 2002/06/17 05:14:13 lukem Exp $
# From: GENERIC,v 1.212 1999/01/06 23:30:53 thorpej Exp
#
# HOMEWORLD - TNF mail/gnats
@ -629,6 +629,7 @@ 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
# 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: IOPENER,v 1.28 2002/04/25 15:06:29 atatat Exp $
# $NetBSD: IOPENER,v 1.29 2002/06/17 05:14:13 lukem Exp $
#
# IOPENER -- GENERIC-like kernel for the Netpliance i-opener
# from: GENERIC,v 1.358 2000/07/05 04:07:25 sommerfeld Exp
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "IOPENER-$Revision: 1.28 $"
#ident "IOPENER-$Revision: 1.29 $"
maxusers 32 # estimated number of users
@ -398,6 +398,7 @@ 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
# 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: LAMB,v 1.23 2002/06/06 21:16:49 gmcgarry Exp $
# $NetBSD: LAMB,v 1.24 2002/06/17 05:14:13 lukem Exp $
#
# LAMB - a complete kernel for wildlab LAMB, http://www.wildlab.com/
#
@ -7,7 +7,7 @@ include "arch/i386/conf/std.i386"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.23 $"
#ident "GENERIC-$Revision: 1.24 $"
maxusers 32 # estimated number of users
@ -368,6 +368,7 @@ 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
# 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: MINBAR,v 1.38 2002/04/25 15:06:30 atatat Exp $
# $NetBSD: MINBAR,v 1.39 2002/06/17 05:14:14 lukem Exp $
# From: GENERIC,v 1.212 1999/01/06 23:30:53 thorpej Exp
#
# MINBAR -- offshore CVS server
@ -615,6 +615,7 @@ 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
# 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: NBFTP,v 1.41 2002/04/25 15:06:30 atatat Exp $
# $NetBSD: NBFTP,v 1.42 2002/06/17 05:14:14 lukem Exp $
# From: GENERIC,v 1.212 1999/01/06 23:30:53 thorpej Exp
#
# NBFTP -- ftp/sup.netbsd.org server machine
@ -629,6 +629,7 @@ 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
# 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: NET4501,v 1.7 2002/06/06 21:16:50 gmcgarry Exp $
# $NetBSD: NET4501,v 1.8 2002/06/17 05:14:14 lukem Exp $
#
# NET4501 -- kernel configuration for a Soekris Engineering net4501
# single-board computer.
@ -10,7 +10,7 @@ include "arch/i386/conf/std.i386"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "NET4501-$Revision: 1.7 $"
#ident "NET4501-$Revision: 1.8 $"
maxusers 32 # estimated number of users
@ -258,3 +258,4 @@ pseudo-device pty # pseudo-terminals
# 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

View File

@ -1,4 +1,4 @@
# $NetBSD: SWINGER,v 1.32 2002/04/25 15:06:30 atatat Exp $
# $NetBSD: SWINGER,v 1.33 2002/06/17 05:14:14 lukem Exp $
# from NetBSD: GENERIC,v 1.325 2000/04/14 14:53:32 augustss Exp
#
# SWINGER -- thorpej's Abit BP6+dual Celeron
@ -8,7 +8,7 @@ include "arch/i386/conf/std.i386"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "SWINGER-$Revision: 1.32 $"
#ident "SWINGER-$Revision: 1.33 $"
maxusers 64 # estimated number of users
@ -807,6 +807,7 @@ 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
# 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: GENERIC,v 1.30 2002/04/25 15:06:30 atatat Exp $
# $NetBSD: GENERIC,v 1.31 2002/06/17 05:14:14 lukem Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/luna68k/conf/std.luna68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.30 $"
#ident "GENERIC-$Revision: 1.31 $"
maxusers 8
@ -163,3 +163,4 @@ pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device bridge # simple inter-network bridging
#pseudo-device vnd 2 # disk-like interface to files
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.126 2002/04/27 19:29:08 shiba Exp $
# $NetBSD: GENERIC,v 1.127 2002/06/17 05:14:15 lukem Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/mac68k/conf/std.mac68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.126 $"
#ident "GENERIC-$Revision: 1.127 $"
maxusers 16 # estimated number of users
@ -302,6 +302,7 @@ pseudo-device grf 2 # grf emulation for wscons
pseudo-device ite 1 # ite emulation for wscons
pseudo-device pty # pseudo-terminals
#pseudo-device tb 1 # tablet line discipline
pseudo-device clockctl # user control of clock subsystem
# random number generator pseudo-device
pseudo-device rnd # /dev/random and in-kernel generator

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERICSBC,v 1.17 2002/04/27 19:29:08 shiba Exp $
# $NetBSD: GENERICSBC,v 1.18 2002/06/17 05:14:15 lukem Exp $
#
# GENERICSBC
@ -6,7 +6,7 @@ include "arch/mac68k/conf/std.mac68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERICSBC-$Revision: 1.17 $"
#ident "GENERICSBC-$Revision: 1.18 $"
maxusers 16 # estimated number of users
@ -286,6 +286,7 @@ pseudo-device grf 2 # grf emulation for wscons
pseudo-device ite 1 # ite emulation for wscons
pseudo-device pty # pseudo-terminals
#pseudo-device tb 1 # tablet line discipline
pseudo-device clockctl # user control of clock subsystem
# random number generator pseudo-device
pseudo-device rnd # /dev/random and in-kernel generator

View File

@ -1,4 +1,4 @@
# $NetBSD: SMALLRAM,v 1.1 2002/05/19 21:58:27 scottr Exp $
# $NetBSD: SMALLRAM,v 1.2 2002/06/17 05:14:15 lukem Exp $
#
# This is an example of how to configure a small, efficient kernel for a
# system with limited RAM. Even so it's capable of doing quite a bit. The
@ -13,7 +13,7 @@ include "arch/mac68k/conf/std.mac68k"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "SMALLRAM-$Revision: 1.1 $"
#ident "SMALLRAM-$Revision: 1.2 $"
maxusers 8
@ -294,6 +294,7 @@ pseudo-device grf 2 # grf emulation for wscons
pseudo-device ite 1 # ite emulation for wscons
pseudo-device pty # pseudo-terminals
#pseudo-device tb 1 # tablet line discipline
pseudo-device clockctl # user control of clock subsystem
# rnd is EXPERIMENTAL at this point.
#pseudo-device rnd # /dev/random and in-kernel generator

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.130 2002/06/07 20:27:14 briggs Exp $
# $NetBSD: GENERIC,v 1.131 2002/06/17 05:14:15 lukem Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/macppc/conf/std.macppc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.130 $"
#ident "GENERIC-$Revision: 1.131 $"
maxusers 32
@ -381,3 +381,4 @@ pseudo-device pty # pseudo-terminals
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device openfirm # /dev/openfirm
pseudo-device wsmux # mouse and keyboard multiplexor
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,4 +1,4 @@
# $NetBSD: POWERMAC,v 1.36 2002/04/25 15:06:31 atatat Exp $
# $NetBSD: POWERMAC,v 1.37 2002/06/17 05:14:15 lukem Exp $
#
# POWERMAC config file
#
@ -105,3 +105,4 @@ pseudo-device vnd 4 # disk-like interface to files
pseudo-device ccd 4 # concatenated/striped disk devices
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device openfirm # /dev/openfirm
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.18 2002/04/25 15:06:31 atatat Exp $
# $NetBSD: GENERIC,v 1.19 2002/06/17 05:14:16 lukem Exp $
#
# GENERIC machine description file
#
@ -157,6 +157,7 @@ pseudo-device bpfilter 16 # Berkeley Packet Filter
#pseudo-device ipfilter # ip filter
pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device bridge # simple inter-network bridging
pseudo-device clockctl # user control of clock subsystem
# random number generator pseudo-device
pseudo-device rnd # /dev/random and in-kernel generator

View File

@ -1,5 +1,5 @@
#
# $NetBSD: RC3230,v 1.10 2002/04/25 15:06:31 atatat Exp $
# $NetBSD: RC3230,v 1.11 2002/06/17 05:14:16 lukem Exp $
#
include "arch/mipsco/conf/std.mipsco"
@ -141,6 +141,7 @@ pseudo-device ccd 4 # concatenated and striped disks
#pseudo-device raid 4 # RAIDframe disk driver
#pseudo-device strip 1 # radio clock
#pseudo-device ipfilter # ip filter
pseudo-device clockctl # user control of clock subsystem
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
pseudo-device faith 1 # IPv[46] tcp relay translation i/f

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.39 2002/04/25 15:06:31 atatat Exp $
# $NetBSD: GENERIC,v 1.40 2002/06/17 05:14:16 lukem Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/mmeye/conf/std.mmeye"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.39 $"
#ident "GENERIC-$Revision: 1.40 $"
maxusers 16 # estimated number of users
@ -194,6 +194,7 @@ pseudo-device pty # pseudo-terminals
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device vcoda 4 # coda minicache <-> venus comm.
#pseudo-device md 1 # memory disk device (ramdisk)
pseudo-device clockctl # user control of clock subsystem
# Enable the hooks used for initializing the root memory-disk.
#options MEMORY_DISK_HOOKS

View File

@ -1,4 +1,4 @@
# $NetBSD: MMEYE,v 1.14 2002/04/25 15:06:32 atatat Exp $
# $NetBSD: MMEYE,v 1.15 2002/06/17 05:14:16 lukem Exp $
#
# GENERIC -- everything that's currently supported
#
@ -99,6 +99,7 @@ pseudo-device vnd 4 # disk-like interface to files
#pseudo-device ipfilter # IP filter (firewall) and NAT
pseudo-device loop # network loopback
pseudo-device pty # pseudo-terminals
pseudo-device clockctl # user control of clock subsystem
# Enable the hooks used for initializing the root memory-disk.
#options MEMORY_DISK_HOOKS

View File

@ -1,4 +1,4 @@
# $NetBSD: MMTA,v 1.15 2002/04/25 15:06:32 atatat Exp $
# $NetBSD: MMTA,v 1.16 2002/06/17 05:14:16 lukem Exp $
#
# GENERIC -- everything that's currently supported
#
@ -218,6 +218,7 @@ pseudo-device tun 2 # network tunneling over tty
# miscellaneous pseudo-devices
pseudo-device pty # pseudo-terminals
#pseudo-device tb 1 # tablet line discipline
pseudo-device clockctl # user control of clock subsystem
# rnd is EXPERIMENTAL at this point.
#pseudo-device rnd # /dev/random and in-kernel generator

View File

@ -1,4 +1,4 @@
# $NetBSD: MMTAICE,v 1.15 2002/04/25 15:06:32 atatat Exp $
# $NetBSD: MMTAICE,v 1.16 2002/06/17 05:14:16 lukem Exp $
#
# GENERIC -- everything that's currently supported
#
@ -251,6 +251,7 @@ pseudo-device tun 2 # network tunneling over tty
# miscellaneous pseudo-devices
pseudo-device pty # pseudo-terminals
#pseudo-device tb 1 # tablet line discipline
pseudo-device clockctl # user control of clock subsystem
# rnd is EXPERIMENTAL at this point.
#pseudo-device rnd # /dev/random and in-kernel generator

View File

@ -1,4 +1,4 @@
# $NetBSD: MMTANEW,v 1.15 2002/04/25 15:06:32 atatat Exp $
# $NetBSD: MMTANEW,v 1.16 2002/06/17 05:14:16 lukem Exp $
#
# GENERIC -- everything that's currently supported
#
@ -225,6 +225,7 @@ pseudo-device tun 2 # network tunneling over tty
# miscellaneous pseudo-devices
pseudo-device pty # pseudo-terminals
#pseudo-device tb 1 # tablet line discipline
pseudo-device clockctl # user control of clock subsystem
# rnd is EXPERIMENTAL at this point.
#pseudo-device rnd # /dev/random and in-kernel generator

View File

@ -1,4 +1,4 @@
# $NetBSD: MMTAROMNEW,v 1.15 2002/04/25 15:06:32 atatat Exp $
# $NetBSD: MMTAROMNEW,v 1.16 2002/06/17 05:14:17 lukem Exp $
#
# GENERIC -- everything that's currently supported
#
@ -227,6 +227,7 @@ include "arch/mmeye/conf/GENERIC.local"
# miscellaneous pseudo-devices
#pseudo-device pty # pseudo-terminals
#pseudo-device tb 1 # tablet line discipline
pseudo-device clockctl # user control of clock subsystem
# rnd is EXPERIMENTAL at this point.
#pseudo-device rnd # /dev/random and in-kernel generator

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.34 2002/04/25 15:06:32 atatat Exp $
# $NetBSD: GENERIC,v 1.35 2002/06/17 05:14:17 lukem Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/mvme68k/conf/std.mvme68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.34 $"
#ident "GENERIC-$Revision: 1.35 $"
# Boards this kernel supports
options MVME147
@ -103,6 +103,7 @@ pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device bridge # simple inter-network bridging
pseudo-device pty # pseudo-terminals
pseudo-device vnd 2
pseudo-device clockctl # user control of clock subsystem
# random number generator pseudo-device
pseudo-device rnd # /dev/random and in-kernel generator

View File

@ -1,4 +1,4 @@
# $NetBSD: VME147,v 1.40 2002/04/25 15:06:32 atatat Exp $
# $NetBSD: VME147,v 1.41 2002/06/17 05:14:17 lukem Exp $
include "arch/mvme68k/conf/std.mvme68k"
@ -62,6 +62,7 @@ pseudo-device bpfilter
pseudo-device pty
pseudo-device vnd 2
pseudo-device rnd
pseudo-device clockctl # user control of clock subsystem
mainbus0 at root

View File

@ -1,4 +1,4 @@
# $NetBSD: VME162,v 1.13 2002/04/25 15:06:32 atatat Exp $
# $NetBSD: VME162,v 1.14 2002/06/17 05:14:17 lukem Exp $
include "arch/mvme68k/conf/std.mvme68k"
@ -63,6 +63,7 @@ pseudo-device bpfilter
pseudo-device pty
pseudo-device vnd 2
pseudo-device rnd
pseudo-device clockctl # user control of clock subsystem
mainbus0 at root

View File

@ -1,4 +1,4 @@
# $NetBSD: VME167,v 1.17 2002/04/25 15:06:33 atatat Exp $
# $NetBSD: VME167,v 1.18 2002/06/17 05:14:17 lukem Exp $
include "arch/mvme68k/conf/std.mvme68k"
@ -63,6 +63,7 @@ pseudo-device bpfilter
pseudo-device pty
pseudo-device vnd 2
pseudo-device rnd
pseudo-device clockctl # user control of clock subsystem
mainbus0 at root

View File

@ -1,4 +1,4 @@
# $NetBSD: VME172,v 1.13 2002/04/25 15:06:33 atatat Exp $
# $NetBSD: VME172,v 1.14 2002/06/17 05:14:17 lukem Exp $
include "arch/mvme68k/conf/std.mvme68k"
@ -61,6 +61,7 @@ pseudo-device loop
pseudo-device bpfilter
pseudo-device pty
pseudo-device rnd
pseudo-device clockctl # user control of clock subsystem
mainbus0 at root

View File

@ -1,4 +1,4 @@
# $NetBSD: VME177,v 1.13 2002/04/25 15:06:33 atatat Exp $
# $NetBSD: VME177,v 1.14 2002/06/17 05:14:17 lukem Exp $
include "arch/mvme68k/conf/std.mvme68k"
@ -61,6 +61,7 @@ pseudo-device loop
pseudo-device bpfilter
pseudo-device pty
pseudo-device rnd
pseudo-device clockctl # user control of clock subsystem
mainbus0 at root

View File

@ -1,11 +1,11 @@
# $NetBSD: MVME1600,v 1.7 2002/04/25 15:06:33 atatat Exp $
# $NetBSD: MVME1600,v 1.8 2002/06/17 05:14:18 lukem Exp $
#
include "arch/mvmeppc/conf/std.mvmeppc"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "MVME1600-$Revision: 1.7 $"
#ident "MVME1600-$Revision: 1.8 $"
maxusers 8
@ -238,6 +238,7 @@ 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
pseudo-device clockctl # user control of clock subsystem
# 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: GENERIC,v 1.23 2002/04/25 15:06:33 atatat Exp $
# $NetBSD: GENERIC,v 1.24 2002/06/17 05:14:18 lukem Exp $
#
# GENERIC machine description file
#
@ -246,3 +246,4 @@ pseudo-device loop # network loopback
# 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

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.33 2002/04/25 15:06:33 atatat Exp $
# $NetBSD: GENERIC,v 1.34 2002/06/17 05:14:18 lukem Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/news68k/conf/std.news68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.33 $"
#ident "GENERIC-$Revision: 1.34 $"
maxusers 8
@ -221,3 +221,4 @@ pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device bridge # simple inter-network bridging
pseudo-device rnd # /dev/random and in-kernle generator
#pseudo-device vcoda 4 # coda minicache <-> venus comm.
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC_TINY,v 1.14 2002/04/25 15:06:33 atatat Exp $
# $NetBSD: GENERIC_TINY,v 1.15 2002/06/17 05:14:18 lukem Exp $
# news68k GENERIC config file for low memory machines;
#
@ -6,7 +6,7 @@ include "arch/news68k/conf/std.news68k"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC_TINY-$Revision: 1.14 $"
#ident "GENERIC_TINY-$Revision: 1.15 $"
maxusers 4
@ -201,3 +201,4 @@ pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
pseudo-device bridge # simple inter-network bridging
pseudo-device rnd # /dev/random and in-kernle generator
#pseudo-device vcoda 4 # coda minicache <-> venus comm.
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,4 +1,4 @@
# $NetBSD: LIBERO,v 1.17 2002/04/25 15:06:33 atatat Exp $
# $NetBSD: LIBERO,v 1.18 2002/06/17 05:14:18 lukem Exp $
# NEWS1750 config file;
#
@ -157,3 +157,4 @@ pseudo-device ipfilter # ip filter
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
pseudo-device rnd # /dev/random and in-kernle generator
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,4 +1,4 @@
# $NetBSD: NEWS1200,v 1.18 2002/04/25 15:06:33 atatat Exp $
# $NetBSD: NEWS1200,v 1.19 2002/06/17 05:14:19 lukem Exp $
# news1200 config file
#
@ -145,3 +145,4 @@ pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
#pseudo-device faith 1 # IPv[46] tcp relay translation i/f
pseudo-device rnd # /dev/random and in-kernle generator
#pseudo-device vcoda 4 # coda minicache <-> venus comm.
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,4 +1,4 @@
# $NetBSD: DEJIKO,v 1.6 2002/04/25 15:06:34 atatat Exp $
# $NetBSD: DEJIKO,v 1.7 2002/06/17 05:14:19 lukem Exp $
#
# Dejiko's sekai-seifuku NEWS5000 nyo.
@ -75,3 +75,4 @@ pseudo-device bpfilter 16 # Berkeley Packet Filter
pseudo-device vnd 4 # disk-like interface to files
pseudo-device pty # pseudo-terminals
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.47 2002/04/25 15:06:34 atatat Exp $
# $NetBSD: GENERIC,v 1.48 2002/06/17 05:14:19 lukem Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/newsmips/conf/std.newsmips"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.47 $"
#ident "GENERIC-$Revision: 1.48 $"
maxusers 16
@ -197,3 +197,4 @@ pseudo-device ccd 4 # concatenated and striped disks
#pseudo-device strip 1 # radio clock
#pseudo-device ipfilter # ip filter
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,7 +1,7 @@
#
# NEWS3400 config file
#
# $NetBSD: WAPIKO,v 1.17 2002/04/25 15:06:34 atatat Exp $
# $NetBSD: WAPIKO,v 1.18 2002/06/17 05:14:19 lukem Exp $
#
include "arch/newsmips/conf/std.newsmips"
@ -94,3 +94,4 @@ pseudo-device pty # pseudo-terminals
pseudo-device bpfilter 16 # Berkeley Packet Filter
pseudo-device ipfilter # ip filter
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.57 2002/05/15 18:23:06 jdolecek Exp $
# $NetBSD: GENERIC,v 1.58 2002/06/17 05:14:19 lukem Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/next68k/conf/std.next68k"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.57 $"
#ident "GENERIC-$Revision: 1.58 $"
# Needs to be set per system. i.e change these as you see fit
maxusers 16
@ -230,3 +230,4 @@ pseudo-device vnd 4 # paging to files
# options RF_INCLUDE_PARITY_DECLUSTERING=1
# options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
pseudo-device ccd 4 # concatenated disks
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,4 +1,4 @@
# $NetBSD: SLAB,v 1.12 2002/04/25 15:06:34 atatat Exp $
# $NetBSD: SLAB,v 1.13 2002/06/17 05:14:19 lukem Exp $
#
# deberg's development machine
#
@ -199,3 +199,4 @@ pseudo-device vnd 4 # paging to files
#pseudo-device raid 4 # RAIDframe disk driver
#options RAID_AUTOCONFIG # auto-configuration of RAID components
pseudo-device ccd 4 # concatenated disks
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,4 +1,4 @@
# $NetBSD: BRIQ,v 1.7 2002/04/25 15:06:34 atatat Exp $
# $NetBSD: BRIQ,v 1.8 2002/06/17 05:14:20 lukem Exp $
#
# BRIQ -- Total Impact briQ -- http://www.totalimpact.com
#
@ -7,7 +7,7 @@ include "arch/ofppc/conf/std.ofppc"
#options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.7 $"
#ident "GENERIC-$Revision: 1.8 $"
maxusers 32
@ -156,3 +156,4 @@ pseudo-device vlan # IEEE 802.1q encapsulation
#pseudo-device bridge # simple inter-network bridging
pseudo-device pty # pseudo-terminals
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,4 +1,4 @@
# $NetBSD: GENERIC,v 1.52 2002/04/25 15:06:34 atatat Exp $
# $NetBSD: GENERIC,v 1.53 2002/06/17 05:14:20 lukem Exp $
#
# GENERIC machine description file
#
@ -22,7 +22,7 @@ include "arch/ofppc/conf/std.ofppc"
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
#ident "GENERIC-$Revision: 1.52 $"
#ident "GENERIC-$Revision: 1.53 $"
maxusers 32
@ -176,3 +176,4 @@ pseudo-device vlan # IEEE 802.1q encapsulation
pseudo-device bridge # simple inter-network bridging
pseudo-device pty # pseudo-terminals
pseudo-device rnd # /dev/random and in-kernel generator
pseudo-device clockctl # user control of clock subsystem

View File

@ -1,4 +1,4 @@
# $NetBSD: BULLBOX,v 1.12 2002/04/25 15:06:35 atatat Exp $
# $NetBSD: BULLBOX,v 1.13 2002/06/17 05:14:20 lukem Exp $
#
# BULLBOX: Kernel for Jon Buller's machine
#
@ -85,3 +85,4 @@ pseudo-device tun 1 # network tunneling
pseudo-device rnd # kernel random number generator
pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
pseudo-device faith 1 # IPv[46] tcp relay translation i/f
pseudo-device clockctl # user control of clock subsystem

Some files were not shown because too many files have changed in this diff Show More