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.15 (requested ...



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

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

diffs (26 lines):

diff -r 6f19a74a4f94 -r 5aae17f748d3 sys/arch/acorn32/conf/RPC_WSCONS
--- a/sys/arch/acorn32/conf/RPC_WSCONS  Thu Aug 01 04:14:54 2002 +0000
+++ b/sys/arch/acorn32/conf/RPC_WSCONS  Thu Aug 01 04:15:04 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: RPC_WSCONS,v 1.14 2002/04/25 15:06:21 atatat Exp $
+#      $NetBSD: RPC_WSCONS,v 1.14.4.1 2002/08/01 04:15:04 lukem Exp $
 #
 #      RPC_WSCONS -- Full RiscPC config with wscons
 #
@@ -22,7 +22,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.14 $"
+#ident         "GENERIC-$Revision: 1.14.4.1 $"
 
 # estimated number of users
 maxusers       32
@@ -343,6 +343,7 @@
 # options      RF_INCLUDE_PARITY_DECLUSTERING_DS=1
 pseudo-device  md      1               # Ramdisk driver
 pseudo-device  rnd                     # /dev/random and in-kernel generator
+pseudo-device  clockctl                # user control of clock subsystem
 
 makeoptions    MONITOR="Taxan875+LR"
 #makeoptions   MONITOR="AKF60"



Home | Main Index | Thread Index | Old Index