From owner-freebsd-arm@FreeBSD.ORG Thu May 2 15:55:20 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 434AD3DE for ; Thu, 2 May 2013 15:55:20 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-ia0-x22e.google.com (mail-ia0-x22e.google.com [IPv6:2607:f8b0:4001:c02::22e]) by mx1.freebsd.org (Postfix) with ESMTP id 1459E158A for ; Thu, 2 May 2013 15:55:20 +0000 (UTC) Received: by mail-ia0-f174.google.com with SMTP id e36so588306iag.33 for ; Thu, 02 May 2013 08:55:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to:x-mailer:x-gm-message-state; bh=Uc5Qw0VtcMRAeUn8xLdBWCKYoDsYmIzhExuN99rJbuc=; b=WgDJBBsv60+PVOedbZtT7vd1j3jcCZM1mCaUQcRBpNPeb/m/baIGfS4SQ/bAF5M3y+ LyvRNKoKZu+CslJC9fWRD+27eiMvyARbwf2C9P/y5hqEGLWysvbgXULOVgPU/2LWYK4D 4nvxQagQBoaH4NUlE/FQvpoACJCbGj+5HfIKOTWPY2X4yVs3A3xUeDEKeu+HBqxPCKHB oLswhFo37oxhBOmYFvbPM5UB0s8WizbimbBsCsh7aSsj1XZCpgGrBOFl2uUXR29ELzY+ UV8OYW/XI/vfEF2BD9xepXwQ1gUaPHFb3dLP0pn4Oq2kBVE/9Rm/ffK//nGcm5e7KB5n wMkw== X-Received: by 10.50.120.102 with SMTP id lb6mr4113217igb.103.1367510119620; Thu, 02 May 2013 08:55:19 -0700 (PDT) Received: from [10.0.0.53] (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPSA id f16sm9047770igt.8.2013.05.02.08.55.17 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 02 May 2013 08:55:18 -0700 (PDT) Sender: Warner Losh Subject: Re: vm fault on OpenRD [was: Re: Allwinner A13: Fatal kernel mode data abort: 'Translation Fault (S)'] Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: <1367508111.1180.112.camel@revolution.hippie.lan> Date: Thu, 2 May 2013 09:55:12 -0600 Content-Transfer-Encoding: 7bit Message-Id: <473929FE-61BB-4347-85A0-FD7F43BE4D63@bsdimp.com> References: <63837.85.229.93.125.1367417396.squirrel@alvermark.net> <5181AC1A.2020400@embtoolkit.org> <1367508111.1180.112.camel@revolution.hippie.lan> To: Ian Lepore X-Mailer: Apple Mail (2.1085) X-Gm-Message-State: ALoCoQnkUBTU86L8iUcUh23hliTbokpEWwe3/8JUyO391IwD1KlZQany48xZFdrYcLZ/1DxAy/tz 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: Thu, 02 May 2013 15:55:20 -0000 On May 2, 2013, at 9:21 AM, Ian Lepore wrote: > > Add USB_HOST_ALIGN=32 to your kernel config file. This is required for > all armv4 and armv5 platforms, but isn't in most of our stock config > files right now. I have patches in my tree that fix that, btw. Warner