From owner-svn-src-all@FreeBSD.ORG Mon Feb 17 05:54:25 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 622DF759; Mon, 17 Feb 2014 05:54:25 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4D9CC17B6; Mon, 17 Feb 2014 05:54:25 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1H5sPS6076797; Mon, 17 Feb 2014 05:54:25 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1H5sPSC076796; Mon, 17 Feb 2014 05:54:25 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201402170554.s1H5sPSC076796@svn.freebsd.org> From: Adrian Chadd Date: Mon, 17 Feb 2014 05:54:25 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r262016 - head/sys/dev/etherswitch/arswitch X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 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, 17 Feb 2014 05:54:25 -0000 Author: adrian Date: Mon Feb 17 05:54:24 2014 New Revision: 262016 URL: http://svnweb.freebsd.org/changeset/base/262016 Log: The MDIO control register for the AR8327 has a different address to previous chipsets. Obtained from: AR8327 datasheet Modified: head/sys/dev/etherswitch/arswitch/arswitchreg.h Modified: head/sys/dev/etherswitch/arswitch/arswitchreg.h ============================================================================== --- head/sys/dev/etherswitch/arswitch/arswitchreg.h Mon Feb 17 05:51:37 2014 (r262015) +++ head/sys/dev/etherswitch/arswitch/arswitchreg.h Mon Feb 17 05:54:24 2014 (r262016) @@ -395,6 +395,8 @@ #define AR8327_REG_MIB_FUNC 0x034 #define AR8327_MIB_CPU_KEEP (1 << 20) +#define AR8327_REG_MDIO_CTRL 0x03c + #define AR8327_REG_SERVICE_TAG 0x048 #define AR8327_REG_LED_CTRL0 0x050 #define AR8327_REG_LED_CTRL1 0x054