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:
parent
e15583ce20
commit
64fe778489
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108542
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user