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



details:   https://anonhg.NetBSD.org/src/rev/4030bcdf713e
branches:  netbsd-1-6
changeset: 528671:4030bcdf713e
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Aug 01 04:16:02 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/alpha/conf/FRAU-FARBISSINA |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r a77a4413edb8 -r 4030bcdf713e sys/arch/alpha/conf/FRAU-FARBISSINA
--- a/sys/arch/alpha/conf/FRAU-FARBISSINA       Thu Aug 01 04:15:53 2002 +0000
+++ b/sys/arch/alpha/conf/FRAU-FARBISSINA       Thu Aug 01 04:16:02 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: FRAU-FARBISSINA,v 1.16 2002/04/25 15:06:21 atatat Exp $
+# $NetBSD: FRAU-FARBISSINA,v 1.16.4.1 2002/08/01 04:16:02 lukem Exp $
 #
 # frau-farbissina.shagadelic.org -- thorpej's AlphaServer 1200 MP hacking
 # box
@@ -7,7 +7,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "FRAU-FARBISSINA-$Revision: 1.16 $"
+#ident                 "FRAU-FARBISSINA-$Revision: 1.16.4.1 $"
 
 maxusers 64
 
@@ -412,6 +412,7 @@
 pseudo-device  faith           1       # IPv[46] tcp relay translation i/f
 #pseudo-device stf             1       # 6to4 IPv6 over IPv4 encapsulation
 #pseudo-device sequencer       1       # MIDI sequencer
+pseudo-device  clockctl                # user control of clock subsystem
 
 # rnd is EXPERIMENTAL
 pseudo-device  rnd                     # /dev/random and in-kernel generator



Home | Main Index | Thread Index | Old Index