Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Dec 2013 00:59:41 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r259375 - stable/10/sys/arm/conf
Message-ID:  <201312140059.rBE0xfvc010468@svn.freebsd.org>

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



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