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.209 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/2f9b47f6280e
branches:  netbsd-1-6
changeset: 528672:2f9b47f6280e
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Aug 01 04:16:12 2002 +0000

description:
Pull up revision 1.209 (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/GENERIC |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 4030bcdf713e -r 2f9b47f6280e sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Thu Aug 01 04:16:02 2002 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Thu Aug 01 04:16:12 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.208 2002/04/25 15:06:22 atatat Exp $
+# $NetBSD: GENERIC,v 1.208.4.1 2002/08/01 04:16:12 lukem Exp $
 #
 # GENERIC machine description file
 # 
@@ -25,7 +25,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.208 $"
+#ident                 "GENERIC-$Revision: 1.208.4.1 $"
 
 maxusers 32
 
@@ -526,3 +526,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



Home | Main Index | Thread Index | Old Index