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



details:   https://anonhg.NetBSD.org/src/rev/cdd75a83ddaf
branches:  netbsd-1-6
changeset: 528691:cdd75a83ddaf
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Aug 01 04:19:10 2002 +0000

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

diffs (14 lines):

diff -r d0a51ffc453a -r cdd75a83ddaf sys/arch/evbarm/conf/TEAMASA_NPWR
--- a/sys/arch/evbarm/conf/TEAMASA_NPWR Thu Aug 01 04:19:01 2002 +0000
+++ b/sys/arch/evbarm/conf/TEAMASA_NPWR Thu Aug 01 04:19:10 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: TEAMASA_NPWR,v 1.15 2002/05/03 19:35:53 thorpej Exp $
+#      $NetBSD: TEAMASA_NPWR,v 1.15.4.1 2002/08/01 04:19:10 lukem Exp $
 #
 #      TEAMASA_NPWR -- Team ASA, Inc. Npwr -- XScale/IOP310-based
 #      server appliance.
@@ -197,3 +197,4 @@
 # miscellaneous pseudo-devices
 pseudo-device  pty                     # pseudo-terminals
 pseudo-device  rnd                     # /dev/random and in-kernel generator
+pseudo-device  clockctl                # user control of clock subsystem



Home | Main Index | Thread Index | Old Index