From f44b871e0304c8fcd8972e3c7b605ff47336517d Mon Sep 17 00:00:00 2001 From: sephe Date: Fri, 22 Jun 2007 12:08:07 +0000 Subject: [PATCH] - Add KTR_IF_{BGE,EM} to opt_ktr.h - Add commented out KTR_IF_{BGE,EM} entries to LINT Reminded-by: swildner@ # LINT compiling test is conducted with KTR_IF_{BGE,EM} --- sys/conf/options | 4 +++- sys/config/LINT | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/sys/conf/options b/sys/conf/options index 5662b5ff56..5cc59f6d75 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -1,5 +1,5 @@ # $FreeBSD: src/sys/conf/options,v 1.191.2.53 2003/06/04 17:56:58 sam Exp $ -# $DragonFly: src/sys/conf/options,v 1.66 2007/06/17 20:33:14 swildner Exp $ +# $DragonFly: src/sys/conf/options,v 1.67 2007/06/22 12:08:07 sephe Exp $ # # On the handling of kernel options # @@ -512,6 +512,8 @@ KTR_ENTRIES opt_global.h KTR_VERBOSE opt_ktr.h KTR_GIANT_CONTENTION opt_ktr.h KTR_SPIN_CONTENTION opt_ktr.h +KTR_IF_BGE opt_ktr.h +KTR_IF_EM opt_ktr.h # bce driver BCE_DEBUG opt_bce.h diff --git a/sys/config/LINT b/sys/config/LINT index 5c12c7369e..b9d1be947d 100644 --- a/sys/config/LINT +++ b/sys/config/LINT @@ -3,7 +3,7 @@ # as much of the source tree as it can. # # $FreeBSD: src/sys/i386/conf/LINT,v 1.749.2.144 2003/06/04 17:56:59 sam Exp $ -# $DragonFly: src/sys/config/LINT,v 1.119 2007/06/17 20:33:14 swildner Exp $ +# $DragonFly: src/sys/config/LINT,v 1.120 2007/06/22 12:08:07 sephe Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -2745,6 +2745,8 @@ options KTR #options KTR_MEMORY #options KTR_TOKENS #options KTR_USB_MEMORY +#options KTR_IF_EM +#options KTR_IF_BGE options KTR_ALL options KTR_ENTRIES=1024 options KTR_VERBOSE=1 -- 2.11.4.GIT