Date: Wed, 6 May 2009 02:31:47 +0000 (UTC) From: Oleksandr Tymoshenko <gonzo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-projects@freebsd.org Subject: svn commit: r191838 - projects/mips/sys/mips/atheros Message-ID: <200905060231.n462VlLM001312@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gonzo Date: Wed May 6 02:31:46 2009 New Revision: 191838 URL: http://svn.freebsd.org/changeset/base/191838 Log: - Add APB base and size for memory rman in apb Modified: projects/mips/sys/mips/atheros/ar71xxreg.h Modified: projects/mips/sys/mips/atheros/ar71xxreg.h ============================================================================== --- projects/mips/sys/mips/atheros/ar71xxreg.h Wed May 6 02:31:07 2009 (r191837) +++ projects/mips/sys/mips/atheros/ar71xxreg.h Wed May 6 02:31:46 2009 (r191838) @@ -60,6 +60,15 @@ #define AR71XX_PCI_AHB_ERROR_ADDR 0x17010028 /* APB region */ +/* + * Size is not really true actual APB window size is + * 0x01000000 but it should handle OHCI memory as well + * because this controller's interrupt is routed through + * APB. + */ +#define AR71XX_APB_BASE 0x18000000 +#define AR71XX_APB_SIZE 0x06000000 + /* DDR registers */ #define AR71XX_DDR_CONFIG 0x18000000 #define AR71XX_DDR_CONFIG2 0x18000004
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905060231.n462VlLM001312>