diff options
| author | Josef Karthauser <joe@FreeBSD.org> | 2002-08-08 12:05:51 +0000 |
|---|---|---|
| committer | Josef Karthauser <joe@FreeBSD.org> | 2002-08-08 12:05:51 +0000 |
| commit | 3b7efc56d0057de9bf58662fe96e4e492845b200 (patch) | |
| tree | 5a0d49895b1dedf1fc6c6d00a4b10be49823d6a4 /sys/dev/usb/uscanner.c | |
| parent | b2e73852e5ff0ac9a03c6284e3784c99a48e49b3 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/uscanner.c')
| -rw-r--r-- | sys/dev/usb/uscanner.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/uscanner.c b/sys/dev/usb/uscanner.c index 03c9091c453a..3b7a8cdbb549 100644 --- a/sys/dev/usb/uscanner.c +++ b/sys/dev/usb/uscanner.c @@ -76,7 +76,8 @@ #define DPRINTF(x) if (uscannerdebug) logprintf x #define DPRINTFN(n,x) if (uscannerdebug>(n)) logprintf x int uscannerdebug = 0; -SYSCTL_INT(_debug_usb, OID_AUTO, uscanner, CTLFLAG_RW, +SYSCTL_NODE(_hw_usb, OID_AUTO, uscanner, CTLFLAG_RW, 0, "USB uscanner"); +SYSCTL_INT(_hw_usb_uscanner, OID_AUTO, debug, CTLFLAG_RW, &uscannerdebug, 0, "uscanner debug level"); #else #define DPRINTF(x) |
