From owner-freebsd-arm@FreeBSD.ORG Wed Apr 25 15:00:16 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 3B6B9106566B; Wed, 25 Apr 2012 15:00:15 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe03.c2i.net [212.247.154.66]) by mx1.freebsd.org (Postfix) with ESMTP id 74DE58FC0A; Wed, 25 Apr 2012 15:00:14 +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 mailfe03.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 100631346; Wed, 25 Apr 2012 16:55:03 +0200 From: Hans Petter Selasky To: freebsd-arm@freebsd.org, Fabien Thomas Date: Wed, 25 Apr 2012 16:54:05 +0200 User-Agent: KMail/1.13.5 (FreeBSD/8.3-PRERELEASE; KDE/4.4.5; amd64; ; ) References: <39ED732B-A88A-4052-976D-CB13F0CB1C0C@netasq.com> In-Reply-To: <39ED732B-A88A-4052-976D-CB13F0CB1C0C@netasq.com> 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: <201204251654.05895.hselasky@c2i.net> Cc: 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:00:16 -0000 On Wednesday 25 April 2012 16:15:55 Fabien Thomas wrote: > Hi, > > It seems that sometimes USB works on Dreamplug and sometimes not. > > I've included a working dmesg and a full debug output of the non-working > boot. I've tried to increase the timeout in usb.h but without success. > > Maybe someone will have a clue for this problem ? > > Fabien > > Success: > > 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 = 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 device > da0: 40.000MB/s transfers > da0: 3724MB (7626752 512 byte sectors: 255H 63S/T 474C) Is this a hardware builtin USB device? --HPT