Date: Sat, 26 Jan 2008 22:32:24 +0000 (UTC) From: Robert Watson <rwatson@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf options src/sys/ddb db_capture.c Message-ID: <200801262232.m0QMWOWM069975@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rwatson 2008-01-26 22:32:24 UTC
FreeBSD src repository
Modified files:
sys/conf options
sys/ddb db_capture.c
Log:
Allow DDB_CAPTURE_DEFAULTBUFSIZE and DDB_CAPTURE_MAXBUFSIZE to be
overridden at compile-time using kernel options of the same names.
Rather than doing a compile-time CTASSERT of buffer sizes being
even multiples of block sizes, just adjust them at boottime, as
the failure mode is more user-friendly.
MFC after: 2 months
PR: 119993
Suggested by: Scot Hetzel <swhetzel at gmail dot com>
Revision Changes Path
1.616 +2 -0 src/sys/conf/options
1.4 +18 -13 src/sys/ddb/db_capture.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200801262232.m0QMWOWM069975>
