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



details:   https://anonhg.NetBSD.org/src/rev/927b4ae0e0bd
branches:  netbsd-1-6
changeset: 528685:927b4ae0e0bd
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Aug 01 04:18:15 2002 +0000

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

diffs (14 lines):

diff -r b817ef202453 -r 927b4ae0e0bd sys/arch/cesfic/conf/GENERIC
--- a/sys/arch/cesfic/conf/GENERIC      Thu Aug 01 04:18:06 2002 +0000
+++ b/sys/arch/cesfic/conf/GENERIC      Thu Aug 01 04:18:15 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.11 2002/04/25 15:06:25 atatat Exp $
+# $NetBSD: GENERIC,v 1.11.4.1 2002/08/01 04:18:15 lukem Exp $
 #
 # GENERIC machine description file
 # 
@@ -112,3 +112,4 @@
 pseudo-device  loop                    # loopback network interface
 #pseudo-device ipfilter                # IP Filter package
 pseudo-device  rnd
+pseudo-device  clockctl                # user control of clock subsystem



Home | Main Index | Thread Index | Old Index