From owner-freebsd-embedded@FreeBSD.ORG Fri Apr 5 02:35:38 2013 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 598B1434 for ; Fri, 5 Apr 2013 02:35:38 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from mail-ie0-x236.google.com (mail-ie0-x236.google.com [IPv6:2607:f8b0:4001:c03::236]) by mx1.freebsd.org (Postfix) with ESMTP id 2AAFCAF9 for ; Fri, 5 Apr 2013 02:35:38 +0000 (UTC) Received: by mail-ie0-f182.google.com with SMTP id at1so3803622iec.41 for ; Thu, 04 Apr 2013 19:35:37 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:sender:subject:mime-version:content-type:from :in-reply-to:date:cc:content-transfer-encoding:message-id:references :to:x-mailer:x-gm-message-state; bh=hopqLyCm89wEl2/GahtQULsl6Gl9D5l6qUIY+0LZ7do=; b=G1Yud9WxNpTtOvp5mzH/xW8uBGJlUyoA8upH9V3R9LXHrklJWvTapJxMOwGxGdOk5r Siia/265Ia98hny54DfpUQi0No5j5vJd8m/B55sfgBva6bflURFDvDXYH/bK3HbeATk0 F1/UBYgAf6dEQ9KvYd2dFvIqwo8SLu/xqZbSYJl2QLSjKkQXvnAitl9HQTdF2oX4TD0D nA+vE4GJYjgmHUiqyHrRTFHuDHlTx0m0ll49lgtQBVfphYu2b3zhVXiWoLGkA1JpjKgN k32OWAJHihN+HPjpFo1zQWQOLkdZcJUCcodZIcDbm0h0jqzI3WwhwrBjIB90Ii6OVtSg sDRA== X-Received: by 10.50.171.228 with SMTP id ax4mr422926igc.73.1365129337870; Thu, 04 Apr 2013 19:35:37 -0700 (PDT) Received: from 53.imp.bsdimp.com (50-78-194-198-static.hfc.comcastbusiness.net. [50.78.194.198]) by mx.google.com with ESMTPS id xe9sm741903igb.7.2013.04.04.19.35.36 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 04 Apr 2013 19:35:36 -0700 (PDT) Sender: Warner Losh Subject: Re: FreeBSD on the AP121 (AR9330) Mime-Version: 1.0 (Apple Message framework v1085) Content-Type: text/plain; charset=us-ascii From: Warner Losh In-Reply-To: Date: Thu, 4 Apr 2013 20:35:35 -0600 Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Adrian Chadd X-Mailer: Apple Mail (2.1085) X-Gm-Message-State: ALoCoQnJhyd/v6xbgB8Ky5tMG/f1DhYD125A1Y01DK/jx2lYeQ5GrEaAmdd5zPmUnDaqtNmUZ+oN Cc: freebsd-embedded@freebsd.org X-BeenThere: freebsd-embedded@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Apr 2013 02:35:38 -0000 On Apr 4, 2013, at 7:43 PM, Adrian Chadd wrote: > On 4 April 2013 17:30, Adrian Chadd wrote: >> .. for what it's worth, the basic AP121 CPU + UART support is now in = -HEAD. >>=20 >> So if you have an AR9330/AR9331 based device, you can start testing >> out the basic SoC. >>=20 >> I'll next work on Ethernet, USB and switch PHY support. That will at >> least get it in a usable state. >=20 > Ethernet and switch PHY now works. I'll see about USB next. You rock. Warner