aboutsummaryrefslogtreecommitdiff
path: root/sys/geom/concat
diff options
context:
space:
mode:
authorPawel Jakub Dawidek <pjd@FreeBSD.org>2004-08-30 18:50:06 +0000
committerPawel Jakub Dawidek <pjd@FreeBSD.org>2004-08-30 18:50:06 +0000
commit6d7b8aecd3811773b9820b38ef3b52f4175eb26f (patch)
treee152fb979c92bc31320fe362664cbdd816356aa8 /sys/geom/concat
parent0d86d31bba25a4194a2bad7e79a3a589f56449d2 (diff)
downloadsrc-6d7b8aecd3811773b9820b38ef3b52f4175eb26f.tar.gz
src-6d7b8aecd3811773b9820b38ef3b52f4175eb26f.zip
Allow to configure debug level from /boot/loader.conf.
Notes
Notes: svn path=/head/; revision=134528
Diffstat (limited to 'sys/geom/concat')
-rw-r--r--sys/geom/concat/g_concat.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/geom/concat/g_concat.c b/sys/geom/concat/g_concat.c
index 2185fade8af2..d8798a47036e 100644
--- a/sys/geom/concat/g_concat.c
+++ b/sys/geom/concat/g_concat.c
@@ -45,6 +45,7 @@ static MALLOC_DEFINE(M_CONCAT, "concat data", "GEOM_CONCAT Data");
SYSCTL_DECL(_kern_geom);
SYSCTL_NODE(_kern_geom, OID_AUTO, concat, CTLFLAG_RW, 0, "GEOM_CONCAT stuff");
static u_int g_concat_debug = 0;
+TUNABLE_INT("kern.geom.concat.debug", &g_concat_debug);
SYSCTL_UINT(_kern_geom_concat, OID_AUTO, debug, CTLFLAG_RW, &g_concat_debug, 0,
"Debug level");