aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorZbigniew Bodek <zbb@FreeBSD.org>2015-11-27 18:20:21 +0000
committerZbigniew Bodek <zbb@FreeBSD.org>2015-11-27 18:20:21 +0000
commitfcf39bdcc41f4681ca996a1afa6f53aeab35e598 (patch)
treeb4de3f4acfeaa9ae8562ec8e13bc087430250589 /sys
parent5bb01ba335a75ac10d4a8723101b1fc88ffa2397 (diff)
downloadsrc-fcf39bdcc41f4681ca996a1afa6f53aeab35e598.tar.gz
src-fcf39bdcc41f4681ca996a1afa6f53aeab35e598.zip
Increase malloc area in loader/usb
Previous value was not enough on Arndale platform. Reviewed by: hselasky Submitted by: Wojciech Macek <wma@semihalf.com> Obtained from: Semihalf Sponsored by: Juniper Networks Inc. Differential Revision: https://reviews.freebsd.org/D4145
Notes
Notes: svn path=/head/; revision=291404
Diffstat (limited to 'sys')
-rw-r--r--sys/boot/usb/usbcore.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/boot/usb/usbcore.mk b/sys/boot/usb/usbcore.mk
index 121e036d5b9e..c5dc4dd5dc12 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