From owner-freebsd-current@FreeBSD.ORG Tue Sep 14 09:35:54 2010 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B75A61065679; Tue, 14 Sep 2010 09:35:54 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id 763A08FC14; Tue, 14 Sep 2010 09:35:54 +0000 (UTC) Received: by iwn34 with SMTP id 34so6779221iwn.13 for ; Tue, 14 Sep 2010 02:35:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:cc:content-type; bh=u0kR7tyWZTN0WlcOVB4A2262sYK3Tr6H4+Rowu48GaU=; b=IkxnNIWta7zfg2Exf1AC3xPRjqT8pAzAvvnJzznF/WRlBqmliAsIgA7OAb8vXRIy4J zt2jVeKmu1pxux7lA7tHrgSA//i4VUMHQAUyLJzhpPJ6KSsoKzsDK9eJitkOn+RzXgU5 RkDW88p8vzoPvKwf3mWddsQ9Bt1cMY5P/euhc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=NDD2pdcnr5irtr479Fv3/HcI7pHRnT/aLlLjpMeathBSEaeWpNRMnd/ZON6JT1gtof UCtME6hiisXS7iLerzq/C6788FicPR7Oh/EB1MPvzKzA2198N35EYLo7wGIIKRyXokfK DU59BNfWiQg07GUYY39TRB4ixTzouF0z2rR+w= MIME-Version: 1.0 Received: by 10.231.190.9 with SMTP id dg9mr7721593ibb.54.1284456953453; Tue, 14 Sep 2010 02:35:53 -0700 (PDT) Received: by 10.231.156.206 with HTTP; Tue, 14 Sep 2010 02:35:53 -0700 (PDT) Date: Tue, 14 Sep 2010 17:35:53 +0800 Message-ID: From: Adrian Chadd To: freebsd-current Content-Type: text/plain; charset=ISO-8859-1 X-Mailman-Approved-At: Tue, 14 Sep 2010 11:17:14 +0000 Cc: FreeBSD Net Subject: AR9132 CPU and AR9100 wireless support X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2010 09:35:54 -0000 Hi everyone, I've just pushed the initial support for the AR9100 wireless MAC into my git repository. This is for the WMAC on the AR9132 SoC. I've tested it in 11bg hostap mode on an AP83 derived box - the TP-Link TL-WR1043ND. The source tree has support for the CPU, ethernet (but not the switch PHY; it's enough to get data across it!); flash and the AR9100 WMAC. I've only tested "open" hostap mode on 11bg on a fixed channel. The GIT repo is at: http://www.gitorious.org/~adrianchadd/freebsd/adrianchadd-freebsd ; it's the "work/atheros" branch. You'll need to open the unit up, solder on some pins to get to the serial port and acquire a TTL -> RS232 level converter. There's pictures and howto on the OpenWRT wiki: http://wiki.openwrt.org/toh/tp-link/tl-wr1043nd Ciao! Adrian