From owner-freebsd-mobile@FreeBSD.ORG Wed Jun 22 15:46:23 2011 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C43B1106566C for ; Wed, 22 Jun 2011 15:46:23 +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 9BFE88FC12 for ; Wed, 22 Jun 2011 15:46:23 +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 2D04646B32; Wed, 22 Jun 2011 11:46:23 -0400 (EDT) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id AC0948A027; Wed, 22 Jun 2011 11:46:22 -0400 (EDT) From: John Baldwin To: freebsd-mobile@freebsd.org, zeus@ibs.dn.ua Date: Wed, 22 Jun 2011 10:04:42 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110617; KDE/4.5.5; amd64; ; ) References: <20110622122719.GC46814@relay.ibs.dn.ua> In-Reply-To: <20110622122719.GC46814@relay.ibs.dn.ua> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201106221004.42281.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.6 (bigwig.baldwin.cx); Wed, 22 Jun 2011 11:46:22 -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: Wed, 22 Jun 2011 15:46:23 -0000 On Wednesday, June 22, 2011 8:27:19 am Zeus V Panchenko wrote: > Hi, > > i'm trying to get working Atheros AR9285 Wireless LAN 802.11 a/b/g/n Controller (AR928x) > on Lenovo S10-3 netbook > > here are details: > > > uname -a > FreeBSD 8.2-RELEASE #0 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 > > > pciconf -lv > ath0@pci0:9:0:0: class=0x028000 card=0x30a117aa chip=0x002b168c rev=0x01 hdr=0x00 > vendor = 'Atheros Communications Inc.' > device = 'Atheros AR9285 Wireless LAN 802.11 a/b/g/n Controller (AR928x)' > class = network > > > in dmesg i receive this: > > > 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. -- John Baldwin