diff options
author | thompsa <thompsa@FreeBSD.org> | 2009-11-22 21:21:22 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2009-11-22 21:21:22 +0000 |
commit | 76c322aad5bf9b07d9f924b436d7d6753be34426 (patch) | |
tree | a9534a7551ff9a80078d47dd35ea2a99a024f139 /sys/dev/usb/usb_process.c | |
parent | 5cc1375c31a20e69a7c4df470b5e141a00b53620 (diff) | |
download | FreeBSD-src-76c322aad5bf9b07d9f924b436d7d6753be34426.zip FreeBSD-src-76c322aad5bf9b07d9f924b436d7d6753be34426.tar.gz |
Provide tunables for some of the usb sysctls that affect boot behaviour.
Submitted by: Andriy Gapon
Diffstat (limited to 'sys/dev/usb/usb_process.c')
-rw-r--r-- | sys/dev/usb/usb_process.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/usb/usb_process.c b/sys/dev/usb/usb_process.c index eb503fd..5b4b749 100644 --- a/sys/dev/usb/usb_process.c +++ b/sys/dev/usb/usb_process.c @@ -83,6 +83,8 @@ static int usb_proc_debug; SYSCTL_NODE(_hw_usb, OID_AUTO, proc, CTLFLAG_RW, 0, "USB process"); SYSCTL_INT(_hw_usb_proc, OID_AUTO, debug, CTLFLAG_RW, &usb_proc_debug, 0, "Debug level"); + +TUNABLE_INT("hw.usb.proc.debug", &usb_proc_debug); #endif /*------------------------------------------------------------------------* |