aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/usb/ucom.c
diff options
context:
space:
mode:
authorJosef Karthauser <joe@FreeBSD.org>2002-08-08 12:05:51 +0000
committerJosef Karthauser <joe@FreeBSD.org>2002-08-08 12:05:51 +0000
commit3b7efc56d0057de9bf58662fe96e4e492845b200 (patch)
tree5a0d49895b1dedf1fc6c6d00a4b10be49823d6a4 /sys/dev/usb/ucom.c
parentb2e73852e5ff0ac9a03c6284e3784c99a48e49b3 (diff)
Notes
Diffstat (limited to 'sys/dev/usb/ucom.c')
-rw-r--r--sys/dev/usb/ucom.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/ucom.c b/sys/dev/usb/ucom.c
index e654a023dacb..49bb643bfa9b 100644
--- a/sys/dev/usb/ucom.c
+++ b/sys/dev/usb/ucom.c
@@ -102,7 +102,8 @@
#ifdef USB_DEBUG
static int ucomdebug = 0;
-SYSCTL_INT(_debug_usb, OID_AUTO, ucom, CTLFLAG_RW,
+SYSCTL_NODE(_hw_usb, OID_AUTO, ucom, CTLFLAG_RW, 0, "USB ucom");
+SYSCTL_INT(_hw_usb_ucom, OID_AUTO, debug, CTLFLAG_RW,
&ucomdebug, 0, "ucom debug level");
#define DPRINTF(x) do { \
if (ucomdebug) \