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.22 (requested by l...



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

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

diffs (17 lines):

diff -r 2258ef864385 -r 26e50963a574 sys/arch/arc/conf/PCCONS
--- a/sys/arch/arc/conf/PCCONS  Thu Aug 01 04:17:20 2002 +0000
+++ b/sys/arch/arc/conf/PCCONS  Thu Aug 01 04:17:30 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: PCCONS,v 1.21 2002/04/25 15:06:23 atatat Exp $
+#      $NetBSD: PCCONS,v 1.21.4.1 2002/08/01 04:17:30 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 @@
 # 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