Module Name: src
Committed By: maya
Date: Fri Dec 23 11:27:10 UTC 2016
Modified Files:
src/sys/arch/amd64/conf: ALL
src/sys/arch/i386/conf: ALL
Log Message:
add SCTP_DEBUG to ALL kernels
To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.408 -r1.409 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.46 src/sys/arch/amd64/conf/ALL:1.47
--- src/sys/arch/amd64/conf/ALL:1.46 Sun Dec 18 04:35:26 2016
+++ src/sys/arch/amd64/conf/ALL Fri Dec 23 11:27:10 2016
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.46 2016/12/18 04:35:26 dholland Exp $
+# $NetBSD: ALL,v 1.47 2016/12/23 11:27:10 maya 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.46 $"
+#ident "ALL-$Revision: 1.47 $"
maxusers 64 # estimated number of users
@@ -2154,6 +2154,7 @@ options SCR_DEBUG
options SCSIDEBUG
options SCSIPI_DEBUG
options SCSI_DEBUG
+options SCTP_DEBUG
options SD_DEBUG
options SEA_DEBUG
options SEA_DEBUGQUEUE
Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.408 src/sys/arch/i386/conf/ALL:1.409
--- src/sys/arch/i386/conf/ALL:1.408 Thu Dec 15 04:01:09 2016
+++ src/sys/arch/i386/conf/ALL Fri Dec 23 11:27:10 2016
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.408 2016/12/15 04:01:09 ozaki-r Exp $
+# $NetBSD: ALL,v 1.409 2016/12/23 11:27:10 maya 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.408 $"
+#ident "ALL-$Revision: 1.409 $"
maxusers 64 # estimated number of users
@@ -2355,6 +2355,7 @@ options SCR_DEBUG
options SCSIDEBUG
options SCSIPI_DEBUG
options SCSI_DEBUG
+options SCTP_DEBUG
options SD_DEBUG
options SEA_DEBUG
options SEA_DEBUGQUEUE