Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jan 2006 23:39:18 -0800
From:      Nate Lawson <nate@root.org>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/kern subr_witness.c src/sys/sys ktr.h
Message-ID:  <43D72B26.4000501@root.org>
In-Reply-To: <20060124222402.DAA4E16A463@hub.freebsd.org>
References:  <20060124222402.DAA4E16A463@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
John Baldwin wrote:
> jhb         2006-01-24 22:23:45 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/kern             subr_witness.c 
>     sys/sys              ktr.h 
>   Log:
>   - Add a new KTR_SUBSYS in place of KTR_SPARE1 to serve as a subsystem
>     placeholder similar to KTR_DEV.  Explain the use of KTR_DEV and
>     KTR_SUBSYS in a comment as well.
>   - Retire KTR_WITNESS and instead have KTR_WITNESS default to off but use
>     KTR_SUBSYS if it is enabled.
>   
>   Revision  Changes    Path
>   1.212     +6 -0      src/sys/kern/subr_witness.c
>   1.36      +7 -2      src/sys/sys/ktr.h

Thanks, and I hope as we expand, people will use KTR_SUBSYS or KTR_DEV 
instead of growing their own.

-- 
Nate



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?43D72B26.4000501>