Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/vax/conf enable in-kernel NTP (so xntpd doesn't die).
details: https://anonhg.NetBSD.org/src/rev/82176a37d21b
branches: trunk
changeset: 485169:82176a37d21b
user: matt <matt%NetBSD.org@localhost>
date: Fri Apr 21 15:16:39 2000 +0000
description:
enable in-kernel NTP (so xntpd doesn't die).
diffstat:
sys/arch/vax/conf/GENERIC | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 4e99a607ec27 -r 82176a37d21b sys/arch/vax/conf/GENERIC
--- a/sys/arch/vax/conf/GENERIC Fri Apr 21 14:14:55 2000 +0000
+++ b/sys/arch/vax/conf/GENERIC Fri Apr 21 15:16:39 2000 +0000
@@ -1,11 +1,11 @@
-# $NetBSD: GENERIC,v 1.61 2000/04/19 06:50:36 itojun Exp $
+# $NetBSD: GENERIC,v 1.62 2000/04/21 15:16:39 matt Exp $
#
# GENERIC VAX configuration file; all supported devices.
#
include "arch/vax/conf/std.vax"
-#ident "GENERIC-$Revision: 1.61 $"
+#ident "GENERIC-$Revision: 1.62 $"
# Here are all different supported CPU types listed.
options "VAX8600"
@@ -49,7 +49,8 @@
# Network support
#options GATEWAY
-options INET
+options NTP # NTP kernel support
+options INET # IPv4
options INET6 # IPV6
#options IPSEC # IP security
#options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
Home |
Main Index |
Thread Index |
Old Index