summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2015-08-29 06:23:40 +0000
committerhselasky <hselasky@FreeBSD.org>2015-08-29 06:23:40 +0000
commit73eba52d267ae10896ebf8b8e692871e73465b48 (patch)
tree343064dda490fd73caed2ab2993d436d7de4cefd /sys/boot
parent6323991c32b50145b2410f193aa0685e74466053 (diff)
downloadFreeBSD-src-73eba52d267ae10896ebf8b8e692871e73465b48.zip
FreeBSD-src-73eba52d267ae10896ebf8b8e692871e73465b48.tar.gz
MFC r286773:
Improve the realtime properties of USB transfers for embedded systems like RPI-B and RPI-2.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/usb/bsd_kernel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/boot/usb/bsd_kernel.h b/sys/boot/usb/bsd_kernel.h
index cb947dd..74bccd6 100644
--- a/sys/boot/usb/bsd_kernel.h
+++ b/sys/boot/usb/bsd_kernel.h
@@ -42,7 +42,8 @@
#define M_USBDEV 0
#define USB_PROC_MAX 3
#define USB_BUS_GIANT_PROC(bus) (usb_process + 2)
-#define USB_BUS_NON_GIANT_PROC(bus) (usb_process + 2)
+#define USB_BUS_NON_GIANT_BULK_PROC(bus) (usb_process + 2)
+#define USB_BUS_NON_GIANT_ISOC_PROC(bus) (usb_process + 2)
#define USB_BUS_EXPLORE_PROC(bus) (usb_process + 0)
#define USB_BUS_CONTROL_XFER_PROC(bus) (usb_process + 1)
#define SYSCTL_DECL(...)
OpenPOWER on IntegriCloud