Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch Add DCCP.
details: https://anonhg.NetBSD.org/src/rev/7a884b93cf6c
branches: trunk
changeset: 807942:7a884b93cf6c
user: rjs <rjs%NetBSD.org@localhost>
date: Tue Apr 28 13:52:49 2015 +0000
description:
Add DCCP.
diffstat:
sys/arch/amd64/conf/ALL | 5 +++--
sys/arch/i386/conf/ALL | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (52 lines):
diff -r 3b9d61fbf157 -r 7a884b93cf6c sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL Tue Apr 28 11:58:49 2015 +0000
+++ b/sys/arch/amd64/conf/ALL Tue Apr 28 13:52:49 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.27 2015/03/06 15:09:50 riastradh Exp $
+# $NetBSD: ALL,v 1.28 2015/04/28 13:52:49 rjs Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,7 +17,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.27 $"
+#ident "ALL-$Revision: 1.28 $"
maxusers 64 # estimated number of users
@@ -224,6 +224,7 @@
options MROUTING # IP multicast routing
options PIM # Protocol Independent Multicast
options NETATALK # AppleTalk networking protocols
+options DCCP # Datagram Congestion Control Protocol
options PPP_BSDCOMP # BSD-Compress compression support for PPP
options PPP_DEFLATE # Deflate compression support for PPP
options PPP_FILTER # Active filter support for PPP (requires bpf)
diff -r 3b9d61fbf157 -r 7a884b93cf6c sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL Tue Apr 28 11:58:49 2015 +0000
+++ b/sys/arch/i386/conf/ALL Tue Apr 28 13:52:49 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.391 2015/02/13 18:57:47 nonaka Exp $
+# $NetBSD: ALL,v 1.392 2015/04/28 13:52:50 rjs Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,7 +17,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.391 $"
+#ident "ALL-$Revision: 1.392 $"
maxusers 64 # estimated number of users
@@ -223,6 +223,7 @@
options MROUTING # IP multicast routing
options PIM # Protocol Independent Multicast
options NETATALK # AppleTalk networking protocols
+options DCCP # Datagram Congestion Control Protocol
options PPP_BSDCOMP # BSD-Compress compression support for PPP
options PPP_DEFLATE # Deflate compression support for PPP
options PPP_FILTER # Active filter support for PPP (requires bpf)
Home |
Main Index |
Thread Index |
Old Index