From owner-freebsd-arch@FreeBSD.ORG Sun Feb 12 01:00:15 2012 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D2BCE106564A; Sun, 12 Feb 2012 01:00:12 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id B9DA18FC0A; Sun, 12 Feb 2012 01:00:11 +0000 (UTC) Received: by wgbdq11 with SMTP id dq11so3976495wgb.31 for ; Sat, 11 Feb 2012 17:00:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=LH1lmpB07kCouPG6H4q5iTRvBoBLFpLLXYAJi42nEkA=; b=c0u//52qjp1koR5Ws1ZppNkP3M/9BTjjK1TNLdFBOp/MBH3s3zT2/TnijOrAXlF1N7 VLPI7YwGrPX0Gjy1iNGLEdV/4YNBVMRcojh51d1O8N/7gID+uGKH+EHP6jn4/EyTHgfI 9uLQ2fuas6+GCzn0oLpt4/hCvli52+j+AzhtU= MIME-Version: 1.0 Received: by 10.216.135.76 with SMTP id t54mr4443109wei.14.1329008410877; Sat, 11 Feb 2012 17:00:10 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.216.175.136 with HTTP; Sat, 11 Feb 2012 17:00:10 -0800 (PST) In-Reply-To: <20120211144544.c91701d9.ray@ddteam.net> References: <95372FB3-406F-46C2-8684-4FDB672D9FCF@lassitu.de> <20120106214741.GB88161@alchemy.franken.de> <20120108130039.GG88161@alchemy.franken.de> <23477898-8D85-498C-8E30-192810BD68A8@lassitu.de> <20120111193738.GB44286@alchemy.franken.de> <66DDA0A2-F878-43FF-8824-54868F493B18@lassitu.de> <20120125221753.GA17821@alchemy.franken.de> <20120211111731.GE39861@alchemy.franken.de> <20120211144544.c91701d9.ray@ddteam.net> Date: Sat, 11 Feb 2012 17:00:10 -0800 X-Google-Sender-Auth: Ir3a3QmIR6v3Bqb_8Pdfz41zyaI Message-ID: From: Adrian Chadd To: Aleksandr Rybalko Content-Type: text/plain; charset=ISO-8859-1 Cc: Juli Mallett , Aleksandr Rybalko , FreeBSD-arch , Stefan Bethke , Marius Strobl Subject: Re: Extending sys/dev/mii X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Feb 2012 01:00:15 -0000 Hi Ray, Would you please attach the latest diffs: * to if_arge, to make it "work"; * to the mii API, if needed; * anything new - ie, the switch API, switch PHYs, etc. I'd like to try and finally bring some sanity to the hardcoded PHY mask handling in if_arge (and make it actually work for AR71xx and AR724x - where AR71xx has one shared MDIO bus between both MACs, but AR724x has two independent MDIO busses..) Adrian