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/acorn32/conf Pull up revision 1.16 (requested ...



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

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

diffs (17 lines):

diff -r fc1c6b01ebff -r 6f19a74a4f94 sys/arch/acorn32/conf/NC_WSCONS
--- a/sys/arch/acorn32/conf/NC_WSCONS   Thu Aug 01 04:14:35 2002 +0000
+++ b/sys/arch/acorn32/conf/NC_WSCONS   Thu Aug 01 04:14:54 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: NC_WSCONS,v 1.13.4.2 2002/06/10 16:34:56 tv Exp $
+#      $NetBSD: NC_WSCONS,v 1.13.4.3 2002/08/01 04:14:54 lukem Exp $
 #
 #      NC - with wscons
 #
@@ -297,6 +297,7 @@
 #pseudo-device ccd     2               # concatenated disk devices
 pseudo-device  md      1               # Ramdisk driver
 pseudo-device  rnd                     # /dev/random and /dev/urandom
+pseudo-device  clockctl                # user control of clock subsystem
 
 makeoptions    MONITOR="Taxan875+LR"
 #makeoptions   MONITOR="AKF60"



Home | Main Index | Thread Index | Old Index