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

Adrian Chadd adrian at FreeBSD.org
Thu May 9 19:37:01 UTC 2013


Author: adrian
Date: Thu May  9 19:37:00 2013
New Revision: 250419
URL: http://svnweb.freebsd.org/changeset/base/250419

Log:
  Add some missing arge MDIO hints.
  
  Submitted by:	Luiz Otavio O Souza <loos.br at gmail.com>

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

Modified: head/sys/mips/conf/ROUTERSTATION.hints
==============================================================================
--- head/sys/mips/conf/ROUTERSTATION.hints	Thu May  9 19:24:50 2013	(r250418)
+++ head/sys/mips/conf/ROUTERSTATION.hints	Thu May  9 19:37:00 2013	(r250419)
@@ -2,6 +2,12 @@
 # $FreeBSD$
 #
 
+# arge0 mdio bus
+hint.argemdio.0.at="nexus0"
+hint.argemdio.0.maddr=0x19000000
+hint.argemdio.0.msize=0x1000
+hint.argemdio.0.order=0
+
 # Uncomment this hint for RS (not PRO)
 # PHY20 = 1 << 20
 hint.arge.0.phymask=0x100000


More information about the svn-src-head mailing list