summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorian <ian@FreeBSD.org>2013-12-14 00:59:40 +0000
committerian <ian@FreeBSD.org>2013-12-14 00:59:40 +0000
commit1185e669672b4edbb49d44b2c876c995baf12a7d (patch)
tree80b89125319f6661142b57882b5025483ab1bdb5
parentc3017e92252af5d5b10ef677850937077a3890ec (diff)
downloadFreeBSD-src-1185e669672b4edbb49d44b2c876c995baf12a7d.zip
FreeBSD-src-1185e669672b4edbb49d44b2c876c995baf12a7d.tar.gz
MFC r258393:
Add USB_HOST_ALIGN=64; the cache line size on the am335x is 64 bytes.
-rw-r--r--sys/arm/conf/BEAGLEBONE1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/arm/conf/BEAGLEBONE b/sys/arm/conf/BEAGLEBONE
index 272d3e8..3c6bebb 100644
--- a/sys/arm/conf/BEAGLEBONE
+++ b/sys/arm/conf/BEAGLEBONE
@@ -104,6 +104,7 @@ device gpio
# USB support
device usb
+options USB_HOST_ALIGN=64 # Cacheline size is 64 on AM335x.
options USB_DEBUG
#options USB_REQ_DEBUG
#options USB_VERBOSE
OpenPOWER on IntegriCloud