From owner-freebsd-mips@FreeBSD.ORG Thu Aug 19 16:48:50 2010 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3598C106567A for ; Thu, 19 Aug 2010 16:48:50 +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 F10048FC13 for ; Thu, 19 Aug 2010 16:48:49 +0000 (UTC) Received: by iwn36 with SMTP id 36so2284218iwn.13 for ; Thu, 19 Aug 2010 09:48:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=94FAKMNa+CKgx1Mc4kRYtSEO/mM4E7RBYMnGehGIhOM=; b=G/e0XnsrnQ2qUkJDa+HxJVfe81VVBthwH4cEku8n9TrVXNQ3KKDV3xTO3BFXnFWjPP 83pu/f7cfUhc1ycfxGN4G3tZWI/AhcmHr8K4skmj7b4qww6wUOqjILLQnfE/aBupOsmY wYim/GM+ydlREdVDYupvRI+X5I+7Ke5mLM+ag= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=Vr0el9hy4MP6Rxgmkh0Z0+luLQXCorOkSMofnaDTHj5B+KlKmcYnzz3Fy4RbF667Ik hv0TbM3ge1FZI2DdIIX+5bPi4cy280KPrHd8u0mkj6DimnQvWJXBc4Z0+a0/t+qocCXR C0/MdjCkBjlJ7EjlbHEFBCqaNCYd6gEFR9oaM= MIME-Version: 1.0 Received: by 10.231.79.77 with SMTP id o13mr112780ibk.36.1282236529333; Thu, 19 Aug 2010 09:48:49 -0700 (PDT) Received: by 10.231.168.14 with HTTP; Thu, 19 Aug 2010 09:48:49 -0700 (PDT) In-Reply-To: References: Date: Fri, 20 Aug 2010 00:48:49 +0800 Message-ID: From: Adrian Chadd To: freebsd-mips@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: WIP: AR91XX (and AR724X, maybe) support X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Aug 2010 16:48:50 -0000 I've just committed the PLL cpu ops for the AR71xx and AR91xx. i've done some light testing on both. The AR9132 in this TL-1043ND has arge0 wired to the RTL8366 switch which, thankfully, seems to have been programmed on poweron. Forcing it to 1000/full in hints and setting the phymask so the PHY check is bypassed made it work. Adrian