From owner-freebsd-embedded@FreeBSD.ORG Fri Apr 5 04:15:28 2013 Return-Path: Delivered-To: freebsd-embedded@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A3210D9F for ; Fri, 5 Apr 2013 04:15:28 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-wg0-x22a.google.com (mail-wg0-x22a.google.com [IPv6:2a00:1450:400c:c00::22a]) by mx1.freebsd.org (Postfix) with ESMTP id 3EDA7EF8 for ; Fri, 5 Apr 2013 04:15:28 +0000 (UTC) Received: by mail-wg0-f42.google.com with SMTP id k13so1350123wgh.1 for ; Thu, 04 Apr 2013 21:15:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=SLaSIsLj2wacX245mNos3dCfa4HSDeotyI6R7+T02lc=; b=Jdf4+jCL0fDtgofjIoArRIqRkG3jHcL+3T2BcVYtwCJINRedhNMW/rjdld7qq7DnUV O8t2eb8GwLK1roB+ZRwgEXFYY0CWHy+ixBal9kQO70OmCVHdwIx+t819g1GgiKQ7I74U 5lYtmGoS5WIY0sv1IXf6ByjjzCiaIoQkDJgOb4W4I/3w2M1YrFHSmhfOK5G3EuRUrukW mMImTz+rjYk8hOmA9FOm6CLWsSLJHka4EUj6NKhDMya+Y4J/aEtiLwnjhTnbDbphspth C/C4Sdmx7YnbCKVtSLoGfekj/xyWXvRSqwQf2xUGBmR2oYCTvfza0YmcaTrcDwSgg0Hq HmBQ== MIME-Version: 1.0 X-Received: by 10.180.77.226 with SMTP id v2mr1266634wiw.33.1365135326764; Thu, 04 Apr 2013 21:15:26 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.216.212.73 with HTTP; Thu, 4 Apr 2013 21:15:26 -0700 (PDT) In-Reply-To: References: Date: Thu, 4 Apr 2013 21:15:26 -0700 X-Google-Sender-Auth: 6eSkHvygb1wCtysjTbhuXEpPfjo Message-ID: Subject: Re: FreeBSD on the AP121 (AR9330) From: Adrian Chadd To: Warner Losh Content-Type: text/plain; charset=ISO-8859-1 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 04:15:28 -0000 On 4 April 2013 19:35, Warner Losh wrote: >> Ethernet and switch PHY now works. I'll see about USB next. > > You rock. USB now seems to work. The AR933x however doesn't support USB 1.1 or USB 2.0 "slow speed" (what they call "full-speed, sigh") devices though. They work, until they don't. The "fix" is to use an external USB 2.0 hub , to ensure that the device sees high-speed USB 2.0 rather than 1.1 or full-speed 2.0. Don't ask me why; I'm just documenting.. Adrian