diff options
author | Zbigniew Bodek <zbb@FreeBSD.org> | 2015-11-27 18:20:21 +0000 |
---|---|---|
committer | Zbigniew Bodek <zbb@FreeBSD.org> | 2015-11-27 18:20:21 +0000 |
commit | fcf39bdcc41f4681ca996a1afa6f53aeab35e598 (patch) | |
tree | b4de3f4acfeaa9ae8562ec8e13bc087430250589 | |
parent | 5bb01ba335a75ac10d4a8723101b1fc88ffa2397 (diff) |
Notes
-rw-r--r-- | sys/boot/usb/usbcore.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/boot/usb/usbcore.mk b/sys/boot/usb/usbcore.mk index 121e036d5b9e5..c5dc4dd5dc120 100644 --- a/sys/boot/usb/usbcore.mk +++ b/sys/boot/usb/usbcore.mk @@ -44,8 +44,11 @@ S=${USBCOREDIR}/../.. ${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 |