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



details:   https://anonhg.NetBSD.org/src/rev/03570b489166
branches:  netbsd-1-6
changeset: 528699:03570b489166
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Aug 01 04:20:35 2002 +0000

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

diffs (26 lines):

diff -r 02a83299e99e -r 03570b489166 sys/arch/hpcmips/conf/GENERIC
--- a/sys/arch/hpcmips/conf/GENERIC     Thu Aug 01 04:20:15 2002 +0000
+++ b/sys/arch/hpcmips/conf/GENERIC     Thu Aug 01 04:20:35 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.126.4.1 2002/05/30 18:38:08 tv Exp $
+# $NetBSD: GENERIC,v 1.126.4.2 2002/08/01 04:20:35 lukem Exp $
 #
 # GENERIC machine description file
 # 
@@ -24,7 +24,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.126.4.1 $"
+#ident                 "GENERIC-$Revision: 1.126.4.2 $"
 
 maxusers       16
 
@@ -590,6 +590,7 @@
 pseudo-device  vnd             4       # virtual disk ick
 #pseudo-device ccd             4       # concatenated disks
 pseudo-device  rnd                     # /dev/random and in-kernel generator
+pseudo-device  clockctl                # user control of clock subsystem
 
 pseudo-device  biconsdev       1       # build-in console device
 pseudo-device  wsmux                   # mouse & keyboard multiplexor



Home | Main Index | Thread Index | Old Index