From owner-freebsd-arch@FreeBSD.ORG Mon Sep 5 18:16:05 2005 Return-Path: X-Original-To: arch@freebsd.org Delivered-To: freebsd-arch@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AD3E216A41F for ; Mon, 5 Sep 2005 18:16:05 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (vc4-2-0-87.dsl.netrack.net [199.45.160.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4CEE943D48 for ; Mon, 5 Sep 2005 18:16:05 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (localhost.village.org [127.0.0.1] (may be forged)) by harmony.bsdimp.com (8.13.3/8.13.3) with ESMTP id j85IF7jk088783; Mon, 5 Sep 2005 12:15:11 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Mon, 05 Sep 2005 12:14:43 -0600 (MDT) Message-Id: <20050905.121443.25301644.imp@bsdimp.com> To: krion@voodoo.oberon.net From: "M. Warner Losh" In-Reply-To: <20050904174016.GI65522@voodoo.oberon.net> References: <20050904122821.34ecbdf1@Magellan.Leidinger.net> <431B2878.5090609@errno.com> <20050904174016.GI65522@voodoo.oberon.net> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0 (harmony.bsdimp.com [127.0.0.1]); Mon, 05 Sep 2005 12:15:24 -0600 (MDT) Cc: arch@freebsd.org, sam@errno.com, Alexander@Leidinger.net Subject: Re: 802.11 status and futures X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Sep 2005 18:16:05 -0000 In message: <20050904174016.GI65522@voodoo.oberon.net> Kirill Ponomarew writes: : On Sun, Sep 04, 2005 at 10:01:44AM -0700, Sam Leffler wrote: : > The ath driver is the best example to work from to understand how a wide : > variety of features work. Some cards with more intelligence may require : > some tweaks at the net80211 level (e.g. to disable functionality that is : > implemented in the device). : : BTW, any chance to fix my problems with ath on HP Compaq nx9005, : which I described on freebsd-mobile@ ? Warner suspected there are : cbb problems, I would provide the access to the notebook for fixing : it, but it seems nobody is interested :( Yes. I've not had the head space to go after this set of problems. I've been trying to finalize some other pccard/cardbus changes in head/my p4 tree so I can get them into 6.0. After that, I plan on attacking cbb issues. Sorry for the delay. After looking at your traceback again, I don't think that there's a cbb problem in there that's affecting you (the interrupt storm is a problem, and should be fixed, but it clearly isn't keeping you from probing/attaching/powering up). Warner