diff options
author | peter <peter@FreeBSD.org> | 2002-07-27 08:17:29 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 2002-07-27 08:17:29 +0000 |
commit | 16b5835f6c05de3e8c1929b845d4e343695090a5 (patch) | |
tree | 2b6928943b89b078bb4d264e89c29efb3802a095 /sys/dev/si | |
parent | d40c5cf5052f8ed1eb6fc73b6ba06b165130c212 (diff) | |
download | FreeBSD-src-16b5835f6c05de3e8c1929b845d4e343695090a5.zip FreeBSD-src-16b5835f6c05de3e8c1929b845d4e343695090a5.tar.gz |
Make si_debug tunable.
Diffstat (limited to 'sys/dev/si')
-rw-r--r-- | sys/dev/si/si.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c index 1a064ed..b576bbd 100644 --- a/sys/dev/si/si.c +++ b/sys/dev/si/si.c @@ -138,6 +138,7 @@ static int si_Nmodules; static int si_debug = 0; /* data, not bss, so it's patchable */ SYSCTL_INT(_machdep, OID_AUTO, si_debug, CTLFLAG_RW, &si_debug, 0, ""); +TUNABLE_INT("machdep.si_debug", &si_debug); static int si_numunits; |