From owner-freebsd-arm@FreeBSD.ORG Wed Jun 4 06:18:48 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 0F225791 for ; Wed, 4 Jun 2014 06:18:48 +0000 (UTC) Received: from mail.turbocat.net (mail.turbocat.net [IPv6:2a01:4f8:d16:4514::2]) (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 C5AF727C6 for ; Wed, 4 Jun 2014 06:18:47 +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 3F7FE1FE028; Wed, 4 Jun 2014 08:18:46 +0200 (CEST) Message-ID: <538EBA69.2070603@selasky.org> Date: Wed, 04 Jun 2014 08:19:21 +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> In-Reply-To: <7DB382CFB050654DBFF7A39B1F8056EB3321BE3F@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: Wed, 04 Jun 2014 06:18:48 -0000 On 06/04/14 07:15, Scott, Brian wrote: > Hi all, > > A recent (yesterday) build for raspberry-pi has non-functioning USB*. A previous build (23 May) is fine. A quick look shows a bunch of changes were MFC'd in 11 days ago and other than that, nothing has changed in the USB area for a while. I'm not an expert at tracking these things down though so I could have missed something. > > Is it just me that can't make it work? > > [I've overwritten the SD card with the new OS on it when trying the older version and didn't save any messages. I should be able to repeat the test and get some messages if it will help anyone.] > > Brian Scott > > * USB keyboards (various types) and mouse fail to attach. Inserting USB memory stick prompts immediate reboot. > Ethernet is functional (internal ethernet is USB based) so not all USB is broken. Hi, If you don't see a panic prompt, then you need to use an external USB HUB with own power supply to avoid that. I've just MFC'ed the last DWC OTG related patch from -head: http://svnweb.freebsd.org/changeset/base/267039 Can you build a new kernel including that patch. BTW: You only need to build a new kernel, you don't need to install a new userland. Can you show dmesg for the attach failures? --HPS