Source-Changes-HG archive

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

[src/trunk]: src/sys/arch add SCTP_DEBUG to ALL kernels



details:   https://anonhg.NetBSD.org/src/rev/d8a8cf4938a4
branches:  trunk
changeset: 819930:d8a8cf4938a4
user:      maya <maya%NetBSD.org@localhost>
date:      Fri Dec 23 11:27:10 2016 +0000

description:
add SCTP_DEBUG to ALL kernels

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 28a5585c7c27 -r d8a8cf4938a4 sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Fri Dec 23 11:11:28 2016 +0000
+++ b/sys/arch/amd64/conf/ALL   Fri Dec 23 11:27:10 2016 +0000
@@ -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 @@
 
 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 SCSIDEBUG
 options SCSIPI_DEBUG
 options SCSI_DEBUG
+options SCTP_DEBUG
 options SD_DEBUG
 options SEA_DEBUG
 options SEA_DEBUGQUEUE
diff -r 28a5585c7c27 -r d8a8cf4938a4 sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Fri Dec 23 11:11:28 2016 +0000
+++ b/sys/arch/i386/conf/ALL    Fri Dec 23 11:27:10 2016 +0000
@@ -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 @@
 
 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 SCSIDEBUG
 options SCSIPI_DEBUG
 options SCSI_DEBUG
+options SCTP_DEBUG
 options SD_DEBUG
 options SEA_DEBUG
 options SEA_DEBUGQUEUE



Home | Main Index | Thread Index | Old Index