Module Name:    src
Committed By:   ozaki-r
Date:           Tue Oct 11 05:16:04 UTC 2016

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

Log Message:
Add IFA_STATS to ALLs


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 src/sys/arch/amd64/conf/ALL
cvs rdiff -u -r1.401 -r1.402 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.38 src/sys/arch/amd64/conf/ALL:1.39
--- src/sys/arch/amd64/conf/ALL:1.38	Sun Aug  7 10:44:05 2016
+++ src/sys/arch/amd64/conf/ALL	Tue Oct 11 05:16:04 2016
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.38 2016/08/07 10:44:05 christos Exp $
+# $NetBSD: ALL,v 1.39 2016/10/11 05:16:04 ozaki-r 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.38 $"
+#ident 		"ALL-$Revision: 1.39 $"
 
 maxusers	64		# estimated number of users
 
@@ -1983,6 +1983,7 @@ options ICP_DEBUG
 options IEDEBUG
 options IEEE80211_DEBUG_REFCNT
 options IFAREF_DEBUG
+options IFA_STATS
 options IFMEDIA_DEBUG
 options IHA_DEBUG_STATE
 options INTRDEBUG

Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.401 src/sys/arch/i386/conf/ALL:1.402
--- src/sys/arch/i386/conf/ALL:1.401	Sun Aug  7 10:44:05 2016
+++ src/sys/arch/i386/conf/ALL	Tue Oct 11 05:16:04 2016
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.401 2016/08/07 10:44:05 christos Exp $
+# $NetBSD: ALL,v 1.402 2016/10/11 05:16:04 ozaki-r 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.401 $"
+#ident 		"ALL-$Revision: 1.402 $"
 
 maxusers	64		# estimated number of users
 
@@ -2185,6 +2185,7 @@ options ICP_DEBUG
 options IEDEBUG
 options IEEE80211_DEBUG_REFCNT
 options IFAREF_DEBUG
+options IFA_STATS
 options IFMEDIA_DEBUG
 options IHA_DEBUG_STATE
 options INTRDEBUG

Reply via email to