From owner-freebsd-usb@FreeBSD.ORG Tue Sep 11 22:27:18 2012 Return-Path: Delivered-To: freebsd-usb@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4CCA81065673; Tue, 11 Sep 2012 22:27:18 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe07.c2i.net [212.247.154.194]) by mx1.freebsd.org (Postfix) with ESMTP id 68FE68FC0A; Tue, 11 Sep 2012 22:27:16 +0000 (UTC) X-T2-Spam-Status: No, hits=-0.2 required=5.0 tests=ALL_TRUSTED, BAYES_50 Received: from [176.74.212.201] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe07.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 317708795; Wed, 12 Sep 2012 00:22:08 +0200 From: Hans Petter Selasky To: freebsd-usb@freebsd.org Date: Wed, 12 Sep 2012 00:23:14 +0200 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: <201209101654.00891.hselasky@c2i.net> In-Reply-To: X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@d2+AyewRX}mAm; Yp |U[@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y>Y}k1C4TfysrsUI -%GU9V5]iUZF&nRn9mJ'?&>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <201209120023.14612.hselasky@c2i.net> Cc: freebsd-current@freebsd.org, Ivan Voras Subject: Re: Raspberry PI gets USB support [FreeBSD 10 current] X-BeenThere: freebsd-usb@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: FreeBSD support for USB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Sep 2012 22:27:18 -0000 On Tuesday 11 September 2012 17:16:35 Ivan Voras wrote: > On 10/09/2012 16:54, Hans Petter Selasky wrote: > > Hi, > > > > For those that want to try the Raspberry PI and its USB ports: > > > > Add this to "sys/conf/files": > > > > dev/usb/controller/dwc_otg.c optional dwcotg > > arm/broadcom/bcm2835/dwc_otg_brcm.c optional dwcotg > > > > And add this to "RPI-B": > > > > device dwcotg > > device usb > > device umass > > > > Open ISSUE: > > > > External USB ports do not enumerate. Set address times out. Reason > > unknown. Maybe someone out there has any clues? > > Thanks! :) > > I am waiting for my Raspberry Pi to arrive and I'd like very much to try > FreeBSD on it! Hi, I've managed to resolve the problems appearing so far, though there might be more issues which we need to look at like CPU usage of the current driver implemented. 1) Get latest 10-current sources 2) Simply add to "sys/arm/conf/RPI-B": device dwcotg device usb device smsc device mii device miibus And "ue0" should show up! Good luck! --HPS