Tue Oct 11 05:16:04 2016 UTC ()
Add IFA_STATS to ALLs


(ozaki-r)
diff -r1.38 -r1.39 src/sys/arch/amd64/conf/ALL
diff -r1.401 -r1.402 src/sys/arch/i386/conf/ALL

cvs diff -r1.38 -r1.39 src/sys/arch/amd64/conf/ALL (expand / switch to unified diff)

--- src/sys/arch/amd64/conf/ALL 2016/08/07 10:44:05 1.38
+++ src/sys/arch/amd64/conf/ALL 2016/10/11 05:16:04 1.39
@@ -1,33 +1,33 @@ @@ -1,33 +1,33 @@
1# $NetBSD: ALL,v 1.38 2016/08/07 10:44:05 christos Exp $ 1# $NetBSD: ALL,v 1.39 2016/10/11 05:16:04 ozaki-r Exp $
2# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp 2# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
3# 3#
4# ALL machine description file 4# ALL machine description file
5# 5#
6# This machine description includes all devices and options and it is 6# This machine description includes all devices and options and it is
7# used to compile-test the source and does not necessarily produce a 7# used to compile-test the source and does not necessarily produce a
8# bootable or useful kernel. 8# bootable or useful kernel.
9# 9#
10# For further information on hardware support for this architecture, see 10# For further information on hardware support for this architecture, see
11# the intro(4) man page. For further information about kernel options 11# the intro(4) man page. For further information about kernel options
12# for this architecture, see the options(4) man page. For an explanation 12# for this architecture, see the options(4) man page. For an explanation
13# of each device driver in this file see the section 4 man page for the 13# of each device driver in this file see the section 4 man page for the
14# device. 14# device.
15 15
16include "arch/amd64/conf/std.amd64" 16include "arch/amd64/conf/std.amd64"
17 17
18options INCLUDE_CONFIG_FILE # embed config file in kernel binary 18options INCLUDE_CONFIG_FILE # embed config file in kernel binary
19 19
20#ident "ALL-$Revision: 1.38 $" 20#ident "ALL-$Revision: 1.39 $"
21 21
22maxusers 64 # estimated number of users 22maxusers 64 # estimated number of users
23 23
24makeoptions USE_SSP=yes 24makeoptions USE_SSP=yes
25 25
26# CPU-related options. 26# CPU-related options.
27#options VM86 # virtual 8086 emulation 27#options VM86 # virtual 8086 emulation
28#options USER_LDT # user-settable LDT; used by WINE 28#options USER_LDT # user-settable LDT; used by WINE
29options X86EMU # 386 Real Mode emulator 29options X86EMU # 386 Real Mode emulator
30#options PAE # PAE mode (36 bits physical addressing) 30#options PAE # PAE mode (36 bits physical addressing)
31 31
32# CPU features 32# CPU features
33acpicpu* at cpu? # ACPI CPU (including frequency scaling) 33acpicpu* at cpu? # ACPI CPU (including frequency scaling)
@@ -1973,26 +1973,27 @@ options HPC_DEBUG_LCD @@ -1973,26 +1973,27 @@ options HPC_DEBUG_LCD
1973options HP_DEBUG 1973options HP_DEBUG
1974options HSCXADEBUG 1974options HSCXADEBUG
1975options HSCXBDEBUG 1975options HSCXBDEBUG
1976options I2ODEBUG 1976options I2ODEBUG
1977options I4BISPPPDEBUG 1977options I4BISPPPDEBUG
1978options I4B_MBUF_DEBUG 1978options I4B_MBUF_DEBUG
1979options I4B_MBUF_TYPE_DEBUG 1979options I4B_MBUF_TYPE_DEBUG
1980options IBCS2_DEBUG 1980options IBCS2_DEBUG
1981options ICONV_DEBUG 1981options ICONV_DEBUG
1982options ICP_DEBUG 1982options ICP_DEBUG
1983options IEDEBUG 1983options IEDEBUG
1984options IEEE80211_DEBUG_REFCNT 1984options IEEE80211_DEBUG_REFCNT
1985options IFAREF_DEBUG 1985options IFAREF_DEBUG
 1986options IFA_STATS
1986options IFMEDIA_DEBUG 1987options IFMEDIA_DEBUG
1987options IHA_DEBUG_STATE 1988options IHA_DEBUG_STATE
1988options INTRDEBUG 1989options INTRDEBUG
1989options INTR_DEBUG 1990options INTR_DEBUG
1990options IPAQ_LCD_DEBUG 1991options IPAQ_LCD_DEBUG
1991options IPF_DEBUG 1992options IPF_DEBUG
1992options IPSEC_DEBUG 1993options IPSEC_DEBUG
1993options IPW_DEBUG 1994options IPW_DEBUG
1994options IP_RCMD_PROXY_DEBUG 1995options IP_RCMD_PROXY_DEBUG
1995options IRFRAMET_DEBUG 1996options IRFRAMET_DEBUG
1996options IRFRAME_DEBUG 1997options IRFRAME_DEBUG
1997options IRQ_DEBUG 1998options IRQ_DEBUG
1998options ISACDEBUG 1999options ISACDEBUG

cvs diff -r1.401 -r1.402 src/sys/arch/i386/conf/ALL (expand / switch to unified diff)

--- src/sys/arch/i386/conf/ALL 2016/08/07 10:44:05 1.401
+++ src/sys/arch/i386/conf/ALL 2016/10/11 05:16:04 1.402
@@ -1,33 +1,33 @@ @@ -1,33 +1,33 @@
1# $NetBSD: ALL,v 1.401 2016/08/07 10:44:05 christos Exp $ 1# $NetBSD: ALL,v 1.402 2016/10/11 05:16:04 ozaki-r Exp $
2# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp 2# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
3# 3#
4# ALL machine description file 4# ALL machine description file
5# 5#
6# This machine description includes all devices and options and it is 6# This machine description includes all devices and options and it is
7# used to compile-test the source and does not necessarily produce a 7# used to compile-test the source and does not necessarily produce a
8# bootable or useful kernel. 8# bootable or useful kernel.
9# 9#
10# For further information on hardware support for this architecture, see 10# For further information on hardware support for this architecture, see
11# the intro(4) man page. For further information about kernel options 11# the intro(4) man page. For further information about kernel options
12# for this architecture, see the options(4) man page. For an explanation 12# for this architecture, see the options(4) man page. For an explanation
13# of each device driver in this file see the section 4 man page for the 13# of each device driver in this file see the section 4 man page for the
14# device. 14# device.
15 15
16include "arch/i386/conf/std.i386" 16include "arch/i386/conf/std.i386"
17 17
18options INCLUDE_CONFIG_FILE # embed config file in kernel binary 18options INCLUDE_CONFIG_FILE # embed config file in kernel binary
19 19
20#ident "ALL-$Revision: 1.401 $" 20#ident "ALL-$Revision: 1.402 $"
21 21
22maxusers 64 # estimated number of users 22maxusers 64 # estimated number of users
23 23
24makeoptions USE_SSP=yes 24makeoptions USE_SSP=yes
25 25
26# CPU-related options. 26# CPU-related options.
27options VM86 # virtual 8086 emulation 27options VM86 # virtual 8086 emulation
28options USER_LDT # user-settable LDT; used by WINE 28options USER_LDT # user-settable LDT; used by WINE
29options X86EMU # 386 Real Mode emulator 29options X86EMU # 386 Real Mode emulator
30options PAE # PAE mode (36 bits physical addressing) 30options PAE # PAE mode (36 bits physical addressing)
31 31
32# CPU features 32# CPU features
33acpicpu* at cpu? # ACPI CPU (including frequency scaling) 33acpicpu* at cpu? # ACPI CPU (including frequency scaling)
@@ -2175,26 +2175,27 @@ options HPC_DEBUG_LCD @@ -2175,26 +2175,27 @@ options HPC_DEBUG_LCD
2175options HP_DEBUG 2175options HP_DEBUG
2176options HSCXADEBUG 2176options HSCXADEBUG
2177options HSCXBDEBUG 2177options HSCXBDEBUG
2178options I2ODEBUG 2178options I2ODEBUG
2179options I4BISPPPDEBUG 2179options I4BISPPPDEBUG
2180options I4B_MBUF_DEBUG 2180options I4B_MBUF_DEBUG
2181options I4B_MBUF_TYPE_DEBUG 2181options I4B_MBUF_TYPE_DEBUG
2182options IBCS2_DEBUG 2182options IBCS2_DEBUG
2183options ICONV_DEBUG 2183options ICONV_DEBUG
2184options ICP_DEBUG 2184options ICP_DEBUG
2185options IEDEBUG 2185options IEDEBUG
2186options IEEE80211_DEBUG_REFCNT 2186options IEEE80211_DEBUG_REFCNT
2187options IFAREF_DEBUG 2187options IFAREF_DEBUG
 2188options IFA_STATS
2188options IFMEDIA_DEBUG 2189options IFMEDIA_DEBUG
2189options IHA_DEBUG_STATE 2190options IHA_DEBUG_STATE
2190options INTRDEBUG 2191options INTRDEBUG
2191options INTR_DEBUG 2192options INTR_DEBUG
2192options IPAQ_LCD_DEBUG 2193options IPAQ_LCD_DEBUG
2193options IPF_DEBUG 2194options IPF_DEBUG
2194options IPSEC_DEBUG 2195options IPSEC_DEBUG
2195options IPW_DEBUG 2196options IPW_DEBUG
2196options IP_RCMD_PROXY_DEBUG 2197options IP_RCMD_PROXY_DEBUG
2197options IRFRAMET_DEBUG 2198options IRFRAMET_DEBUG
2198options IRFRAME_DEBUG 2199options IRFRAME_DEBUG
2199options IRQ_DEBUG 2200options IRQ_DEBUG
2200options ISACDEBUG 2201options ISACDEBUG