From owner-freebsd-arm@FreeBSD.ORG Thu Jun 5 18:26:53 2014 Return-Path: Delivered-To: arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 07CD1896 for ; Thu, 5 Jun 2014 18:26:53 +0000 (UTC) Received: from mail.turbocat.net (heidi.turbocat.net [88.198.202.214]) (using TLSv1.1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A291B2BC3 for ; Thu, 5 Jun 2014 18:26:52 +0000 (UTC) Received: from laptop015.home.selasky.org (cm-176.74.213.204.customer.telag.net [176.74.213.204]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 488A61FE02A; Thu, 5 Jun 2014 20:26:49 +0200 (CEST) Message-ID: <5390B68B.5070802@selasky.org> Date: Thu, 05 Jun 2014 20:27:23 +0200 From: Hans Petter Selasky User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: "Scott, Brian" , "'arm@freebsd.org'" Subject: Re: Changes to dwc_otg USB controller code (stable/10) References: <7DB382CFB050654DBFF7A39B1F8056EB3321BE3F@WPEXCHMBSL1021.central.det.win> <538EF145.5020608@selasky.org> <538EF541.9050502@selasky.org> <7DB382CFB050654DBFF7A39B1F8056EB3321D1F3@WPEXCHMBSL1021.central.det.win> <539009BB.5030906@selasky.org> <53900AC7.5070402@selasky.org> <53900BC2.3090701@selasky.org> <7DB382CFB050654DBFF7A39B1F8056EB3321D251@WPEXCHMBSL1021.central.det.win> In-Reply-To: <7DB382CFB050654DBFF7A39B1F8056EB3321D251@WPEXCHMBSL1021.central.det.win> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Jun 2014 18:26:53 -0000 On 06/05/14 08:31, Scott, Brian wrote: > Hi, > > Just rebuilt using the 'patched' version of the file rather than replacing the whole file. Compiles without problems. > > The other symptoms remain (erratic mouse movement, dropped keyboard characters) on the new version. > > Thanks, > > Brian Hi, Can you re-fetch the latest DWC OTG files *.[ch] after this commit: http://svnweb.freebsd.org/base?view=revision&revision=267120 Apply your (void *)(long) cast for the bus methods and try again. Any change? Sorry that I broke stuff in my commits. The matter is that the microtiming in the USB TT is quite hard. Thank you! --HPS