From owner-freebsd-wireless@FreeBSD.ORG Wed Jun 26 06:08:06 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 A6C3F779; Wed, 26 Jun 2013 06:08:06 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-qe0-x22b.google.com (mail-qe0-x22b.google.com [IPv6:2607:f8b0:400d:c02::22b]) by mx1.freebsd.org (Postfix) with ESMTP id 5F5451FD8; Wed, 26 Jun 2013 06:08:06 +0000 (UTC) Received: by mail-qe0-f43.google.com with SMTP id q19so848355qeb.30 for ; Tue, 25 Jun 2013 23:08:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:cc:content-type; bh=B0Hb6VafK9etzSjpM/Ia31pli+EigDI0dZ7khAQcaV0=; b=qufzh3MpubwGG5IfEInZQXwvYiogtIkDQQIwkLHc2SjTSJmG/aLZPrRgwVfNMgG4T8 +OOxVDCSulDbKSvGFiDicT5OKXIXOTLstnXNzkdFDsritl0SrAbNuWVW1xOuRyYvQQgY ldxnMCJvDxHfx+KiKor+71NaphhQRghw9xgSEnzMRLA7t+ea/7km2wURqBq21k3SEWZi twwoutqW7dfYF5YxCN0LPSnEsVAqaq9LNley2/UXwzaciDg38o/Wa5K9QLEmbTaIf23b Zwk9edrEgKliUIy6Gfn9obSKuUluu+4ICdLPFksYG4MprLTmWfVICW2DvojzuTqKb3gO HHEQ== MIME-Version: 1.0 X-Received: by 10.224.190.137 with SMTP id di9mr3375314qab.95.1372226885913; Tue, 25 Jun 2013 23:08:05 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.224.214.7 with HTTP; Tue, 25 Jun 2013 23:08:05 -0700 (PDT) Date: Tue, 25 Jun 2013 23:08:05 -0700 X-Google-Sender-Auth: bubwzSND5kiT9P3nOxoernn6oEU Message-ID: Subject: -HEAD has (what seems to be) working AR933x SoC support; Carambola 2 board now works! From: Adrian Chadd To: freebsd-wireless@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@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, 26 Jun 2013 06:08:06 -0000 Hi, I've finally brought up wifi on the Carambola 2 board. It's an AR9330 SoC with 10/100 ethernet, 64MB RAM, 16MB flash, 1x1 2GHz 11n wifi. It's perfect for embedding into projects to wifi enable them. It should also make for an awesome cheap 802.11s device. The details and instructions are here: http://code.google.com/p/freebsd-wifi-build/wiki/Carambola2 Seriously cool stuff. It turns out that bringing up the QCA HAL was really easy on this board - the support is already there! I just needed to hack at the AHB bus glue that I wrote and make sure that the QCA HAL flash EEPROM code understood what I was doing. Woot! Adrian