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/acorn26/conf Pull up revision 1.5 (requested b...



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

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

diffs (15 lines):

diff -r fb2343bfdb5f -r 54e9a8437c41 sys/arch/acorn26/conf/GENERIC
--- a/sys/arch/acorn26/conf/GENERIC     Thu Aug 01 04:14:05 2002 +0000
+++ b/sys/arch/acorn26/conf/GENERIC     Thu Aug 01 04:14:14 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.4 2002/04/25 15:06:20 atatat Exp $
+# $NetBSD: GENERIC,v 1.4.4.1 2002/08/01 04:14:14 lukem Exp $
 #
 # GENERIC machine description file
 # 
@@ -225,4 +225,5 @@
 pseudo-device  sequencer       1       # MIDI sequencer
 pseudo-device  wsmux                   # keyboard/mouse multiplexor
 pseudo-device  rnd                     # /dev/random and in-kernel generator
+pseudo-device  clockctl                # user control of clock subsystem
 



Home | Main Index | Thread Index | Old Index