From owner-freebsd-wireless@FreeBSD.ORG Wed Oct 16 21:23:20 2013 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id A880A15B for ; Wed, 16 Oct 2013 21:23:20 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-qa0-x22e.google.com (mail-qa0-x22e.google.com [IPv6:2607:f8b0:400d:c00::22e]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 68A622BD5 for ; Wed, 16 Oct 2013 21:23:20 +0000 (UTC) Received: by mail-qa0-f46.google.com with SMTP id j15so4914963qaq.5 for ; Wed, 16 Oct 2013 14:23:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=wO067gnfTmTxCmFFvnLr8OQyCYAqlHfvUdonc9jbzGA=; b=BAhZEr13EJZgWzFjP/FVNoDBxdFMdRxtDCQhcQiCvhr7zpP6QgMIwV91oXiCxpcKpd 2B/3v/pEfBQHPAvm5yz+eV6ehVekeEDai8gMDbuRsze0zrQDyl7eKusTToOcl8fK2PMh 32TpvwjdJpUM2p1yoswC7iE+wwaNEojuVsY5q4IJl27wbh9fLRwUk34vg2PmLbQB1fI7 mZPfct6lZd+hWc1nkN8Et3WfqLQqoROuExJl7v3K8JI1Z/Gx0m9Qrm8iH5x89rm538g/ fCPyjZCbjZyzHuHKjRHvu2hofPCNrsLY9rD0mTR4uw6xBsDXLd3e7kcpfb0Q7FDqWGWD BKGg== MIME-Version: 1.0 X-Received: by 10.49.12.14 with SMTP id u14mr6963497qeb.74.1381958599625; Wed, 16 Oct 2013 14:23:19 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.207.66 with HTTP; Wed, 16 Oct 2013 14:23:19 -0700 (PDT) In-Reply-To: References: Date: Wed, 16 Oct 2013 14:23:19 -0700 X-Google-Sender-Auth: PZTKrpNgdJple7BOcP-D2ILPbMg Message-ID: Subject: Re: AR934x initial support is now in the tree From: Adrian Chadd To: Thomas Mueller Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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: Wed, 16 Oct 2013 21:23:20 -0000 Where in their repo is the AR9271 support? -adrian On 16 October 2013 14:18, Thomas Mueller wrote: > > The AR9271 is a USB-connected AR9285, for all intents and purposes. > > > So it would use ath(4), if ath(4) had the required USB glue. > > > Sorry. > > > > -adrian > > NetBSD-current seems to support AR9271, so maybe the required USB glue is > not too far away? > > I haven't set it up yet, so can't see if it really works. > > So far, I use NetBSD-current amd64 with subversion built from pkgsrc to > checkout and update FreeBSD source tree. > > NetBSD-current amd64 works with Realtek 8111E Ethernet on MSI Z77 MPOWER > motherboard, while FreeBSD fails to connect. > > Otherwise, I can try to set up wifi through rsu or ndis, or see if ndis > can work with Realtek 8111E Ethernet. > > Tom > >