svn commit: r314423 - head/sys/mips/conf

Warner Losh imp at FreeBSD.org
Tue Feb 28 21:39:10 UTC 2017


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 at 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
 


More information about the svn-src-all mailing list