From owner-freebsd-arm@FreeBSD.ORG Sat Jan 5 10:41:37 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 D33E4EBA for ; Sat, 5 Jan 2013 10:41:37 +0000 (UTC) (envelope-from ganbold@gmail.com) Received: from mail-pb0-f42.google.com (mail-pb0-f42.google.com [209.85.160.42]) by mx1.freebsd.org (Postfix) with ESMTP id B30468DA for ; Sat, 5 Jan 2013 10:41:37 +0000 (UTC) Received: by mail-pb0-f42.google.com with SMTP id rp2so9708572pbb.1 for ; Sat, 05 Jan 2013 02:41:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=MPLEzq2wWc+qX+wqwjvkabbrMhXkg+y75ISrrHfcKgM=; b=na+EGIAUmS3Za2rt93wPcY3CoCQhM9YIG8GwK6F81YO1R2tSpAV7DQTQUxhoNY84Kv 1Qfvi/seNzF8i6+DpGqBtJZ8Pzi0IAIaw0Vxj/D6XITXMnoTH7G7aNou/KMkhNYxRsBB L5IWmY3hQx/Rrjjy75dPzbVsBwAFvvWFL3KHFNZdDfBXTSV3D1QAz41ag6P4+qrctiGM hivZy9Xk9rE3VPQTB7ThfnJFGdENvhv7LAMeSpsXCcOHcMu0xtsKIqYpzJ1WjCWtinWk MVdhSvoefQwqWugpOsbmvIqg7kn9xN8GbdTsOTaZ1soEpBNc/gBkdVT49QkgGFlUiAvb EvPA== MIME-Version: 1.0 Received: by 10.66.9.2 with SMTP id v2mr161416097paa.18.1357382496889; Sat, 05 Jan 2013 02:41:36 -0800 (PST) Received: by 10.68.16.135 with HTTP; Sat, 5 Jan 2013 02:41:36 -0800 (PST) In-Reply-To: <201301050832.36489.hselasky@c2i.net> References: <201301042002.04400.hselasky@c2i.net> <201301050832.36489.hselasky@c2i.net> Date: Sat, 5 Jan 2013 18:41:36 +0800 Message-ID: Subject: Re: Allwinner A10 From: Ganbold Tsagaankhuu To: Hans Petter Selasky Content-Type: text/plain; charset=ISO-8859-1 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: Sat, 05 Jan 2013 10:41:37 -0000 Hi, On Sat, Jan 5, 2013 at 3:32 PM, Hans Petter Selasky wrote: > On Saturday 05 January 2013 05:20:43 Ganbold Tsagaankhuu wrote: >> Hans, >> >> So this is more complete debug message: >> >> http://pastebin.ca/2299512 >> >> Now it goes up to /sbin/init and stops there, and it can be related to >> rootfs on usb stick. >> >> But why enabling usb debug makes it close to work? Or stick >> information appear in dmesg? >> >> Ganbold > > Can be a cache issue. Please try patch posted yesterday to this list. As gonzo@ and one my friend suspected there was some issue with interrupt handling code. After fixing and adding boot_delay and SCSI_DELAY I see the stick: http://pastebin.ca/2299587 Now I need to find out what the error 22 means. Ganbold > > --HPS