Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/usermode/conf add options NTP & pseudo-device clockctl



details:   https://anonhg.NetBSD.org/src/rev/0a24d10d39ad
branches:  trunk
changeset: 772446:0a24d10d39ad
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed Jan 04 14:04:12 2012 +0000

description:
add options NTP & pseudo-device clockctl

diffstat:

 sys/arch/usermode/conf/GENERIC.common |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (31 lines):

diff -r 4f6b8da4fe43 -r 0a24d10d39ad sys/arch/usermode/conf/GENERIC.common
--- a/sys/arch/usermode/conf/GENERIC.common     Wed Jan 04 13:45:55 2012 +0000
+++ b/sys/arch/usermode/conf/GENERIC.common     Wed Jan 04 14:04:12 2012 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: GENERIC.common,v 1.10 2012/01/02 21:48:14 reinoud Exp $
+# $NetBSD: GENERIC.common,v 1.11 2012/01/04 14:04:12 jmcneill Exp $
 
 include "arch/usermode/conf/std.usermode"
 
 options        INCLUDE_CONFIG_FILE
-#ident                 "GENERIC-$Revision: 1.10 $"
+#ident                 "GENERIC-$Revision: 1.11 $"
 maxusers       32
 
 makeoptions    DEBUG="-O1 -g3"
@@ -11,6 +11,7 @@
 options        SYMTAB_SPACE=350000
 
 options        RTC_OFFSET=0
+options        NTP
 options        KTRACE
 #options       USERCONF
 
@@ -72,6 +73,7 @@
 pseudo-device  loop
 pseudo-device  pty
 pseudo-device  bpfilter
+pseudo-device  clockctl
 pseudo-device  drvctl
 pseudo-device  ksyms
 pseudo-device  wsmux



Home | Main Index | Thread Index | Old Index