Index: head/sys/boot/usb/usbcore.mk =================================================================== --- head/sys/boot/usb/usbcore.mk +++ head/sys/boot/usb/usbcore.mk @@ -44,8 +44,11 @@ ${S}/dev/usb/template .undef S +USB_POOL_SIZE?= 131072 + CFLAGS+= -DUSB_MSCTEST_BULK_SIZE=65536 -CFLAGS+= -DUSB_POOL_SIZE=131072 +CFLAGS+= -DUSB_POOL_SIZE=${USB_POOL_SIZE} + # # BUSDMA implementation