Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Nov 2013 16:42:02 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r258393 - head/sys/arm/conf
Message-ID:  <201311201642.rAKGg2nj074779@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311201642.rAKGg2nj074779>