Module Name:    src
Committed By:   rjs
Date:           Tue Apr 28 13:52:50 UTC 2015

Modified Files:
        src/sys/arch/amd64/conf: ALL
        src/sys/arch/i386/conf: ALL

Log Message:
Add DCCP.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.391 -r1.392 src/sys/arch/i386/conf/ALL

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/conf/ALL
diff -u src/sys/arch/amd64/conf/ALL:1.27 src/sys/arch/amd64/conf/ALL:1.28
--- src/sys/arch/amd64/conf/ALL:1.27	Fri Mar  6 15:09:50 2015
+++ src/sys/arch/amd64/conf/ALL	Tue Apr 28 13:52:49 2015
@@ -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 @@ include 	"arch/amd64/conf/std.amd64"
 
 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 	MPLS		# MultiProtocol Label Swi
 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)

Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.391 src/sys/arch/i386/conf/ALL:1.392
--- src/sys/arch/i386/conf/ALL:1.391	Fri Feb 13 18:57:47 2015
+++ src/sys/arch/i386/conf/ALL	Tue Apr 28 13:52:50 2015
@@ -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 @@ include 	"arch/i386/conf/std.i386"
 
 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 	MPLS		# MultiProtocol Label Swi
 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)

Reply via email to