From owner-freebsd-embedded@FreeBSD.ORG Mon Feb 24 04:51:43 2014 Return-Path: Delivered-To: freebsd-embedded@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 ESMTPS id 37527E72; Mon, 24 Feb 2014 04:51:43 +0000 (UTC) Received: from mail-qg0-x229.google.com (mail-qg0-x229.google.com [IPv6:2607:f8b0:400d:c04::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D88EA109D; Mon, 24 Feb 2014 04:51:42 +0000 (UTC) Received: by mail-qg0-f41.google.com with SMTP id i50so13633167qgf.0 for ; Sun, 23 Feb 2014 20:51:42 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:date:message-id:subject:from:to:content-type; bh=NdPuiLKscc9Kkdc9aHQOMHnpvnzggrOXcTzoq+bF7d8=; b=atai7ZL4rv0zDtp4O8cnJY8Kt/c7eJQ6fm4Bx3IIDu4zMATIoH7peznDcml9PqYZmO AAFBvTICZpKUw8aHWPwZtk3YXR88s0ZGLVUjc18MPo6oySYbFgfgQgtp0i65M+ltpyjF 4g0H5MoF9nLIiA1mdQL59ZlPhEK8Zn5FuSHyr5g+axEMbzOgmG7yjXAuFJctD6qjs5kO 9XCyGHgiBNFi90trEg6CmAhg11JfsBEQ055XPjXEeDoj8lOJ06G6Y0qH7oZTpeRXlnuB W/QiN1hXJUGhwzjtVImb7J/sHQmtR2hi/FvE0wQm4I/iJWVcDEaoyKR76Fqw9LBWMGaY +49Q== MIME-Version: 1.0 X-Received: by 10.140.42.54 with SMTP id b51mr25496673qga.87.1393217501974; Sun, 23 Feb 2014 20:51:41 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.224.16.10 with HTTP; Sun, 23 Feb 2014 20:51:41 -0800 (PST) Date: Sun, 23 Feb 2014 20:51:41 -0800 X-Google-Sender-Auth: 6WVaegGOjoFA-hUbRQtiXvAlqeA Message-ID: Subject: (initial) AR8327 switch support is in -HEAD From: Adrian Chadd To: "freebsd-mips@freebsd.org" , "freebsd-embedded@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Feb 2014 04:51:43 -0000 Hi all, I've finally sat down and finished the AR8327 switch (and general driver) support enough to bring it up on my DB120 development board. It survives pings. :-) I have to finish off the platform data and LED code so it can be generically programmed and run on boards other than the DB120 (ie,what y'all will be buying.) It also absolutely has no VLAN support so don't bother with it just yet. Luckily I've methodized the VLAN hooks from the driver so someone feeling intrepid enough can port over the missing bits as appropriate. Go forth and hack! -a