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/sparc/conf Pull up revision 1.135 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/82737d2c5f74
branches:  netbsd-1-6
changeset: 528768:82737d2c5f74
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Aug 01 04:32:01 2002 +0000

description:
Pull up revision 1.135 (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/sparc/conf/GENERIC |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 9fec2692f981 -r 82737d2c5f74 sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC       Thu Aug 01 04:31:52 2002 +0000
+++ b/sys/arch/sparc/conf/GENERIC       Thu Aug 01 04:32:01 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.134 2002/05/14 14:27:33 lukem Exp $
+# $NetBSD: GENERIC,v 1.134.4.1 2002/08/01 04:32:01 lukem Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.134 $"
+#ident                 "GENERIC-$Revision: 1.134.4.1 $"
 
 maxusers       32
 
@@ -619,3 +619,5 @@
 
 # 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