Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/sys/arch/alpha/conf Pull up revision 1.166 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/10ca1c932c73
branches:  netbsd-1-6
changeset: 528669:10ca1c932c73
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Aug 01 04:15:43 2002 +0000

description:
Pull up revision 1.166 (requested by lukem in ticket #312):
Enable "pseudo-device clockctl" in all kernels, except
installation related kernels (INSTALL* and RAMDISK*).
This enables rc.conf(5) $ntpd_chroot to be used "out of the box"

diffstat:

 sys/arch/alpha/conf/ALPHA |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 6e723faf7f61 -r 10ca1c932c73 sys/arch/alpha/conf/ALPHA
--- a/sys/arch/alpha/conf/ALPHA Thu Aug 01 04:15:33 2002 +0000
+++ b/sys/arch/alpha/conf/ALPHA Thu Aug 01 04:15:43 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALPHA,v 1.164 2002/04/25 15:06:21 atatat Exp $
+# $NetBSD: ALPHA,v 1.164.4.1 2002/08/01 04:15:43 lukem Exp $
 #
 # Alpha kernel with all the options you'd want, and more.
 
@@ -6,7 +6,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-ident          "ALPHA-$Revision: 1.164 $"
+ident          "ALPHA-$Revision: 1.164.4.1 $"
 
 maxusers 32
 
@@ -532,3 +532,4 @@
 #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



Home | Main Index | Thread Index | Old Index