Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Feb 2017 21:39:08 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r314423 - head/sys/mips/conf
Message-ID:  <201702282139.v1SLd8el052555@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Tue Feb 28 21:39:08 2017
New Revision: 314423
URL: https://svnweb.freebsd.org/changeset/base/314423

Log:
  Fix arge0 mdio bus
  
  This makes arge0 phy's attach.
  
  Submitted by:	Michael Vale <m.vale@live.com.au>
  Pull Request:	https://github.com/freebsd/freebsd/pull/16

Modified:
  head/sys/mips/conf/PICOSTATION_M2HP.hints

Modified: head/sys/mips/conf/PICOSTATION_M2HP.hints
==============================================================================
--- head/sys/mips/conf/PICOSTATION_M2HP.hints	Tue Feb 28 21:39:00 2017	(r314422)
+++ head/sys/mips/conf/PICOSTATION_M2HP.hints	Tue Feb 28 21:39:08 2017	(r314423)
@@ -1,8 +1,8 @@
 # $FreeBSD$
 
-# arge1 MDIO bus
+# arge0 MDIO bus
 hint.argemdio.0.at="nexus0"
-hint.argemdio.0.maddr=0x1a000000
+hint.argemdio.0.maddr=0x19000000
 hint.argemdio.0.msize=0x1000
 hint.argemdio.0.order=0
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702282139.v1SLd8el052555>