From owner-freebsd-wireless@FreeBSD.ORG Thu Mar 21 15:46:37 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8DD9975B for ; Thu, 21 Mar 2013 15:46:37 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wi0-x231.google.com (mail-wi0-x231.google.com [IPv6:2a00:1450:400c:c05::231]) by mx1.freebsd.org (Postfix) with ESMTP id 31C3032C for ; Thu, 21 Mar 2013 15:46:37 +0000 (UTC) Received: by mail-wi0-f177.google.com with SMTP id hm14so3260794wib.4 for ; Thu, 21 Mar 2013 08:46:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=FG2FeicWuruLXvhrEO4yqyhf3EaFAFuzjMQf1FcA9rg=; b=stLgRsP+/sJ653N3sCw2Qeh/i8JPAULkXeOWZSkLG2TkTm/kWuEni5ObbWnK+/n8a0 xmdqSAzklbOM0sizQbjco58CGVS4wxFTNDpTNNeCi8sb5/dKG+SSTh86EGgd8dDnxz96 U8k/PW2tVa8tIeXY/RkH8emLJ43Zg94oql/dhREXPLYFcui1A7n2WJ8yULnP/mr6X+TE wWBKqvaPfIvZj7vORJpigsN2kdcstJpu4Tgx4hmkpiMgoiyRWcDah29zyN2hA3jNBse7 FLLrf10wb64XoubVTiAHyO5hS8qB7A89ucYLYK4nvoyrsxiTvBTxq0g/BIn02g2VLjK6 cGig== MIME-Version: 1.0 X-Received: by 10.180.13.34 with SMTP id e2mr5797105wic.29.1363880796328; Thu, 21 Mar 2013 08:46:36 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.216.108.130 with HTTP; Thu, 21 Mar 2013 08:46:35 -0700 (PDT) In-Reply-To: References: Date: Thu, 21 Mar 2013 08:46:35 -0700 X-Google-Sender-Auth: iAmxX7wj3UDJIPX6w-7Yb3RiQWM Message-ID: Subject: Re: AR9300 From: Adrian Chadd To: Mark Austin Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-wireless@freebsd.org X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Mar 2013 15:46:37 -0000 Hi! You'll need to comment out the ath, ath_hal, and ath_rate_sample devices in your kernel. You'll need to add: ATH_DEBUG AH_DEBUG ATH_ENABLE_11N ATH_DIAGAPI .. AH_DEBUG / ATH_ENABLE_11N Are required for it to work; the others are for debugging. The build only works as a module. You'll need to rebuild your kernel with the above options and the above devices commented out so you can load ath and ath_pci as modules. Then yes, kldload if_ath_pci should do the trick. Adrian On 21 March 2013 08:19, Mark Austin wrote: > I'm going to help test the AR9300 code. I just checked out a complete copy > of the HEAD sources along with the latest copy of the AR9300 from the > erikarn git repo. I moved the source code into the correct file/folder > location that is listed in the comments of the ath Makefile. I'm under the > assumption that I just need to un-comment out the AR9300 blocks and rebuild > the sources? Will this require rebuilding just the kernel or will I also > need to rebuild the world tools? > > Regards, > -Mark Austin > > All else is in doubt, so this is the truth that I cling to. > > My Website: http://www.silverdire.com > _______________________________________________ > freebsd-wireless@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-wireless > To unsubscribe, send any mail to "freebsd-wireless-unsubscribe@freebsd.org"