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



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

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

diffs (26 lines):

diff -r 87c1a9faa6b2 -r 3bd1c7f3ec50 sys/arch/mvme68k/conf/GENERIC
--- a/sys/arch/mvme68k/conf/GENERIC     Thu Aug 01 04:25:53 2002 +0000
+++ b/sys/arch/mvme68k/conf/GENERIC     Thu Aug 01 04:26:30 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.34 2002/04/25 15:06:32 atatat Exp $
+# $NetBSD: GENERIC,v 1.34.4.1 2002/08/01 04:26:30 lukem Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.34 $"
+#ident                 "GENERIC-$Revision: 1.34.4.1 $"
 
 # Boards this kernel supports
 options        MVME147
@@ -103,6 +103,7 @@
 pseudo-device  bridge                  # simple inter-network bridging
 pseudo-device  pty                     # pseudo-terminals
 pseudo-device  vnd 2
+pseudo-device  clockctl                # user control of clock subsystem
 
 # random number generator pseudo-device
 pseudo-device  rnd                     # /dev/random and in-kernel generator



Home | Main Index | Thread Index | Old Index