svn commit: r259375 - stable/10/sys/arm/conf

Ian Lepore ian at FreeBSD.org
Sat Dec 14 00:59:41 UTC 2013


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


More information about the svn-src-all mailing list