From owner-freebsd-mips@FreeBSD.ORG Sat May 1 16:13:31 2010 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 98E87106566B; Sat, 1 May 2010 16:13:31 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 0508C8FC14; Sat, 1 May 2010 16:13:30 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o41GDMwo036708; Sat, 1 May 2010 10:13:23 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 01 May 2010 10:13:35 -0600 (MDT) Message-Id: <20100501.101335.4959786895405294.imp@bsdimp.com> To: rpaulo@freebsd.org From: "M. Warner Losh" In-Reply-To: <0CB1D579-01A7-4F60-BC57-760016FB7E47@freebsd.org> References: <1272703119.48777.19.camel@brain.lan.terror.local> <0CB1D579-01A7-4F60-BC57-760016FB7E47@freebsd.org> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: fk@bsdler.de, freebsd-mips@freebsd.org Subject: Re: Trap when setting up ath0 X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 May 2010 16:13:31 -0000 In message: <0CB1D579-01A7-4F60-BC57-760016FB7E47@freebsd.org> Rui Paulo writes: : : On 1 May 2010, at 09:38, Florian Kruegl wrote: : : > Hi, : > : > I get a trap when setting up wlan interface on RS pro. : : Maybe this is because some structure is misaligned. Can you enable AH_DEBUG and ATH_DEBUG and edit {if_ath.c,ah_osdep.c} so that ath_debug=0xffffffff and ath_hal_debug=0xffffffff ? Let's try first things first. Are you running with the right patch to ath to work around the bug in the hardware? Warner