From owner-freebsd-mobile@FreeBSD.ORG Fri Jun 24 19:36:43 2011 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (unknown [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 880431065678 for ; Fri, 24 Jun 2011 19:36:43 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from cyrus.watson.org (cyrus.watson.org [65.122.17.42]) by mx1.freebsd.org (Postfix) with ESMTP id 5FD438FC24 for ; Fri, 24 Jun 2011 19:36:43 +0000 (UTC) Received: from bigwig.baldwin.cx (66.111.2.69.static.nyinternet.net [66.111.2.69]) by cyrus.watson.org (Postfix) with ESMTPSA id CEE2746B42; Fri, 24 Jun 2011 15:36:42 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id 707CE8A027; Fri, 24 Jun 2011 15:36:42 -0400 (EDT) From: John Baldwin To: freebsd-mobile@freebsd.org, zeus@ibs.dn.ua Date: Fri, 24 Jun 2011 14:56:33 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110617; KDE/4.5.5; amd64; ; ) References: <20110622122719.GC46814@relay.ibs.dn.ua> <201106221004.42281.jhb@freebsd.org> <20110622172150.GE46814@relay.ibs.dn.ua> In-Reply-To: <20110622172150.GE46814@relay.ibs.dn.ua> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201106241456.33376.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Fri, 24 Jun 2011 15:36:42 -0400 (EDT) Cc: Subject: Re: ath 9285 cannot map register space X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jun 2011 19:36:43 -0000 On Wednesday, June 22, 2011 1:21:50 pm Zeus V Panchenko wrote: > John Baldwin (jhb@freebsd.org) [11.06.22 18:46] wrote: > > > > dmesg | grep ath > > > ath0: irq 18 at device 0.0 on pci9 > > > ath0: 0x10000 bytes of rid 0x10 res 3 failed (0, 0xffffffff). > > > ath0: cannot map register space > > > device_attach: ath0 attach returned 6 > > > > > > > > > is it working at all, pls? > > > > This is likely fixed in HEAD. > > > > mmm ... is it possible to have it in STABLE somehow, pls? Please update to the latest 8-stable and try the patch from http://www.FreeBSD.org/~jhb/patches/pcib_window_8.patch Note that you will have to add 'options NEW_PCIB' to your kernel config file for the changes to take effect after applying the patch. -- John Baldwin