svn commit: r258393 - head/sys/arm/conf

Ian Lepore ian at FreeBSD.org
Wed Nov 20 16:42:02 UTC 2013


Author: ian
Date: Wed Nov 20 16:42:01 2013
New Revision: 258393
URL: http://svnweb.freebsd.org/changeset/base/258393

Log:
  Add USB_HOST_ALIGN=64; the cache line size on the am335x is 64 bytes.

Modified:
  head/sys/arm/conf/BEAGLEBONE

Modified: head/sys/arm/conf/BEAGLEBONE
==============================================================================
--- head/sys/arm/conf/BEAGLEBONE	Wed Nov 20 15:53:50 2013	(r258392)
+++ head/sys/arm/conf/BEAGLEBONE	Wed Nov 20 16:42:01 2013	(r258393)
@@ -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


More information about the svn-src-all mailing list