From 453ffeef5eb6efc543de4b2ed47d66f87602a7b4 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sat, 16 Apr 2005 12:14:43 +0000 Subject: [PATCH] Add ALQ and KTR_ALQ to NOTES so that they are built into LINT. --- sys/conf/NOTES | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index d151c419dc0..3f2677d75aa 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -355,6 +355,15 @@ options KTR_MASK=KTR_INTR options KTR_CPUMASK=0x3 options KTR_VERBOSE +# +# ALQ(9) is a facilty for the asynchronous queuing of records from the kernel +# to a vnode, and is employed by services such as KTR(4) to produce trace +# files based on a kernel event stream. Records are written asynchronously +# in a worker thread. +# +options ALQ +options KTR_ALQ + # # The INVARIANTS option is used in a number of source files to enable # extra sanity checking of internal structures. This support is not