From owner-freebsd-arm@FreeBSD.ORG Fri Jan 4 19:00:38 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4DEC4473 for ; Fri, 4 Jan 2013 19:00:38 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe06.c2i.net [212.247.154.162]) by mx1.freebsd.org (Postfix) with ESMTP id D61B424C for ; Fri, 4 Jan 2013 19:00:37 +0000 (UTC) X-T2-Spam-Status: No, hits=-1.0 required=5.0 tests=ALL_TRUSTED Received: from [176.74.213.204] (account mc467741@c2i.net HELO laptop015.hselasky.homeunix.org) by mailfe06.swip.net (CommuniGate Pro SMTP 5.4.4) with ESMTPA id 363242184; Fri, 04 Jan 2013 20:00:29 +0100 From: Hans Petter Selasky To: Ganbold Tsagaankhuu Subject: Re: Allwinner A10 Date: Fri, 4 Jan 2013 20:02:04 +0100 User-Agent: KMail/1.13.7 (FreeBSD/9.1-PRERELEASE; KDE/4.8.4; amd64; ; ) References: <201212271004.01598.hselasky@c2i.net> In-Reply-To: X-Face: ?p&W)c(+80hU; '{.$5K+zq{oC6y| /D'an*6mw>j'f:eBsex\Gi, Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Jan 2013 19:00:38 -0000 On Friday 04 January 2013 16:43:41 Ganbold Tsagaankhuu wrote: > Hans, > > I can't see usb is finding attached usb stick in normal dmesg, however > when I enabled debug lines in usb_debug.h and gave ufs:/dev/da0a on > mountroot prompt I see the usb stick: > > http://pastebin.ca/2299375 There is an option you can set somewhere to have a SCSI delay before probing. If you set that I think it will work also without USB debugging enabled. --HPS