Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 May 2013 19:37:00 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r250419 - head/sys/mips/conf
Message-ID:  <201305091937.r49Jb0pa008442@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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



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