Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Add IFA_STATS to ALLs



details:   https://anonhg.NetBSD.org/src/rev/42183c5286fc
branches:  trunk
changeset: 348232:42183c5286fc
user:      ozaki-r <ozaki-r%NetBSD.org@localhost>
date:      Tue Oct 11 05:16:04 2016 +0000

description:
Add IFA_STATS to ALLs

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 496c218b2e14 -r 42183c5286fc sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL   Tue Oct 11 05:15:01 2016 +0000
+++ b/sys/arch/amd64/conf/ALL   Tue Oct 11 05:16:04 2016 +0000
@@ -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 @@
 
 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 IEDEBUG
 options IEEE80211_DEBUG_REFCNT
 options IFAREF_DEBUG
+options IFA_STATS
 options IFMEDIA_DEBUG
 options IHA_DEBUG_STATE
 options INTRDEBUG
diff -r 496c218b2e14 -r 42183c5286fc sys/arch/i386/conf/ALL
--- a/sys/arch/i386/conf/ALL    Tue Oct 11 05:15:01 2016 +0000
+++ b/sys/arch/i386/conf/ALL    Tue Oct 11 05:16:04 2016 +0000
@@ -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 @@
 
 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 IEDEBUG
 options IEEE80211_DEBUG_REFCNT
 options IFAREF_DEBUG
+options IFA_STATS
 options IFMEDIA_DEBUG
 options IHA_DEBUG_STATE
 options INTRDEBUG



Home | Main Index | Thread Index | Old Index