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/acorn32/conf Pull up revision 1.13 (requested ...



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

description:
Pull up revision 1.13 (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/acorn32/conf/LOWMEM_WSCONS |  3 ++-
 sys/arch/acorn32/conf/NC            |  3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r 1f5e9080ebdb -r fc1c6b01ebff sys/arch/acorn32/conf/LOWMEM_WSCONS
--- a/sys/arch/acorn32/conf/LOWMEM_WSCONS       Thu Aug 01 04:14:25 2002 +0000
+++ b/sys/arch/acorn32/conf/LOWMEM_WSCONS       Thu Aug 01 04:14:35 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: LOWMEM_WSCONS,v 1.12 2002/04/25 15:06:20 atatat Exp $
+#      $NetBSD: LOWMEM_WSCONS,v 1.12.4.1 2002/08/01 04:14:35 lukem Exp $
 #
 #      LOWMEM_WSCONS -- RiscPC config with wscons for SMALL machines
 #
@@ -300,6 +300,7 @@
 #pseudo-device ccd     2               # concatenated disk devices
 pseudo-device  md      1               # Ramdisk driver
 pseudo-device  rnd                     # /dev/random and /dev/urandom
+pseudo-device  clockctl                # user control of clock subsystem
 
 makeoptions    MONITOR="Taxan875+LR"
 #makeoptions   MONITOR="AKF60"
diff -r 1f5e9080ebdb -r fc1c6b01ebff sys/arch/acorn32/conf/NC
--- a/sys/arch/acorn32/conf/NC  Thu Aug 01 04:14:25 2002 +0000
+++ b/sys/arch/acorn32/conf/NC  Thu Aug 01 04:14:35 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: NC,v 1.11.4.1 2002/06/10 16:34:44 tv Exp $
+#      $NetBSD: NC,v 1.11.4.2 2002/08/01 04:14:45 lukem Exp $
 #
 #      NC - with vidcconsole
 #
@@ -270,6 +270,7 @@
 #pseudo-device ccd     2               # concatenated disk devices
 pseudo-device  md      1               # Ramdisk driver
 pseudo-device  rnd                     # /dev/random and /dev/urandom
+pseudo-device  clockctl                # user control of clock subsystem
 
 makeoptions    MONITOR="Taxan875+LR"
 #makeoptions   MONITOR="AKF60"



Home | Main Index | Thread Index | Old Index