Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Nov 2011 04:23:42 +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: r227919 - head/sys/mips/conf
Message-ID:  <201111240423.pAO4Ng1x077251@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Thu Nov 24 04:23:42 2011
New Revision: 227919
URL: http://svn.freebsd.org/changeset/base/227919

Log:
  Add a comment documenting where the WMAC hangs off of.
  
  At some point it would be nice to correctly update the bus glue to make
  this "correct", including having the DDR flush occur in the right spot
  (ie, any AHB interrupt.)

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

Modified: head/sys/mips/conf/AR91XX_BASE.hints
==============================================================================
--- head/sys/mips/conf/AR91XX_BASE.hints	Thu Nov 24 04:21:19 2011	(r227918)
+++ head/sys/mips/conf/AR91XX_BASE.hints	Thu Nov 24 04:23:42 2011	(r227919)
@@ -32,6 +32,7 @@ hint.arge.1.maddr=0x1a000000
 hint.arge.1.msize=0x1000
 hint.arge.1.irq=3
 
+# XXX The ath device hangs off of the AHB, rather than the Nexus.
 hint.ath.0.at="nexus0"
 hint.ath.0.maddr=0x180c0000
 hint.ath.0.msize=0x30000



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