From owner-svn-src-head@FreeBSD.ORG Thu Nov 24 04:23:43 2011 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 02FD11065672; Thu, 24 Nov 2011 04:23:43 +0000 (UTC) (envelope-from adrian@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id E750D8FC0A; Thu, 24 Nov 2011 04:23:42 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id pAO4Ngrm077253; Thu, 24 Nov 2011 04:23:42 GMT (envelope-from adrian@svn.freebsd.org) Received: (from adrian@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id pAO4Ng1x077251; Thu, 24 Nov 2011 04:23:42 GMT (envelope-from adrian@svn.freebsd.org) Message-Id: <201111240423.pAO4Ng1x077251@svn.freebsd.org> From: Adrian Chadd Date: Thu, 24 Nov 2011 04:23:42 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r227919 - head/sys/mips/conf X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Nov 2011 04:23:43 -0000 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