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



details:   https://anonhg.NetBSD.org/src/rev/11b88d1cdf60
branches:  netbsd-1-6
changeset: 528713:11b88d1cdf60
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Aug 01 04:22:49 2002 +0000

description:
Pull up revision 1.52 (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/i386/conf/GENERIC_LAPTOP |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r d8bdeea92552 -r 11b88d1cdf60 sys/arch/i386/conf/GENERIC_LAPTOP
--- a/sys/arch/i386/conf/GENERIC_LAPTOP Thu Aug 01 04:22:39 2002 +0000
+++ b/sys/arch/i386/conf/GENERIC_LAPTOP Thu Aug 01 04:22:49 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC_LAPTOP,v 1.50.4.1 2002/06/10 17:14:29 tv Exp $
+#      $NetBSD: GENERIC_LAPTOP,v 1.50.4.2 2002/08/01 04:22:49 lukem Exp $
 #      From: NetBSD: GENERIC,v 1.414 2001/07/30 19:59:05 ad Exp
 #
 #      GENERIC_LAPTOP -- GENERIC with cardbus and some USB devices enabled
@@ -8,7 +8,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.50.4.1 $"
+#ident                 "GENERIC-$Revision: 1.50.4.2 $"
 
 maxusers       32              # estimated number of users
 
@@ -795,6 +795,7 @@
 # rnd works; RND_COM does not on port i386 yet.
 pseudo-device  rnd                     # /dev/random and in-kernel generator
 #options       RND_COM                 # use "com" randomness as well (BROKEN)
+pseudo-device  clockctl                # user control of clock subsystem
 
 # a pseudo device needed for Coda      # also needs CODA (above)
 pseudo-device  vcoda           4       # coda minicache <-> venus comm.



Home | Main Index | Thread Index | Old Index