From owner-freebsd-arm@FreeBSD.ORG Wed Apr 25 15:16:27 2012 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C72A8106566B for ; Wed, 25 Apr 2012 15:16:27 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe05.c2i.net [212.247.154.130]) by mx1.freebsd.org (Postfix) with ESMTP id 4F9DA8FC08 for ; Wed, 25 Apr 2012 15:16:27 +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 laptop002.hselasky.homeunix.org) by mailfe05.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 264242852; Wed, 25 Apr 2012 17:16:16 +0200 From: Hans Petter Selasky To: Fabien Thomas Date: Wed, 25 Apr 2012 17:15:19 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.3-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <39ED732B-A88A-4052-976D-CB13F0CB1C0C@netasq.com> <201204251654.05895.hselasky@c2i.net> <63BD8703-9C0C-468B-A649-6C35FEC4BB0C@netasq.com> In-Reply-To: <63BD8703-9C0C-468B-A649-6C35FEC4BB0C@netasq.com> X-Face: 'mmZ:T{)),Oru^0c+/}w'`gU1$ubmG?lp!=R4Wy\ELYo2)@'UZ24N@ =?iso-8859-1?q?d2+AyewRX=7DmAm=3BYp=0A=09=7CU=5B?=@, _z/([?1bCfM{_"B<.J>mICJCHAzzGHI{y7{%JVz%R~yJHIji`y> =?iso-8859-1?q?Y=7Dk1C4TfysrsUI=0A=09-=25GU9V5=5DiUZF=26nRn9mJ=27=3F=26?=>O MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: quoted-printable Message-Id: <201204251715.19277.hselasky@c2i.net> Cc: freebsd-arm@freebsd.org Subject: Re: Dreamplug : USB support X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Apr 2012 15:16:27 -0000 On Wednesday 25 April 2012 17:05:47 Fabien Thomas wrote: > Le 25 avr. 2012 =E0 16:54, Hans Petter Selasky a =E9crit : > > On Wednesday 25 April 2012 16:15:55 Fabien Thomas wrote: > >> Hi, > >>=20 > >> It seems that sometimes USB works on Dreamplug and sometimes not. > >>=20 > >> I've included a working dmesg and a full debug output of the non-worki= ng > >> boot. I've tried to increase the timeout in usb.h but without success. > >>=20 > >> Maybe someone will have a clue for this problem ? > >>=20 > >> Fabien > >>=20 > >> Success: > >>=20 > >> uhub0: 1 port with 1 removable, self powered > >> Root mount waiting for: usbus0 > >> ugen0.2: at usbus0 > >> uhub1: on > >> usbus0 Root mount waiting for: usbus0 > >> uhub1: 4 ports with 4 removable, self powered > >> Root mount waiting for: usbus0 > >> Root mount waiting for: usbus0 > >> ugen0.3: at usbus0 > >> umass0: > >> on usbus0 umass0: SCSI over Bulk-Only; quirks =3D 0x4000 > >> umass0:0:0:-1: Attached to scbus0 > >> da0 at umass-sim0 bus 0 scbus0 target 0 lun 0 > >> da0: Removable Direct Access SCSI-0 devi= ce > >> da0: 40.000MB/s transfers > >> da0: 3724MB (7626752 512 byte sectors: 255H 63S/T 474C) > >=20 > > Is this a hardware builtin USB device? >=20 > This is the SoC USB port that is connected to a hub and then USB to SD > controller > (https://www.globalscaletechnologies.com/t-dreamplugdetails.aspx#hw_block) > . I've not included the info but it was on 8.3 release. If it is possible to make a USB trace, that would probably give you the ans= wer=20 why it is not working. =2D-HPS