diff options
| author | Pawel Biernacki <kaktus@FreeBSD.org> | 2020-02-15 18:52:12 +0000 |
|---|---|---|
| committer | Pawel Biernacki <kaktus@FreeBSD.org> | 2020-02-15 18:52:12 +0000 |
| commit | f8d2b1f3f72086bd169f1a0890b6faba8434a01a (patch) | |
| tree | f8fadc19e72c17bf59e54aace643bdc696f250a3 /sys/dev/usb/controller/uhci.c | |
| parent | e0d69c5a88ed604cce5a98e49ea99b33447ee88b (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/controller/uhci.c')
| -rw-r--r-- | sys/dev/usb/controller/uhci.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/usb/controller/uhci.c b/sys/dev/usb/controller/uhci.c index 16ffa77568786..d49d629e2eb8e 100644 --- a/sys/dev/usb/controller/uhci.c +++ b/sys/dev/usb/controller/uhci.c @@ -90,7 +90,8 @@ static int uhcidebug = 0; static int uhcinoloop = 0; -static SYSCTL_NODE(_hw_usb, OID_AUTO, uhci, CTLFLAG_RW, 0, "USB uhci"); +static SYSCTL_NODE(_hw_usb, OID_AUTO, uhci, CTLFLAG_RW | CTLFLAG_MPSAFE, 0, + "USB uhci"); SYSCTL_INT(_hw_usb_uhci, OID_AUTO, debug, CTLFLAG_RWTUN, &uhcidebug, 0, "uhci debug level"); SYSCTL_INT(_hw_usb_uhci, OID_AUTO, loop, CTLFLAG_RWTUN, |
