From: Sascha Wildner Date: Sat, 11 Sep 2010 16:40:54 +0000 (+0200) Subject: Re-add RSS_DEBUG to LINT. X-Git-Url: https://gitweb.dragonflybsd.org/~lentferj/dragonfly.git/commitdiff_plain/8f2c9819c2de88796b4c71355a20b217a4d97f12 Re-add RSS_DEBUG to LINT. --- diff --git a/sys/config/LINT b/sys/config/LINT index 0664204a87..f225b4a739 100644 --- a/sys/config/LINT +++ b/sys/config/LINT @@ -2790,6 +2790,7 @@ options INIT_PATH="/sbin/init:/sbin/oinit" # Debug options options BUS_DEBUG # enable newbus debugging options NPX_DEBUG # enable npx debugging (FPU/math emu) +options RSS_DEBUG # enable RSS (Receive Side Scaling) debugging # Record the program counter of the code interrupted by the statistics # clock interrupt. Use pctrack(8) to dump this information.