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



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

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

diffs (26 lines):

diff -r 54e9a8437c41 -r 1f5e9080ebdb sys/arch/acorn32/conf/GENERIC
--- a/sys/arch/acorn32/conf/GENERIC     Thu Aug 01 04:14:14 2002 +0000
+++ b/sys/arch/acorn32/conf/GENERIC     Thu Aug 01 04:14:25 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.16 2002/04/25 15:06:20 atatat Exp $
+#      $NetBSD: GENERIC,v 1.16.4.1 2002/08/01 04:14:25 lukem Exp $
 #
 #      GENERIC --- NetBSD/acorn32 complete configuration
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.16 $"
+#ident         "GENERIC-$Revision: 1.16.4.1 $"
 
 # estimated number of users
 maxusers       32
@@ -344,6 +344,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