From owner-freebsd-arm@FreeBSD.ORG Fri Jan 4 21:17:56 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 08145EB0 for ; Fri, 4 Jan 2013 21:17:56 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id BD7B49A5 for ; Fri, 4 Jan 2013 21:17:55 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.6/8.14.6) with ESMTP id r04LHh32007858; Fri, 4 Jan 2013 14:17:43 -0700 (MST) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.6/8.14.6/Submit) with ESMTP id r04LHhWo007855; Fri, 4 Jan 2013 14:17:43 -0700 (MST) (envelope-from wblock@wonkity.com) Date: Fri, 4 Jan 2013 14:17:43 -0700 (MST) From: Warren Block To: Hans Petter Selasky Subject: Re: Allwinner A10 In-Reply-To: <201301042002.04400.hselasky@c2i.net> Message-ID: References: <201212271004.01598.hselasky@c2i.net> <201301042002.04400.hselasky@c2i.net> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Fri, 04 Jan 2013 14:17:44 -0700 (MST) 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 21:17:56 -0000 On Fri, 4 Jan 2013, Hans Petter Selasky wrote: > 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. There is kern.cam.boot_delay=10000 and also kern.cam.scsi_delay=10000