From 76c322aad5bf9b07d9f924b436d7d6753be34426 Mon Sep 17 00:00:00 2001 From: thompsa Date: Sun, 22 Nov 2009 21:21:22 +0000 Subject: Provide tunables for some of the usb sysctls that affect boot behaviour. Submitted by: Andriy Gapon --- sys/dev/usb/usb_debug.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/dev/usb/usb_debug.c') diff --git a/sys/dev/usb/usb_debug.c b/sys/dev/usb/usb_debug.c index 7f1e4e9..64c3a08 100644 --- a/sys/dev/usb/usb_debug.c +++ b/sys/dev/usb/usb_debug.c @@ -67,6 +67,8 @@ SYSCTL_NODE(_hw, OID_AUTO, usb, CTLFLAG_RW, 0, "USB debugging"); SYSCTL_INT(_hw_usb, OID_AUTO, debug, CTLFLAG_RW, &usb_debug, 0, "Debug level"); +TUNABLE_INT("hw.usb.debug", &usb_debug); + /*------------------------------------------------------------------------* * usb_dump_iface * -- cgit v1.1