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

Adrian Chadd adrian at FreeBSD.org
Thu Nov 24 04:23:43 UTC 2011


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


More information about the svn-src-head mailing list