Author: ian
Date: Sat Dec 14 00:59:40 2013
New Revision: 259375
URL: http://svnweb.freebsd.org/changeset/base/259375

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

Modified:
  stable/10/sys/arm/conf/BEAGLEBONE
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/arm/conf/BEAGLEBONE
==============================================================================
--- stable/10/sys/arm/conf/BEAGLEBONE   Sat Dec 14 00:58:13 2013        
(r259374)
+++ stable/10/sys/arm/conf/BEAGLEBONE   Sat Dec 14 00:59:40 2013        
(r259375)
@@ -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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to