1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Create debug sysctl nodes if USB_DEBUG is defined.

UBSA_DEBUG is inconsistent with other drivers.
This commit is contained in:
Alexander Kabaev 2003-01-02 02:38:57 +00:00
parent e15583ce20
commit 64fe778489
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108542

View File

@ -92,7 +92,7 @@ __FBSDID("$FreeBSD$");
#include <dev/usb/ucomvar.h>
#ifdef UBSA_DEBUG
#ifdef USB_DEBUG
Static int ubsadebug = 0;
SYSCTL_NODE(_hw_usb, OID_AUTO, ubsa, CTLFLAG_RW, 0, "USB ubsa");
SYSCTL_INT(_hw_usb_ubsa, OID_AUTO, debug, CTLFLAG_RW,