From owner-svn-src-all@FreeBSD.ORG Mon Oct 4 08:57:05 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E3811106564A; Mon, 4 Oct 2010 08:57:05 +0000 (UTC) (envelope-from raj@semihalf.com) Received: from smtp.semihalf.com (smtp.semihalf.com [213.17.239.109]) by mx1.freebsd.org (Postfix) with ESMTP id 891F48FC12; Mon, 4 Oct 2010 08:57:05 +0000 (UTC) Received: from localhost (unknown [213.17.239.109]) by smtp.semihalf.com (Postfix) with ESMTP id BE914C3BDA; Mon, 4 Oct 2010 10:40:46 +0200 (CEST) X-Virus-Scanned: by amavisd-new at semihalf.com Received: from smtp.semihalf.com ([213.17.239.109]) by localhost (smtp.semihalf.com [213.17.239.109]) (amavisd-new, port 10024) with ESMTP id DzTpnl+c84bC; Mon, 4 Oct 2010 10:40:46 +0200 (CEST) Received: from [10.0.0.79] (cardhu.semihalf.com [213.17.239.108]) by smtp.semihalf.com (Postfix) with ESMTPSA id 2A047C3BAF; Mon, 4 Oct 2010 10:40:46 +0200 (CEST) Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Rafal Jaworowski In-Reply-To: <201010020543.o925hIrY028836@svn.freebsd.org> Date: Mon, 4 Oct 2010 10:40:45 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <707050B9-8C7B-4700-83F0-9172E5A5B64A@semihalf.com> References: <201010020543.o925hIrY028836@svn.freebsd.org> To: Juli Mallett X-Mailer: Apple Mail (2.1081) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r213346 - in head/sys: contrib/octeon-sdk mips/cavium mips/cavium/octe X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Oct 2010 08:57:06 -0000 On 2010-10-02, at 07:43, Juli Mallett wrote: > Author: jmallett > Date: Sat Oct 2 05:43:17 2010 > New Revision: 213346 > URL: http://svn.freebsd.org/changeset/base/213346 >=20 > Log: > o) Allow devices to override the MDIO read and write functions = presented to > the miibus attached to octe interfaces. > o) Add an SMI/MDIO interface to the MV88E61XX and use it for the = switch PHY on > the Lanner MR-320. An actual driver for the switch PHY will come = later. > Note that for now it intercepts and fakes MII_BMSR reads to = prevent the > miibus from talking to anything but the switch itself. Hi Juli, Here's some related work we've done for this switch family, although not = fully featured (the user space config is still missing etc.) Maybe it = can ease your efforts somehow: = http://people.freebsd.org/~raj/misc/e6000sw.c Rafal