From owner-freebsd-stable@FreeBSD.ORG Tue Dec 22 13:35:04 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DCB34106566B for ; Tue, 22 Dec 2009 13:35:04 +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 AF6A28FC26 for ; Tue, 22 Dec 2009 13:35:04 +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 5F09E46B0D; Tue, 22 Dec 2009 08:35:04 -0500 (EST) Received: from jhbbsd.localnet (unknown [209.249.190.9]) by bigwig.baldwin.cx (Postfix) with ESMTPA id 815348A01F; Tue, 22 Dec 2009 08:35:03 -0500 (EST) From: John Baldwin To: freebsd-stable@freebsd.org Date: Tue, 22 Dec 2009 08:08:42 -0500 User-Agent: KMail/1.12.1 (FreeBSD/7.2-CBSD-20091103; KDE/4.3.1; amd64; ; ) References: <20091221202347.50153f76@vixen42.vulpes> In-Reply-To: <20091221202347.50153f76@vixen42.vulpes> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200912220808.42990.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (bigwig.baldwin.cx); Tue, 22 Dec 2009 08:35:03 -0500 (EST) X-Virus-Scanned: clamav-milter 0.95.1 at bigwig.baldwin.cx X-Virus-Status: Clean X-Spam-Status: No, score=-2.5 required=4.2 tests=AWL,BAYES_00,RDNS_NONE autolearn=no version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on bigwig.baldwin.cx Cc: "Zane C. B." Subject: Re: atheros issues with releng_8 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Dec 2009 13:35:04 -0000 On Monday 21 December 2009 9:23:47 pm Zane C. B. wrote: > With the GENERIC kernel on releng_8 and releng_8_0, I am having > issues with the Atheros wireless on my laptop. > > Upon boot I am getting the message below. > > ath0: irq 17 at device 0.0 on pci3 > ath0: 0x10000 bytes of rid 0x10 res 3 failed (0, 0xffffffff). > ath0: cannot map register space > device_attach: ath0 attach returned 6 > > Any suggestions? It was working fine on releng_6. You can try disabling ACPI. I have seen ACPI clear BARs in other devices before and FreeBSD doesn't cope well with cleared BARs. -- John Baldwin