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/i386/conf Pull up revision 1.39 (requested by ...



details:   https://anonhg.NetBSD.org/src/rev/06f2a3e200d2
branches:  netbsd-1-6
changeset: 528719:06f2a3e200d2
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Aug 01 04:23:45 2002 +0000

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

diffs (17 lines):

diff -r a8c1fab8734a -r 06f2a3e200d2 sys/arch/i386/conf/MINBAR
--- a/sys/arch/i386/conf/MINBAR Thu Aug 01 04:23:36 2002 +0000
+++ b/sys/arch/i386/conf/MINBAR Thu Aug 01 04:23:45 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: MINBAR,v 1.38 2002/04/25 15:06:30 atatat Exp $
+#      $NetBSD: MINBAR,v 1.38.4.1 2002/08/01 04:23:45 lukem Exp $
 #      From: GENERIC,v 1.212 1999/01/06 23:30:53 thorpej Exp
 #
 #      MINBAR -- offshore CVS server
@@ -615,6 +615,7 @@
 #pseudo-device sequencer       1       # MIDI sequencer
 pseudo-device  rnd                     # /dev/random and in-kernel generator
 #options       RND_COM                 # use "com" randomness as well (BROKEN)
+pseudo-device  clockctl                # user control of clock subsystem
 
 # a pseudo device needed for Coda      # also needs CODA (above)
 #pseudo-device vcoda           4       # coda minicache <-> venus comm.



Home | Main Index | Thread Index | Old Index