Make si_debug tunable.

This commit is contained in:
Peter Wemm 2002-07-27 08:17:29 +00:00
parent 4abd55b296
commit 4682cd8f5e

View file

@ -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;