diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2020-07-22 14:32:47 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2020-07-22 14:32:47 +0000 |
| commit | 94140f4781f83c9e98f582439ed69d000ff0323a (patch) | |
| tree | eb82b0dcf8af2286a9f3eb52cf3cb34652ffa5c1 /sys/dev/usb/usb_freebsd.h | |
| parent | 3b01bf881c848ba0be72fc74ba5eaa58c66c35e1 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/usb_freebsd.h')
| -rw-r--r-- | sys/dev/usb/usb_freebsd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/usb/usb_freebsd.h b/sys/dev/usb/usb_freebsd.h index 871fc7125ad2..2d2123d4b622 100644 --- a/sys/dev/usb/usb_freebsd.h +++ b/sys/dev/usb/usb_freebsd.h @@ -53,6 +53,7 @@ #define USB_HAVE_FIXED_CONFIG 0 #define USB_HAVE_FIXED_PORT 0 #define USB_HAVE_DISABLE_ENUM 1 +#define USB_HAVE_MALLOC_WAITOK 1 /* define zero ticks callout value */ #define USB_CALLOUT_ZERO_TICKS 1 |
