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/arc/conf Pull up revision 1.69 (requested by l...



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

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

diffs (26 lines):

diff -r 92054caebc50 -r f100ef4c3a2d sys/arch/arc/conf/GENERIC
--- a/sys/arch/arc/conf/GENERIC Thu Aug 01 04:16:52 2002 +0000
+++ b/sys/arch/arc/conf/GENERIC Thu Aug 01 04:17:01 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.68 2002/04/25 15:06:23 atatat Exp $
+# $NetBSD: GENERIC,v 1.68.4.1 2002/08/01 04:17: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.68 $"
+#ident         "GENERIC-$Revision: 1.68.4.1 $"
 
 maxusers       32              # estimated number of users
 
@@ -395,6 +395,7 @@
 # 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.



Home | Main Index | Thread Index | Old Index