diff --git a/sys/arch/acorn26/conf/FOURMEG b/sys/arch/acorn26/conf/FOURMEG index 9caafc6bf749..f8a2b6aa4a84 100644 --- a/sys/arch/acorn26/conf/FOURMEG +++ b/sys/arch/acorn26/conf/FOURMEG @@ -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 diff --git a/sys/arch/acorn26/conf/GENERIC b/sys/arch/acorn26/conf/GENERIC index 885786ecd0d5..4a001497b35c 100644 --- a/sys/arch/acorn26/conf/GENERIC +++ b/sys/arch/acorn26/conf/GENERIC @@ -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 diff --git a/sys/arch/acorn32/conf/GENERIC b/sys/arch/acorn32/conf/GENERIC index c85f68ad29a3..8f351d5b2534 100644 --- a/sys/arch/acorn32/conf/GENERIC +++ b/sys/arch/acorn32/conf/GENERIC @@ -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" diff --git a/sys/arch/acorn32/conf/LOWMEM_WSCONS b/sys/arch/acorn32/conf/LOWMEM_WSCONS index 6dbf17e744a2..7f418a4bc6c9 100644 --- a/sys/arch/acorn32/conf/LOWMEM_WSCONS +++ b/sys/arch/acorn32/conf/LOWMEM_WSCONS @@ -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" diff --git a/sys/arch/acorn32/conf/NC b/sys/arch/acorn32/conf/NC index 97d02afb8fe2..63e7379ed1c7 100644 --- a/sys/arch/acorn32/conf/NC +++ b/sys/arch/acorn32/conf/NC @@ -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" diff --git a/sys/arch/acorn32/conf/NC_WSCONS b/sys/arch/acorn32/conf/NC_WSCONS index 984e6c4ff095..d1ee8c1b2f3b 100644 --- a/sys/arch/acorn32/conf/NC_WSCONS +++ b/sys/arch/acorn32/conf/NC_WSCONS @@ -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" diff --git a/sys/arch/acorn32/conf/RPC_WSCONS b/sys/arch/acorn32/conf/RPC_WSCONS index 3d82753fc926..2d6cabe05530 100644 --- a/sys/arch/acorn32/conf/RPC_WSCONS +++ b/sys/arch/acorn32/conf/RPC_WSCONS @@ -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" diff --git a/sys/arch/algor/conf/P4032 b/sys/arch/algor/conf/P4032 index 82d6f6cb35fa..06bf17ac6e01 100644 --- a/sys/arch/algor/conf/P4032 +++ b/sys/arch/algor/conf/P4032 @@ -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 diff --git a/sys/arch/algor/conf/P5064 b/sys/arch/algor/conf/P5064 index 8d3530b12bbd..8d99e60452ce 100644 --- a/sys/arch/algor/conf/P5064 +++ b/sys/arch/algor/conf/P5064 @@ -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 diff --git a/sys/arch/algor/conf/P6032 b/sys/arch/algor/conf/P6032 index ed64db53e76a..3d43725cef0b 100644 --- a/sys/arch/algor/conf/P6032 +++ b/sys/arch/algor/conf/P6032 @@ -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 diff --git a/sys/arch/alpha/conf/ALPHA b/sys/arch/alpha/conf/ALPHA index 83ad7d51542c..bdce588f98e1 100644 --- a/sys/arch/alpha/conf/ALPHA +++ b/sys/arch/alpha/conf/ALPHA @@ -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 diff --git a/sys/arch/alpha/conf/BASIL b/sys/arch/alpha/conf/BASIL index 4b5bfd4b6390..7af85cf3f75d 100644 --- a/sys/arch/alpha/conf/BASIL +++ b/sys/arch/alpha/conf/BASIL @@ -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 diff --git a/sys/arch/alpha/conf/FRAU-FARBISSINA b/sys/arch/alpha/conf/FRAU-FARBISSINA index dee2c7b429e4..895464d5c27d 100644 --- a/sys/arch/alpha/conf/FRAU-FARBISSINA +++ b/sys/arch/alpha/conf/FRAU-FARBISSINA @@ -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 diff --git a/sys/arch/alpha/conf/GENERIC b/sys/arch/alpha/conf/GENERIC index 42d62c662827..0c9e6d77ac01 100644 --- a/sys/arch/alpha/conf/GENERIC +++ b/sys/arch/alpha/conf/GENERIC @@ -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 diff --git a/sys/arch/alpha/conf/RAWHIDE b/sys/arch/alpha/conf/RAWHIDE index f95f5b72acdc..228d09546f6b 100644 --- a/sys/arch/alpha/conf/RAWHIDE +++ b/sys/arch/alpha/conf/RAWHIDE @@ -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 diff --git a/sys/arch/alpha/conf/TCWSCONS b/sys/arch/alpha/conf/TCWSCONS index 57e2a3db4a66..19bdf61ebd84 100644 --- a/sys/arch/alpha/conf/TCWSCONS +++ b/sys/arch/alpha/conf/TCWSCONS @@ -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 diff --git a/sys/arch/amiga/conf/GENERIC b/sys/arch/amiga/conf/GENERIC index 7327f9009c23..5abc83605255 100644 --- a/sys/arch/amiga/conf/GENERIC +++ b/sys/arch/amiga/conf/GENERIC @@ -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 diff --git a/sys/arch/arc/conf/ARCTIC b/sys/arch/arc/conf/ARCTIC index 69a897b19d0b..af70f001ad9d 100644 --- a/sys/arch/arc/conf/ARCTIC +++ b/sys/arch/arc/conf/ARCTIC @@ -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. diff --git a/sys/arch/arc/conf/GENERIC b/sys/arch/arc/conf/GENERIC index 7c32d038e48d..1c55f298c900 100644 --- a/sys/arch/arc/conf/GENERIC +++ b/sys/arch/arc/conf/GENERIC @@ -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. diff --git a/sys/arch/arc/conf/M403 b/sys/arch/arc/conf/M403 index 396845c5197f..28a35446aa1c 100644 --- a/sys/arch/arc/conf/M403 +++ b/sys/arch/arc/conf/M403 @@ -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. diff --git a/sys/arch/arc/conf/MIMORI b/sys/arch/arc/conf/MIMORI index 06ccf3d591af..cc5bc043bcdc 100644 --- a/sys/arch/arc/conf/MIMORI +++ b/sys/arch/arc/conf/MIMORI @@ -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. diff --git a/sys/arch/arc/conf/PCCONS b/sys/arch/arc/conf/PCCONS index 51a7027d88a0..156428ca97bf 100644 --- a/sys/arch/arc/conf/PCCONS +++ b/sys/arch/arc/conf/PCCONS @@ -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. diff --git a/sys/arch/arc/conf/PICA b/sys/arch/arc/conf/PICA index 9d66e5889064..32a173696520 100644 --- a/sys/arch/arc/conf/PICA +++ b/sys/arch/arc/conf/PICA @@ -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. diff --git a/sys/arch/atari/conf/GENERIC.in b/sys/arch/atari/conf/GENERIC.in index 315916e005cb..6d99ffea60ab 100644 --- a/sys/arch/atari/conf/GENERIC.in +++ b/sys/arch/atari/conf/GENERIC.in @@ -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) diff --git a/sys/arch/bebox/conf/GENERIC b/sys/arch/bebox/conf/GENERIC index a726e5cef462..821b5fdedca8 100644 --- a/sys/arch/bebox/conf/GENERIC +++ b/sys/arch/bebox/conf/GENERIC @@ -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 diff --git a/sys/arch/cats/conf/GENERIC b/sys/arch/cats/conf/GENERIC index 6cbe5c4e241a..946680e0b3f9 100644 --- a/sys/arch/cats/conf/GENERIC +++ b/sys/arch/cats/conf/GENERIC @@ -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. diff --git a/sys/arch/cesfic/conf/GENERIC b/sys/arch/cesfic/conf/GENERIC index 80d723fdb6ec..53d95dfd58d2 100644 --- a/sys/arch/cesfic/conf/GENERIC +++ b/sys/arch/cesfic/conf/GENERIC @@ -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 diff --git a/sys/arch/cobalt/conf/GENERIC b/sys/arch/cobalt/conf/GENERIC index ddb66bb74fee..4cee42b06d8c 100644 --- a/sys/arch/cobalt/conf/GENERIC +++ b/sys/arch/cobalt/conf/GENERIC @@ -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. diff --git a/sys/arch/dreamcast/conf/GENERIC b/sys/arch/dreamcast/conf/GENERIC index 1b70da1e95c4..9f67e0855e7f 100644 --- a/sys/arch/dreamcast/conf/GENERIC +++ b/sys/arch/dreamcast/conf/GENERIC @@ -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 diff --git a/sys/arch/evbarm/conf/INTEGRATOR b/sys/arch/evbarm/conf/INTEGRATOR index 3a6ebae13969..5074575b9554 100644 --- a/sys/arch/evbarm/conf/INTEGRATOR +++ b/sys/arch/evbarm/conf/INTEGRATOR @@ -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 diff --git a/sys/arch/evbarm/conf/IQ80310 b/sys/arch/evbarm/conf/IQ80310 index 7f828219f874..7e726332c664 100644 --- a/sys/arch/evbarm/conf/IQ80310 +++ b/sys/arch/evbarm/conf/IQ80310 @@ -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 diff --git a/sys/arch/evbarm/conf/IQ80321 b/sys/arch/evbarm/conf/IQ80321 index 05209de5ca82..d74429841b21 100644 --- a/sys/arch/evbarm/conf/IQ80321 +++ b/sys/arch/evbarm/conf/IQ80321 @@ -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 diff --git a/sys/arch/evbarm/conf/TEAMASA_NPWR b/sys/arch/evbarm/conf/TEAMASA_NPWR index 719b1609cf73..3cf3f0e10407 100644 --- a/sys/arch/evbarm/conf/TEAMASA_NPWR +++ b/sys/arch/evbarm/conf/TEAMASA_NPWR @@ -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 diff --git a/sys/arch/evbmips/conf/MALTA b/sys/arch/evbmips/conf/MALTA index 403f5d32aa9b..cc1b0bdecf92 100644 --- a/sys/arch/evbmips/conf/MALTA +++ b/sys/arch/evbmips/conf/MALTA @@ -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. diff --git a/sys/arch/evbsh3/conf/COMPUTEX7750 b/sys/arch/evbsh3/conf/COMPUTEX7750 index e490dde8da46..27a7f8189ca8 100644 --- a/sys/arch/evbsh3/conf/COMPUTEX7750 +++ b/sys/arch/evbsh3/conf/COMPUTEX7750 @@ -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 diff --git a/sys/arch/evbsh3/conf/COMPUTEXEVB b/sys/arch/evbsh3/conf/COMPUTEXEVB index 71743c8dcc71..5015b655c84e 100644 --- a/sys/arch/evbsh3/conf/COMPUTEXEVB +++ b/sys/arch/evbsh3/conf/COMPUTEXEVB @@ -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 diff --git a/sys/arch/evbsh3/conf/CQREEKSH3 b/sys/arch/evbsh3/conf/CQREEKSH3 index 062304ab0d24..6794d6497720 100644 --- a/sys/arch/evbsh3/conf/CQREEKSH3 +++ b/sys/arch/evbsh3/conf/CQREEKSH3 @@ -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 diff --git a/sys/arch/evbsh3/conf/KZSH401 b/sys/arch/evbsh3/conf/KZSH401 index 424a9442da06..3f528cd676aa 100644 --- a/sys/arch/evbsh3/conf/KZSH401 +++ b/sys/arch/evbsh3/conf/KZSH401 @@ -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 diff --git a/sys/arch/hp300/conf/GENERIC b/sys/arch/hp300/conf/GENERIC index fd5fc2365a66..a01804f32afb 100644 --- a/sys/arch/hp300/conf/GENERIC +++ b/sys/arch/hp300/conf/GENERIC @@ -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. diff --git a/sys/arch/hp700/conf/GENERIC b/sys/arch/hp700/conf/GENERIC index 4beaaf0ee700..ef09178c3cdf 100644 --- a/sys/arch/hp700/conf/GENERIC +++ b/sys/arch/hp700/conf/GENERIC @@ -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. diff --git a/sys/arch/hpcarm/conf/IPAQ b/sys/arch/hpcarm/conf/IPAQ index 31c8daec392b..ec6097e34fdb 100644 --- a/sys/arch/hpcarm/conf/IPAQ +++ b/sys/arch/hpcarm/conf/IPAQ @@ -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 diff --git a/sys/arch/hpcarm/conf/JORNADA720 b/sys/arch/hpcarm/conf/JORNADA720 index da7fbbfbc2ab..16457e03fc12 100644 --- a/sys/arch/hpcarm/conf/JORNADA720 +++ b/sys/arch/hpcarm/conf/JORNADA720 @@ -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 diff --git a/sys/arch/hpcmips/conf/GENERIC b/sys/arch/hpcmips/conf/GENERIC index 6b1f7fff5c50..4dd689a91e26 100644 --- a/sys/arch/hpcmips/conf/GENERIC +++ b/sys/arch/hpcmips/conf/GENERIC @@ -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 diff --git a/sys/arch/hpcmips/conf/LROUTER b/sys/arch/hpcmips/conf/LROUTER index 8a6ee3a45c3a..e4b8e83639e7 100644 --- a/sys/arch/hpcmips/conf/LROUTER +++ b/sys/arch/hpcmips/conf/LROUTER @@ -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 diff --git a/sys/arch/hpcmips/conf/MPC303 b/sys/arch/hpcmips/conf/MPC303 index fff006af1c79..d7c5b57c7ddd 100644 --- a/sys/arch/hpcmips/conf/MPC303 +++ b/sys/arch/hpcmips/conf/MPC303 @@ -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 diff --git a/sys/arch/hpcmips/conf/NULLCONF b/sys/arch/hpcmips/conf/NULLCONF index 827799425403..58baa06708fa 100644 --- a/sys/arch/hpcmips/conf/NULLCONF +++ b/sys/arch/hpcmips/conf/NULLCONF @@ -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 diff --git a/sys/arch/hpcmips/conf/TX3912 b/sys/arch/hpcmips/conf/TX3912 index 1ac9720f7b1d..a3a8fd4d1723 100644 --- a/sys/arch/hpcmips/conf/TX3912 +++ b/sys/arch/hpcmips/conf/TX3912 @@ -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) diff --git a/sys/arch/hpcmips/conf/TX3922 b/sys/arch/hpcmips/conf/TX3922 index 9043dd4f250e..e3292ef56c07 100644 --- a/sys/arch/hpcmips/conf/TX3922 +++ b/sys/arch/hpcmips/conf/TX3922 @@ -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. diff --git a/sys/arch/hpcmips/conf/VR41XX b/sys/arch/hpcmips/conf/VR41XX index ce0c314e9589..1a679ec2c67e 100644 --- a/sys/arch/hpcmips/conf/VR41XX +++ b/sys/arch/hpcmips/conf/VR41XX @@ -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 diff --git a/sys/arch/hpcsh/conf/GENERIC b/sys/arch/hpcsh/conf/GENERIC index 403fb0534daf..83909ec61c19 100644 --- a/sys/arch/hpcsh/conf/GENERIC +++ b/sys/arch/hpcsh/conf/GENERIC @@ -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 diff --git a/sys/arch/hpcsh/conf/HPW650PA b/sys/arch/hpcsh/conf/HPW650PA index 9a56c8aa1e41..24afdaceb127 100644 --- a/sys/arch/hpcsh/conf/HPW650PA +++ b/sys/arch/hpcsh/conf/HPW650PA @@ -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 diff --git a/sys/arch/i386/conf/CARDBUS b/sys/arch/i386/conf/CARDBUS index 18a292bdf60a..3d524235e5df 100644 --- a/sys/arch/i386/conf/CARDBUS +++ b/sys/arch/i386/conf/CARDBUS @@ -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. diff --git a/sys/arch/i386/conf/DELPHI b/sys/arch/i386/conf/DELPHI index a3e779da6aef..2f21930a467e 100644 --- a/sys/arch/i386/conf/DELPHI +++ b/sys/arch/i386/conf/DELPHI @@ -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. diff --git a/sys/arch/i386/conf/DISKLESS b/sys/arch/i386/conf/DISKLESS index 6a3f832d1a76..7d545a33724d 100644 --- a/sys/arch/i386/conf/DISKLESS +++ b/sys/arch/i386/conf/DISKLESS @@ -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 diff --git a/sys/arch/i386/conf/DR-EVIL b/sys/arch/i386/conf/DR-EVIL index da03b50a0e33..0381c3267a11 100644 --- a/sys/arch/i386/conf/DR-EVIL +++ b/sys/arch/i386/conf/DR-EVIL @@ -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. diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 4b2c4c3bedf1..c64dc7b261a6 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -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. diff --git a/sys/arch/i386/conf/GENERIC_LAPTOP b/sys/arch/i386/conf/GENERIC_LAPTOP index 710acd07707b..d87672b079e7 100644 --- a/sys/arch/i386/conf/GENERIC_LAPTOP +++ b/sys/arch/i386/conf/GENERIC_LAPTOP @@ -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. diff --git a/sys/arch/i386/conf/GENERIC_PS2TINY b/sys/arch/i386/conf/GENERIC_PS2TINY index 32eb0d4bef9f..d1e39c2c71ca 100644 --- a/sys/arch/i386/conf/GENERIC_PS2TINY +++ b/sys/arch/i386/conf/GENERIC_PS2TINY @@ -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 diff --git a/sys/arch/i386/conf/GENERIC_TINY b/sys/arch/i386/conf/GENERIC_TINY index 7814de40967d..f5cf1b61b980 100644 --- a/sys/arch/i386/conf/GENERIC_TINY +++ b/sys/arch/i386/conf/GENERIC_TINY @@ -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 diff --git a/sys/arch/i386/conf/HOMEWORLD b/sys/arch/i386/conf/HOMEWORLD index e8acea589ba4..e51254af3bce 100644 --- a/sys/arch/i386/conf/HOMEWORLD +++ b/sys/arch/i386/conf/HOMEWORLD @@ -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. diff --git a/sys/arch/i386/conf/IOPENER b/sys/arch/i386/conf/IOPENER index dc1bce8de5cc..c87633dcf084 100644 --- a/sys/arch/i386/conf/IOPENER +++ b/sys/arch/i386/conf/IOPENER @@ -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. diff --git a/sys/arch/i386/conf/LAMB b/sys/arch/i386/conf/LAMB index eac61ecc3795..8529fc43a559 100644 --- a/sys/arch/i386/conf/LAMB +++ b/sys/arch/i386/conf/LAMB @@ -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. diff --git a/sys/arch/i386/conf/MINBAR b/sys/arch/i386/conf/MINBAR index 8e922e076ca0..8b0f876be91f 100644 --- a/sys/arch/i386/conf/MINBAR +++ b/sys/arch/i386/conf/MINBAR @@ -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. diff --git a/sys/arch/i386/conf/NBFTP b/sys/arch/i386/conf/NBFTP index 682702db97a3..49e155d03f74 100644 --- a/sys/arch/i386/conf/NBFTP +++ b/sys/arch/i386/conf/NBFTP @@ -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. diff --git a/sys/arch/i386/conf/NET4501 b/sys/arch/i386/conf/NET4501 index b38ceb25994a..7e3e6c38d36f 100644 --- a/sys/arch/i386/conf/NET4501 +++ b/sys/arch/i386/conf/NET4501 @@ -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 diff --git a/sys/arch/i386/conf/SWINGER b/sys/arch/i386/conf/SWINGER index cb5b4aa0b6b2..f1a9debf1a6d 100644 --- a/sys/arch/i386/conf/SWINGER +++ b/sys/arch/i386/conf/SWINGER @@ -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. diff --git a/sys/arch/luna68k/conf/GENERIC b/sys/arch/luna68k/conf/GENERIC index 685dae83fe7a..f75a3d26dce9 100644 --- a/sys/arch/luna68k/conf/GENERIC +++ b/sys/arch/luna68k/conf/GENERIC @@ -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 diff --git a/sys/arch/mac68k/conf/GENERIC b/sys/arch/mac68k/conf/GENERIC index 2a3d0f71f93b..539821b9b862 100644 --- a/sys/arch/mac68k/conf/GENERIC +++ b/sys/arch/mac68k/conf/GENERIC @@ -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 diff --git a/sys/arch/mac68k/conf/GENERICSBC b/sys/arch/mac68k/conf/GENERICSBC index fb427e0d18a5..ae7d144b2bb6 100644 --- a/sys/arch/mac68k/conf/GENERICSBC +++ b/sys/arch/mac68k/conf/GENERICSBC @@ -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 diff --git a/sys/arch/mac68k/conf/SMALLRAM b/sys/arch/mac68k/conf/SMALLRAM index eda7c3137a0c..5d3aa651de65 100644 --- a/sys/arch/mac68k/conf/SMALLRAM +++ b/sys/arch/mac68k/conf/SMALLRAM @@ -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 diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC index 7c07ab9af86f..6d3a1ab30e6a 100644 --- a/sys/arch/macppc/conf/GENERIC +++ b/sys/arch/macppc/conf/GENERIC @@ -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 diff --git a/sys/arch/macppc/conf/POWERMAC b/sys/arch/macppc/conf/POWERMAC index b7953d104fd7..73a8731e58f8 100644 --- a/sys/arch/macppc/conf/POWERMAC +++ b/sys/arch/macppc/conf/POWERMAC @@ -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 diff --git a/sys/arch/mipsco/conf/GENERIC b/sys/arch/mipsco/conf/GENERIC index aaade146c719..dd649d62e3ef 100644 --- a/sys/arch/mipsco/conf/GENERIC +++ b/sys/arch/mipsco/conf/GENERIC @@ -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 diff --git a/sys/arch/mipsco/conf/RC3230 b/sys/arch/mipsco/conf/RC3230 index c217eaa9dfbb..d58850175390 100644 --- a/sys/arch/mipsco/conf/RC3230 +++ b/sys/arch/mipsco/conf/RC3230 @@ -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 diff --git a/sys/arch/mmeye/conf/GENERIC b/sys/arch/mmeye/conf/GENERIC index 832c5d9602c6..ae164c7a40d8 100644 --- a/sys/arch/mmeye/conf/GENERIC +++ b/sys/arch/mmeye/conf/GENERIC @@ -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 diff --git a/sys/arch/mmeye/conf/MMEYE b/sys/arch/mmeye/conf/MMEYE index ac5d7bc7f841..36c9ca3920e4 100644 --- a/sys/arch/mmeye/conf/MMEYE +++ b/sys/arch/mmeye/conf/MMEYE @@ -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 diff --git a/sys/arch/mmeye/conf/MMTA b/sys/arch/mmeye/conf/MMTA index c4e80e25849d..7869f4004e0e 100644 --- a/sys/arch/mmeye/conf/MMTA +++ b/sys/arch/mmeye/conf/MMTA @@ -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 diff --git a/sys/arch/mmeye/conf/MMTAICE b/sys/arch/mmeye/conf/MMTAICE index 27b038ac4a31..910a41acbc36 100644 --- a/sys/arch/mmeye/conf/MMTAICE +++ b/sys/arch/mmeye/conf/MMTAICE @@ -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 diff --git a/sys/arch/mmeye/conf/MMTANEW b/sys/arch/mmeye/conf/MMTANEW index b2e1880c04cb..57a0a0d1b6f9 100644 --- a/sys/arch/mmeye/conf/MMTANEW +++ b/sys/arch/mmeye/conf/MMTANEW @@ -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 diff --git a/sys/arch/mmeye/conf/MMTAROMNEW b/sys/arch/mmeye/conf/MMTAROMNEW index 73da5d144922..4c4e872feda5 100644 --- a/sys/arch/mmeye/conf/MMTAROMNEW +++ b/sys/arch/mmeye/conf/MMTAROMNEW @@ -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 diff --git a/sys/arch/mvme68k/conf/GENERIC b/sys/arch/mvme68k/conf/GENERIC index 14f644df87f3..88f6f6668a65 100644 --- a/sys/arch/mvme68k/conf/GENERIC +++ b/sys/arch/mvme68k/conf/GENERIC @@ -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 diff --git a/sys/arch/mvme68k/conf/VME147 b/sys/arch/mvme68k/conf/VME147 index c78e9f0f2d0b..541a3bcdba7f 100644 --- a/sys/arch/mvme68k/conf/VME147 +++ b/sys/arch/mvme68k/conf/VME147 @@ -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 diff --git a/sys/arch/mvme68k/conf/VME162 b/sys/arch/mvme68k/conf/VME162 index de015eb55fe9..ea436eee8bfd 100644 --- a/sys/arch/mvme68k/conf/VME162 +++ b/sys/arch/mvme68k/conf/VME162 @@ -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 diff --git a/sys/arch/mvme68k/conf/VME167 b/sys/arch/mvme68k/conf/VME167 index e062204e8f9b..21b7d3b47d89 100644 --- a/sys/arch/mvme68k/conf/VME167 +++ b/sys/arch/mvme68k/conf/VME167 @@ -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 diff --git a/sys/arch/mvme68k/conf/VME172 b/sys/arch/mvme68k/conf/VME172 index 51b3e3559876..b95787477030 100644 --- a/sys/arch/mvme68k/conf/VME172 +++ b/sys/arch/mvme68k/conf/VME172 @@ -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 diff --git a/sys/arch/mvme68k/conf/VME177 b/sys/arch/mvme68k/conf/VME177 index 983a0e983350..8c516e98da9d 100644 --- a/sys/arch/mvme68k/conf/VME177 +++ b/sys/arch/mvme68k/conf/VME177 @@ -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 diff --git a/sys/arch/mvmeppc/conf/MVME1600 b/sys/arch/mvmeppc/conf/MVME1600 index f74401608215..c41ba50c33c7 100644 --- a/sys/arch/mvmeppc/conf/MVME1600 +++ b/sys/arch/mvmeppc/conf/MVME1600 @@ -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. diff --git a/sys/arch/netwinder/conf/GENERIC b/sys/arch/netwinder/conf/GENERIC index 33abf2ff29cc..a6ef740175d5 100644 --- a/sys/arch/netwinder/conf/GENERIC +++ b/sys/arch/netwinder/conf/GENERIC @@ -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 diff --git a/sys/arch/news68k/conf/GENERIC b/sys/arch/news68k/conf/GENERIC index 6d704e119046..91f111924477 100644 --- a/sys/arch/news68k/conf/GENERIC +++ b/sys/arch/news68k/conf/GENERIC @@ -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 diff --git a/sys/arch/news68k/conf/GENERIC_TINY b/sys/arch/news68k/conf/GENERIC_TINY index 82ed7f7b9893..67ef1d5c0a13 100644 --- a/sys/arch/news68k/conf/GENERIC_TINY +++ b/sys/arch/news68k/conf/GENERIC_TINY @@ -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 diff --git a/sys/arch/news68k/conf/LIBERO b/sys/arch/news68k/conf/LIBERO index ea05931a5f3e..55038f9fc91e 100644 --- a/sys/arch/news68k/conf/LIBERO +++ b/sys/arch/news68k/conf/LIBERO @@ -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 diff --git a/sys/arch/news68k/conf/NEWS1200 b/sys/arch/news68k/conf/NEWS1200 index cf3ab018ee30..3e12b697890a 100644 --- a/sys/arch/news68k/conf/NEWS1200 +++ b/sys/arch/news68k/conf/NEWS1200 @@ -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 diff --git a/sys/arch/newsmips/conf/DEJIKO b/sys/arch/newsmips/conf/DEJIKO index 2cc7382a763d..5d72c16567a8 100644 --- a/sys/arch/newsmips/conf/DEJIKO +++ b/sys/arch/newsmips/conf/DEJIKO @@ -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 diff --git a/sys/arch/newsmips/conf/GENERIC b/sys/arch/newsmips/conf/GENERIC index 2c93b71f1fc6..8e5d96947ab2 100644 --- a/sys/arch/newsmips/conf/GENERIC +++ b/sys/arch/newsmips/conf/GENERIC @@ -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 diff --git a/sys/arch/newsmips/conf/WAPIKO b/sys/arch/newsmips/conf/WAPIKO index 87a47dbea260..c9a9e83cda73 100644 --- a/sys/arch/newsmips/conf/WAPIKO +++ b/sys/arch/newsmips/conf/WAPIKO @@ -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 diff --git a/sys/arch/next68k/conf/GENERIC b/sys/arch/next68k/conf/GENERIC index 1619f6ed7b95..264ec8e52efa 100644 --- a/sys/arch/next68k/conf/GENERIC +++ b/sys/arch/next68k/conf/GENERIC @@ -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 diff --git a/sys/arch/next68k/conf/SLAB b/sys/arch/next68k/conf/SLAB index 63141e59aae5..bce8a1344e20 100644 --- a/sys/arch/next68k/conf/SLAB +++ b/sys/arch/next68k/conf/SLAB @@ -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 diff --git a/sys/arch/ofppc/conf/BRIQ b/sys/arch/ofppc/conf/BRIQ index 5042310fa117..6abd3d16116b 100644 --- a/sys/arch/ofppc/conf/BRIQ +++ b/sys/arch/ofppc/conf/BRIQ @@ -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 diff --git a/sys/arch/ofppc/conf/GENERIC b/sys/arch/ofppc/conf/GENERIC index c04657381fff..8497d504b5ee 100644 --- a/sys/arch/ofppc/conf/GENERIC +++ b/sys/arch/ofppc/conf/GENERIC @@ -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 diff --git a/sys/arch/pc532/conf/BULLBOX b/sys/arch/pc532/conf/BULLBOX index 0b9495d82b8c..949471848576 100644 --- a/sys/arch/pc532/conf/BULLBOX +++ b/sys/arch/pc532/conf/BULLBOX @@ -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 diff --git a/sys/arch/pc532/conf/DUMMY b/sys/arch/pc532/conf/DUMMY index 5d948d000bd7..69d101fcf4b9 100644 --- a/sys/arch/pc532/conf/DUMMY +++ b/sys/arch/pc532/conf/DUMMY @@ -1,4 +1,4 @@ -# $NetBSD: DUMMY,v 1.19 2002/04/25 15:06:35 atatat Exp $ +# $NetBSD: DUMMY,v 1.20 2002/06/17 05:14:21 lukem Exp $ # # DUMMY: Matthias Pfaller's second pc532 # @@ -81,3 +81,4 @@ pseudo-device bpfilter 8 # packet filter #pseudo-device sl 1 # compressed SLIP #pseudo-device ppp 1 # Point-to-Point Protocol #pseudo-device tun 1 # ip tunneling +pseudo-device clockctl # user control of clock subsystem diff --git a/sys/arch/pc532/conf/GENERIC b/sys/arch/pc532/conf/GENERIC index 0f377e7221ca..5abc093a0b7f 100644 --- a/sys/arch/pc532/conf/GENERIC +++ b/sys/arch/pc532/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.27 2002/04/25 15:06:35 atatat Exp $ +# $NetBSD: GENERIC,v 1.28 2002/06/17 05:14:21 lukem Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/pc532/conf/std.pc532" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.27 $" +#ident "GENERIC-$Revision: 1.28 $" maxusers 8 # estimated number of users @@ -103,3 +103,4 @@ pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device bridge # simple inter-network bridging pseudo-device ccd 4 # Concatenated Disk Driver pseudo-device rnd # kernel random number generator +pseudo-device clockctl # user control of clock subsystem diff --git a/sys/arch/pc532/conf/KLONDIKE b/sys/arch/pc532/conf/KLONDIKE index db4f4ea56be2..2724a1e95794 100644 --- a/sys/arch/pc532/conf/KLONDIKE +++ b/sys/arch/pc532/conf/KLONDIKE @@ -1,5 +1,5 @@ -# $NetBSD: KLONDIKE,v 1.23 2002/04/25 15:06:35 atatat Exp $ +# $NetBSD: KLONDIKE,v 1.24 2002/06/17 05:14:21 lukem Exp $ # # KLONDIKE: Matthias Pfaller's pc532 # @@ -92,3 +92,4 @@ pseudo-device bpfilter 8 # packet filter pseudo-device sl 1 # compressed SLIP pseudo-device ppp 1 # Point-to-Point Protocol pseudo-device tun 1 # ip tunneling +pseudo-device clockctl # user control of clock subsystem diff --git a/sys/arch/pc532/conf/SALMON b/sys/arch/pc532/conf/SALMON index b794d4587885..4d234986f9d6 100644 --- a/sys/arch/pc532/conf/SALMON +++ b/sys/arch/pc532/conf/SALMON @@ -1,4 +1,4 @@ -# $NetBSD: SALMON,v 1.17 2002/04/25 15:06:35 atatat Exp $ +# $NetBSD: SALMON,v 1.18 2002/06/17 05:14:21 lukem Exp $ # # SALMON: Phil Nelson's 2nd (test) pc532 # @@ -71,3 +71,4 @@ pseudo-device sl 2 # compressed SLIP pseudo-device ppp 2 # Point-to-Point Protocol pseudo-device vnd 4 # Vnode devices #pseudo-device ether # +pseudo-device clockctl # user control of clock subsystem diff --git a/sys/arch/pc532/conf/STEELHEAD b/sys/arch/pc532/conf/STEELHEAD index ab8c563752c1..b0ddba992911 100644 --- a/sys/arch/pc532/conf/STEELHEAD +++ b/sys/arch/pc532/conf/STEELHEAD @@ -1,4 +1,4 @@ -# $NetBSD: STEELHEAD,v 1.32 2002/04/25 15:06:35 atatat Exp $ +# $NetBSD: STEELHEAD,v 1.33 2002/06/17 05:14:21 lukem Exp $ # # STEELHEAD: Phil Nelson's pc532 # @@ -73,3 +73,4 @@ pseudo-device sl 3 # compressed SLIP pseudo-device ppp 2 # Point-to-Point Protocol pseudo-device vnd 4 # Vnode devices #pseudo-device ether # +pseudo-device clockctl # user control of clock subsystem diff --git a/sys/arch/playstation2/conf/config.playstation2 b/sys/arch/playstation2/conf/config.playstation2 index 39774fc3f299..97031ad0c8cc 100644 --- a/sys/arch/playstation2/conf/config.playstation2 +++ b/sys/arch/playstation2/conf/config.playstation2 @@ -1,7 +1,7 @@ # # deafult config file. # -# $NetBSD: config.playstation2,v 1.6 2001/12/28 17:37:05 augustss Exp $ +# $NetBSD: config.playstation2,v 1.7 2002/06/17 05:14:21 lukem Exp $ # maxusers 16 @@ -78,6 +78,7 @@ pseudo-device ipfilter # IP filter, NAT pseudo-device vnd 2 # virtual disk ick pseudo-device rnd # /dev/random and in-kernel generator +pseudo-device clockctl # user control of clock subsystem pseudo-device gif 2 # IPv[46] over IPv[46] tunnel (RFC1933) diff --git a/sys/arch/pmax/conf/GENERIC b/sys/arch/pmax/conf/GENERIC index 22a608050443..e05b452f4190 100644 --- a/sys/arch/pmax/conf/GENERIC +++ b/sys/arch/pmax/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.99 2002/04/25 15:06:35 atatat Exp $ +# $NetBSD: GENERIC,v 1.100 2002/06/17 05:14:22 lukem Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/pmax/conf/std.pmax" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.99 $" +#ident "GENERIC-$Revision: 1.100 $" maxusers 64 @@ -241,3 +241,4 @@ pseudo-device rasterconsole 1 # NB: raster console requires "fb" pseudo-device fb 3 # up to 3 framebuffers pseudo-device rnd # /dev/random and in-kernel generator +pseudo-device clockctl # user control of clock subsystem diff --git a/sys/arch/pmppc/conf/PMPPC b/sys/arch/pmppc/conf/PMPPC index 173c1af256c1..09ad1b6160ab 100644 --- a/sys/arch/pmppc/conf/PMPPC +++ b/sys/arch/pmppc/conf/PMPPC @@ -1,4 +1,4 @@ -# $NetBSD: PMPPC,v 1.7 2002/06/13 15:28:54 augustss Exp $ +# $NetBSD: PMPPC,v 1.8 2002/06/17 05:14:22 lukem Exp $ # # PMPPC # @@ -426,6 +426,7 @@ pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933) pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device pty # pseudo-terminals pseudo-device rnd # /dev/random and in-kernel generator +pseudo-device clockctl # user control of clock subsystem # wscons pseudo-devices pseudo-device wsmux # mouse & keyboard multiplexor diff --git a/sys/arch/prep/conf/GENERIC b/sys/arch/prep/conf/GENERIC index 7c6d89ca65cd..1d0815d2e891 100644 --- a/sys/arch/prep/conf/GENERIC +++ b/sys/arch/prep/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.52 2002/05/30 16:10:03 nonaka Exp $ +# $NetBSD: GENERIC,v 1.53 2002/06/17 05:14:23 lukem Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/prep/conf/std.prep" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.52 $" +#ident "GENERIC-$Revision: 1.53 $" maxusers 32 @@ -480,6 +480,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 +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. diff --git a/sys/arch/prep/conf/NATSUMI b/sys/arch/prep/conf/NATSUMI index b8aaa76e92c0..85987457dd95 100644 --- a/sys/arch/prep/conf/NATSUMI +++ b/sys/arch/prep/conf/NATSUMI @@ -1,4 +1,4 @@ -# $NetBSD: NATSUMI,v 1.19 2002/05/30 16:10:04 nonaka Exp $ +# $NetBSD: NATSUMI,v 1.20 2002/06/17 05:14:23 lukem Exp $ # # for development # @@ -402,6 +402,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 # mouse & keyboard multiplexor pseudo-devices pseudo-device wsmux diff --git a/sys/arch/sandpoint/conf/GENERIC.sandpoint b/sys/arch/sandpoint/conf/GENERIC.sandpoint index 2cd4d0c67854..66b498bcf643 100644 --- a/sys/arch/sandpoint/conf/GENERIC.sandpoint +++ b/sys/arch/sandpoint/conf/GENERIC.sandpoint @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC.sandpoint,v 1.1 2002/05/16 00:20:00 briggs Exp $ +# $NetBSD: GENERIC.sandpoint,v 1.2 2002/06/17 05:14:23 lukem Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/sandpoint/conf/std.sandpoint" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.1 $" +#ident "GENERIC-$Revision: 1.2 $" maxusers 32 @@ -93,6 +93,7 @@ pseudo-device loop pseudo-device rnd # /dev/random and in-kernel generator pseudo-device vnd 4 pseudo-device pty +pseudo-device clockctl # user control of clock subsystem # # device diff --git a/sys/arch/sbmips/conf/GENERIC b/sys/arch/sbmips/conf/GENERIC index 29369f7af77d..58eb233a7301 100644 --- a/sys/arch/sbmips/conf/GENERIC +++ b/sys/arch/sbmips/conf/GENERIC @@ -1,11 +1,11 @@ -# $NetBSD: GENERIC,v 1.7 2002/06/04 08:35:05 simonb Exp $ +# $NetBSD: GENERIC,v 1.8 2002/06/17 05:14:23 lukem Exp $ include "arch/sbmips/conf/std.sbmips.eb" # big-endian mode #include "arch/sbmips/conf/std.sbmips.el" # little-endian mode options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.7 $" +#ident "GENERIC-$Revision: 1.8 $" # The following three options are required for BCM1250 pass 1 silicon options SB1250_PASS1 @@ -159,6 +159,7 @@ pseudo-device pty # pseudo-terminals #pseudo-device tb 1 # tablet line discipline #pseudo-device sequencer 1 # MIDI sequencer pseudo-device rnd # /dev/random & kernel generator +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. diff --git a/sys/arch/sgimips/conf/GENERIC b/sys/arch/sgimips/conf/GENERIC index 117510bd140c..9f304da66a9a 100644 --- a/sys/arch/sgimips/conf/GENERIC +++ b/sys/arch/sgimips/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.4 2002/06/16 21:03:36 manu Exp $ +# $NetBSD: GENERIC,v 1.5 2002/06/17 05:14:24 lukem Exp $ # # GENERIC machine description file # @@ -28,7 +28,7 @@ include "arch/sgimips/conf/std.sgimips" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.4 $" +#ident "GENERIC-$Revision: 1.5 $" maxusers 32 @@ -251,6 +251,7 @@ 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 clockctl # user control of clock subsystem # a pseudo device needed for Coda # also needs CODA (above) pseudo-device vcoda 4 # coda minicache <-> venus comm. diff --git a/sys/arch/shark/conf/GENERIC b/sys/arch/shark/conf/GENERIC index a55a0fa61fd3..45b84aae0900 100644 --- a/sys/arch/shark/conf/GENERIC +++ b/sys/arch/shark/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.5 2002/04/25 15:06:37 atatat Exp $ +# $NetBSD: GENERIC,v 1.6 2002/06/17 05:14:24 lukem Exp $ # # Generic Shark configuration. # @@ -7,7 +7,7 @@ include "arch/shark/conf/std.shark" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.5 $" +#ident "GENERIC-$Revision: 1.6 $" # estimated number of users maxusers 32 @@ -225,3 +225,4 @@ pseudo-device rnd # /dev/random and /dev/urandom pseudo-device sequencer 1 # MIDI sequencer pseudo-device openfirm # /dev/openfirm #pseudo-device vcoda 4 # coda kernel <-> cachemanager +pseudo-device clockctl # user control of clock subsystem diff --git a/sys/arch/shark/conf/OFWGENCFG b/sys/arch/shark/conf/OFWGENCFG index 5beb7d6d445f..b813f69d34ee 100644 --- a/sys/arch/shark/conf/OFWGENCFG +++ b/sys/arch/shark/conf/OFWGENCFG @@ -1,4 +1,4 @@ -# $NetBSD: OFWGENCFG,v 1.4 2002/04/25 15:06:37 atatat Exp $ +# $NetBSD: OFWGENCFG,v 1.5 2002/06/17 05:14:24 lukem Exp $ # # OFWGENCFG: 'generic' configuration for Open Firmware boards. # @@ -142,3 +142,4 @@ pseudo-device vnd 4 # disk-like interface to files pseudo-device rnd # /dev/random and /dev/urandom #pseudo-device md 1 # Ramdisk driver +pseudo-device clockctl # user control of clock subsystem diff --git a/sys/arch/sparc/conf/BILL-THE-CAT b/sys/arch/sparc/conf/BILL-THE-CAT index 12fbc057d052..960c22cabe82 100644 --- a/sys/arch/sparc/conf/BILL-THE-CAT +++ b/sys/arch/sparc/conf/BILL-THE-CAT @@ -1,4 +1,4 @@ -# $NetBSD: BILL-THE-CAT,v 1.20 2002/05/14 14:27:33 lukem Exp $ +# $NetBSD: BILL-THE-CAT,v 1.21 2002/06/17 05:14:24 lukem Exp $ # From: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp include "arch/sparc/conf/std.sparc" @@ -537,3 +537,5 @@ pseudo-device pty # pseudo-ttys (for network, etc.) ## and generate randomness for some kernel formulae. pseudo-device rnd + +pseudo-device clockctl # user control of clock subsystem diff --git a/sys/arch/sparc/conf/GENERIC b/sys/arch/sparc/conf/GENERIC index a0676684955d..8e8159f7f7c0 100644 --- a/sys/arch/sparc/conf/GENERIC +++ b/sys/arch/sparc/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.134 2002/05/14 14:27:33 lukem Exp $ +# $NetBSD: GENERIC,v 1.135 2002/06/17 05:14:25 lukem Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/sparc/conf/std.sparc" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.134 $" +#ident "GENERIC-$Revision: 1.135 $" maxusers 32 @@ -619,3 +619,5 @@ pseudo-device rnd # 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 diff --git a/sys/arch/sparc/conf/KRUPS b/sys/arch/sparc/conf/KRUPS index d79fb90a8627..8d158c9aa791 100644 --- a/sys/arch/sparc/conf/KRUPS +++ b/sys/arch/sparc/conf/KRUPS @@ -1,4 +1,4 @@ -# $NetBSD: KRUPS,v 1.9 2002/05/14 14:27:33 lukem Exp $ +# $NetBSD: KRUPS,v 1.10 2002/06/17 05:14:25 lukem Exp $ # From: NetBSD: GENERIC,v 1.133 2002/04/25 15:06:37 atatat Exp # # Krups (JavaStation 10, aka JavaStation NC) machine description file @@ -10,7 +10,7 @@ include "arch/sparc/conf/std.sparc" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "KRUPS-$Revision: 1.9 $" +#ident "KRUPS-$Revision: 1.10 $" maxusers 32 @@ -301,3 +301,5 @@ pseudo-device rnd # 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 diff --git a/sys/arch/sparc/conf/TADPOLE3GX b/sys/arch/sparc/conf/TADPOLE3GX index daed8309245d..4e0f9713b477 100644 --- a/sys/arch/sparc/conf/TADPOLE3GX +++ b/sys/arch/sparc/conf/TADPOLE3GX @@ -1,4 +1,4 @@ -# $NetBSD: TADPOLE3GX,v 1.15 2002/05/14 14:27:33 lukem Exp $ +# $NetBSD: TADPOLE3GX,v 1.16 2002/06/17 05:14:25 lukem Exp $ include "arch/sparc/conf/std.sparc" @@ -330,3 +330,5 @@ pseudo-device pty # pseudo-ttys (for network, etc.) ## and generate randomness for some kernel formulae. pseudo-device rnd + +pseudo-device clockctl # user control of clock subsystem diff --git a/sys/arch/sparc64/conf/GENERIC32 b/sys/arch/sparc64/conf/GENERIC32 index 13760f0bc6bf..2dbb5aab8b89 100644 --- a/sys/arch/sparc64/conf/GENERIC32 +++ b/sys/arch/sparc64/conf/GENERIC32 @@ -1,10 +1,10 @@ -# $NetBSD: GENERIC32,v 1.40 2002/06/05 21:42:31 martin Exp $ +# $NetBSD: GENERIC32,v 1.41 2002/06/17 05:14:25 lukem Exp $ include "arch/sparc64/conf/std.sparc64" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.40 $" +#ident "GENERIC-$Revision: 1.41 $" maxusers 64 @@ -553,3 +553,5 @@ pseudo-device pty # pseudo-ttys (for network, etc.) ## and generate randomness for some kernel formulae. pseudo-device rnd + +pseudo-device clockctl # user control of clock subsystem diff --git a/sys/arch/sparc64/conf/NONPLUS b/sys/arch/sparc64/conf/NONPLUS index de189746b87f..a2b6eb12806d 100644 --- a/sys/arch/sparc64/conf/NONPLUS +++ b/sys/arch/sparc64/conf/NONPLUS @@ -1,4 +1,4 @@ -# $NetBSD: NONPLUS,v 1.35 2002/04/25 15:06:37 atatat Exp $ +# $NetBSD: NONPLUS,v 1.36 2002/06/17 05:14:26 lukem Exp $ include "arch/sparc64/conf/std.sparc64" @@ -425,3 +425,5 @@ pseudo-device pty # pseudo-ttys (for network, etc.) ## THIS DEVICE IS EXPERIMENTAL; use at your own risk. pseudo-device rnd + +pseudo-device clockctl # user control of clock subsystem diff --git a/sys/arch/sparc64/conf/POWEROFSEVEN.inc b/sys/arch/sparc64/conf/POWEROFSEVEN.inc index e690babdcb60..6b1de432a43e 100644 --- a/sys/arch/sparc64/conf/POWEROFSEVEN.inc +++ b/sys/arch/sparc64/conf/POWEROFSEVEN.inc @@ -1,4 +1,4 @@ -# $NetBSD: POWEROFSEVEN.inc,v 1.12 2002/04/25 15:06:38 atatat Exp $ +# $NetBSD: POWEROFSEVEN.inc,v 1.13 2002/06/17 05:14:26 lukem Exp $ # # from: NetBSD: GENERIC32,v 1.13 2001/02/28 00:08:18 mjacob Exp # @@ -453,3 +453,5 @@ pseudo-device pty # pseudo-ttys (for network, etc.) ## and generate randomness for some kernel formulae. pseudo-device rnd + +pseudo-device clockctl # user control of clock subsystem diff --git a/sys/arch/sparc64/conf/SPLODE b/sys/arch/sparc64/conf/SPLODE index e6fd9172aee2..8fc3d8714542 100644 --- a/sys/arch/sparc64/conf/SPLODE +++ b/sys/arch/sparc64/conf/SPLODE @@ -1,4 +1,4 @@ -# $NetBSD: SPLODE,v 1.12 2002/04/25 15:06:38 atatat Exp $ +# $NetBSD: SPLODE,v 1.13 2002/06/17 05:14:26 lukem Exp $ # # Configuration for Ultra1, 32 bit mode. @@ -6,7 +6,7 @@ include "arch/sparc64/conf/std.sparc64" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.12 $" +#ident "GENERIC-$Revision: 1.13 $" maxusers 256 @@ -453,3 +453,5 @@ pseudo-device pty # pseudo-ttys (for network, etc.) ## and generate randomness for some kernel formulae. pseudo-device rnd + +pseudo-device clockctl # user control of clock subsystem diff --git a/sys/arch/sun2/conf/DISKLESS b/sys/arch/sun2/conf/DISKLESS index 8db9040c09ee..de8a63f3f5fa 100644 --- a/sys/arch/sun2/conf/DISKLESS +++ b/sys/arch/sun2/conf/DISKLESS @@ -1,4 +1,4 @@ -# $NetBSD: DISKLESS,v 1.11 2002/04/25 15:06:38 atatat Exp $ +# $NetBSD: DISKLESS,v 1.12 2002/06/17 05:14:26 lukem Exp $ # DISKLESS Sun2 (2/120, 2/170, 2/50, ...) # Supports root on: ie0, ec0 @@ -7,7 +7,7 @@ include "arch/sun2/conf/std.sun2" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "DISKLESS-$Revision: 1.11 $" +#ident "DISKLESS-$Revision: 1.12 $" # Machines to be supported by this kernel #options FPU_EMULATE @@ -227,3 +227,5 @@ pseudo-device pty 32 # pseudo-terminals #pseudo-device ccd 4 # concatenated disks #pseudo-device raid 4 # RAIDframe disk driver #options RAID_AUTOCONFIG # auto-configuration of RAID components + +pseudo-device clockctl # user control of clock subsystem diff --git a/sys/arch/sun2/conf/FOURMEG b/sys/arch/sun2/conf/FOURMEG index 05396906aa5e..eb1d65126508 100644 --- a/sys/arch/sun2/conf/FOURMEG +++ b/sys/arch/sun2/conf/FOURMEG @@ -1,4 +1,4 @@ -# $NetBSD: FOURMEG,v 1.12 2002/04/25 15:06:38 atatat Exp $ +# $NetBSD: FOURMEG,v 1.13 2002/06/17 05:14:26 lukem Exp $ # FOURMEG Sun2 (2/120, 2/170, 2/50, ...) # Supports root on: ie0, sd*, ... @@ -7,7 +7,7 @@ include "arch/sun2/conf/std.sun2" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "FOURMEG-$Revision: 1.12 $" +#ident "FOURMEG-$Revision: 1.13 $" # Machines to be supported by this kernel #options FPU_EMULATE @@ -227,3 +227,4 @@ pseudo-device pty 32 # pseudo-terminals #pseudo-device ccd 4 # concatenated disks #pseudo-device raid 4 # RAIDframe disk driver #options RAID_AUTOCONFIG # auto-configuration of RAID components +pseudo-device clockctl # user control of clock subsystem diff --git a/sys/arch/sun2/conf/GENERIC b/sys/arch/sun2/conf/GENERIC index 8efab99a8eb5..98048a05c31f 100644 --- a/sys/arch/sun2/conf/GENERIC +++ b/sys/arch/sun2/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.16 2002/04/25 15:06:38 atatat Exp $ +# $NetBSD: GENERIC,v 1.17 2002/06/17 05:14:26 lukem Exp $ # # GENERIC machine description file # @@ -25,7 +25,7 @@ include "arch/sun2/conf/std.sun2" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.16 $" +#ident "GENERIC-$Revision: 1.17 $" # Machines to be supported by this kernel #options FPU_EMULATE @@ -259,3 +259,4 @@ pseudo-device pty 32 # pseudo-terminals # options RF_INCLUDE_INTERDECLUSTER=1 # options RF_INCLUDE_PARITY_DECLUSTERING=1 # options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 +pseudo-device clockctl # user control of clock subsystem diff --git a/sys/arch/sun2/conf/VME b/sys/arch/sun2/conf/VME index d4fb56a776e8..7d751c06f549 100644 --- a/sys/arch/sun2/conf/VME +++ b/sys/arch/sun2/conf/VME @@ -1,4 +1,4 @@ -# $NetBSD: VME,v 1.5 2002/04/25 15:06:38 atatat Exp $ +# $NetBSD: VME,v 1.6 2002/06/17 05:14:26 lukem Exp $ # VME Sun2 (2/50, 2/130, 2/160...) # Supports root on: ie0, sd*, ... @@ -7,7 +7,7 @@ include "arch/sun2/conf/std.sun2" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "VME-$Revision: 1.5 $" +#ident "VME-$Revision: 1.6 $" # Machines to be supported by this kernel #options FPU_EMULATE @@ -232,3 +232,4 @@ pseudo-device pty 32 # pseudo-terminals #pseudo-device ccd 4 # concatenated disks #pseudo-device raid 4 # RAIDframe disk driver #options RAID_AUTOCONFIG # auto-configuration of RAID components +pseudo-device clockctl # user control of clock subsystem diff --git a/sys/arch/sun3/conf/DISKLESS b/sys/arch/sun3/conf/DISKLESS index 796ce7056eee..a534570eefef 100644 --- a/sys/arch/sun3/conf/DISKLESS +++ b/sys/arch/sun3/conf/DISKLESS @@ -1,4 +1,4 @@ -# $NetBSD: DISKLESS,v 1.38 2002/04/25 15:06:38 atatat Exp $ +# $NetBSD: DISKLESS,v 1.39 2002/06/17 05:14:27 lukem Exp $ # DISKLESS - Root and swap on NFS # Desktop machines only (3/50, 3/60, 3/110) @@ -146,3 +146,4 @@ pseudo-device tun 2 # network tunneling over tty #pseudo-device ipfilter # ip filter pseudo-device pty # pseudo-terminals +pseudo-device clockctl # user control of clock subsystem diff --git a/sys/arch/sun3/conf/DISKLESS3X b/sys/arch/sun3/conf/DISKLESS3X index 9780cec3b0b8..fcd79e9e3011 100644 --- a/sys/arch/sun3/conf/DISKLESS3X +++ b/sys/arch/sun3/conf/DISKLESS3X @@ -1,4 +1,4 @@ -# $NetBSD: DISKLESS3X,v 1.25 2002/04/25 15:06:38 atatat Exp $ +# $NetBSD: DISKLESS3X,v 1.26 2002/06/17 05:14:27 lukem Exp $ # DISKLESS - Root and swap on NFS # Desktop machines only (3/80) @@ -147,3 +147,4 @@ pseudo-device tun 2 # network tunneling over tty #pseudo-device ipfilter # ip filter pseudo-device pty # pseudo-terminals +pseudo-device clockctl # user control of clock subsystem diff --git a/sys/arch/sun3/conf/FOUR_TTYS b/sys/arch/sun3/conf/FOUR_TTYS index c7893664d814..a6f8e59cc71a 100644 --- a/sys/arch/sun3/conf/FOUR_TTYS +++ b/sys/arch/sun3/conf/FOUR_TTYS @@ -1,4 +1,4 @@ -# $NetBSD: FOUR_TTYS,v 1.31 2002/04/25 15:06:38 atatat Exp $ +# $NetBSD: FOUR_TTYS,v 1.32 2002/06/17 05:14:27 lukem Exp $ # FOUR_TTYS Sun3 (3/50, 3/60, 3/110, 3/160, 3/260) # like GENERIC but both zs chips are used as ttys @@ -194,3 +194,4 @@ pseudo-device pty # pseudo-terminals #pseudo-device vnd 4 # paging to files #pseudo-device ccd 4 # concatenated disks #pseudo-device raid 4 # RAIDframe disk driver +pseudo-device clockctl # user control of clock subsystem diff --git a/sys/arch/sun3/conf/GENERIC b/sys/arch/sun3/conf/GENERIC index 3b929ff189df..eb77a54b8179 100644 --- a/sys/arch/sun3/conf/GENERIC +++ b/sys/arch/sun3/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.91 2002/04/25 15:06:38 atatat Exp $ +# $NetBSD: GENERIC,v 1.92 2002/06/17 05:14:27 lukem Exp $ # # GENERIC machine description file # @@ -25,7 +25,7 @@ include "arch/sun3/conf/std.sun3" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.91 $" +#ident "GENERIC-$Revision: 1.92 $" # Machines to be supported by this kernel options FPU_EMULATE @@ -257,3 +257,4 @@ pseudo-device vnd 4 # paging to files # options RF_INCLUDE_INTERDECLUSTER=1 # options RF_INCLUDE_PARITY_DECLUSTERING=1 # options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 +pseudo-device clockctl # user control of clock subsystem diff --git a/sys/arch/sun3/conf/GENERIC3X b/sys/arch/sun3/conf/GENERIC3X index 9f3cc1f00b0e..48ac3f107b78 100644 --- a/sys/arch/sun3/conf/GENERIC3X +++ b/sys/arch/sun3/conf/GENERIC3X @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC3X,v 1.50 2002/04/25 15:06:39 atatat Exp $ +# $NetBSD: GENERIC3X,v 1.51 2002/06/17 05:14:27 lukem Exp $ # GENERIC Sun3X (3/80, 3/470) # Supports root on: ie0, le0, sd*, ... @@ -239,3 +239,4 @@ pseudo-device vnd 4 # paging to files # options RF_INCLUDE_INTERDECLUSTER=1 # options RF_INCLUDE_PARITY_DECLUSTERING=1 # options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 +pseudo-device clockctl # user control of clock subsystem diff --git a/sys/arch/sun3/conf/KGDB b/sys/arch/sun3/conf/KGDB index b5b66017bec4..4a59b5c33ccf 100644 --- a/sys/arch/sun3/conf/KGDB +++ b/sys/arch/sun3/conf/KGDB @@ -1,4 +1,4 @@ -# $NetBSD: KGDB,v 1.31 2002/04/25 15:06:39 atatat Exp $ +# $NetBSD: KGDB,v 1.32 2002/06/17 05:14:27 lukem Exp $ # KGDB Sun3 (3/50, 3/60, 3/110, 3/160, 3/260, 3/E) # like GENERIC but supports gdb on other machine, i.e.: @@ -205,3 +205,4 @@ pseudo-device pty # pseudo-terminals #pseudo-device vnd 4 # paging to files #pseudo-device ccd 4 # concatenated disks #pseudo-device raid 4 # RAIDframe disk driver +pseudo-device clockctl # user control of clock subsystem diff --git a/sys/arch/sun3/conf/KGDB3X b/sys/arch/sun3/conf/KGDB3X index 768a045f7ab0..ed885f18951a 100644 --- a/sys/arch/sun3/conf/KGDB3X +++ b/sys/arch/sun3/conf/KGDB3X @@ -1,4 +1,4 @@ -# $NetBSD: KGDB3X,v 1.33 2002/04/25 15:06:39 atatat Exp $ +# $NetBSD: KGDB3X,v 1.34 2002/06/17 05:14:27 lukem Exp $ # KGDB3X Sun3X (3/80, 3/470) # like GENERIC but supports gdb on other machine, i.e.: @@ -206,3 +206,4 @@ pseudo-device tun 2 # network tunneling over tty pseudo-device pty # pseudo-terminals #pseudo-device vnd 4 # paging to files #pseudo-device ccd 4 # concatenated disks +pseudo-device clockctl # user control of clock subsystem diff --git a/sys/arch/vax/conf/GENERIC b/sys/arch/vax/conf/GENERIC index a35a4064a04b..4ba28154282e 100644 --- a/sys/arch/vax/conf/GENERIC +++ b/sys/arch/vax/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.98 2002/06/07 14:48:11 ragge Exp $ +# $NetBSD: GENERIC,v 1.99 2002/06/17 05:14:28 lukem Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/vax/conf/std.vax" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.98 $" +#ident "GENERIC-$Revision: 1.99 $" # Here are all different supported CPU types listed. #options VAX8800 # VAX 8500, 8530, 8550, 8700, 8800 @@ -276,3 +276,4 @@ options RAID_AUTOCONFIG # auto-configuration of RAID components # options RF_INCLUDE_PARITY_DECLUSTERING_DS=1 pseudo-device rnd # /dev/random and in-kernel generator #pseudo-device leds # control the leds on vaxstations. +pseudo-device clockctl # user control of clock subsystem diff --git a/sys/arch/walnut/conf/WALNUT b/sys/arch/walnut/conf/WALNUT index afb4ad659e42..f24724b4b208 100644 --- a/sys/arch/walnut/conf/WALNUT +++ b/sys/arch/walnut/conf/WALNUT @@ -1,4 +1,4 @@ -# $NetBSD: WALNUT,v 1.20 2002/05/30 15:22:16 eeh Exp $ +# $NetBSD: WALNUT,v 1.21 2002/06/17 05:14:28 lukem Exp $ # # GENERIC -- everything that's currently supported # @@ -249,3 +249,4 @@ pseudo-device vlan # IEEE 802.1q encapsulation pseudo-device pty # pseudo-terminals pseudo-device rnd # /dev/random and in-kernel generator pseudo-device wsmux # ick +pseudo-device clockctl # user control of clock subsystem diff --git a/sys/arch/x68k/conf/ALL b/sys/arch/x68k/conf/ALL index 68da4e6361d3..c2857e40da5e 100644 --- a/sys/arch/x68k/conf/ALL +++ b/sys/arch/x68k/conf/ALL @@ -1,4 +1,4 @@ -# $NetBSD: ALL,v 1.51 2002/04/25 15:06:40 atatat Exp $ +# $NetBSD: ALL,v 1.52 2002/06/17 05:14:28 lukem Exp $ # # ALL -- everything that currently exist including experimental @@ -8,7 +8,7 @@ include "arch/x68k/conf/std.x68k" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "ALL-$Revision: 1.51 $" +#ident "ALL-$Revision: 1.52 $" maxusers 32 @@ -331,3 +331,5 @@ pseudo-device pty # pseudo-terminals ## and generate randomness for some kernel formulae. pseudo-device rnd + +pseudo-device clockctl # user control of clock subsystem diff --git a/sys/arch/x68k/conf/GENERIC b/sys/arch/x68k/conf/GENERIC index b9da0ab3969f..912188e4403d 100644 --- a/sys/arch/x68k/conf/GENERIC +++ b/sys/arch/x68k/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.76 2002/04/25 15:06:40 atatat Exp $ +# $NetBSD: GENERIC,v 1.77 2002/06/17 05:14:29 lukem Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/x68k/conf/std.x68k" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.76 $" +#ident "GENERIC-$Revision: 1.77 $" maxusers 8 @@ -357,3 +357,5 @@ pseudo-device pty # pseudo-terminals ## and generate randomness for some kernel formulae. pseudo-device rnd + +pseudo-device clockctl # user control of clock subsystem diff --git a/sys/arch/x68k/conf/TOKOCHAN b/sys/arch/x68k/conf/TOKOCHAN index 9405df50e334..a588daa8e434 100644 --- a/sys/arch/x68k/conf/TOKOCHAN +++ b/sys/arch/x68k/conf/TOKOCHAN @@ -1,4 +1,4 @@ -# $NetBSD: TOKOCHAN,v 1.27 2002/04/25 15:06:40 atatat Exp $ +# $NetBSD: TOKOCHAN,v 1.28 2002/06/17 05:14:29 lukem Exp $ # # TOKOCHAN -- Believe in the BSD power; Toko to issyo-ni make all! @@ -8,7 +8,7 @@ include "arch/x68k/conf/std.x68k" #options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "TOKOCHAN-$Revision: 1.27 $" +#ident "TOKOCHAN-$Revision: 1.28 $" maxusers 10 @@ -335,3 +335,5 @@ pseudo-device pty # pseudo-terminals ## and generate randomness for some kernel formulae. pseudo-device rnd + +pseudo-device clockctl # user control of clock subsystem