From owner-freebsd-mips@FreeBSD.ORG Wed Feb 17 22:13:39 2010 Return-Path: Delivered-To: freebsd-mips@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3F471065679 for ; Wed, 17 Feb 2010 22:13:38 +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 9F68F8FC17 for ; Wed, 17 Feb 2010 22:13:38 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o1HM1q6E052789; Wed, 17 Feb 2010 15:01:52 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 17 Feb 2010 15:02:07 -0700 (MST) Message-Id: <20100217.150207.242248465990832389.imp@bsdimp.com> To: smeagle@bsdler.de From: "M. Warner Losh" In-Reply-To: <1266442999.2149.42.camel@brain.lan.terror.local> References: <1266442999.2149.42.camel@brain.lan.terror.local> 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: freebsd-mips@FreeBSD.org Subject: Re: hifn support 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: Wed, 17 Feb 2010 22:13:39 -0000 In message: <1266442999.2149.42.camel@brain.lan.terror.local> Florian Kruegl writes: : no interrupts no functionality, now I wonder if this driver is broken, : or if I should try to specify some interrupts via hints file. I already : tried a few but the only change was that I now got hifn1 instead of : hifn0. So I guess they were the wrong ones. We're seeing interrupts from the atheros card. Also, we should be talking to the device as little endian, even on a big endian CPU. The bus space should translate. Maybe it isn't? Maybe the atheros hal bypasses bus space? Warner