svn commit: r191838 - projects/mips/sys/mips/atheros

Oleksandr Tymoshenko gonzo at FreeBSD.org
Wed May 6 02:31:47 UTC 2009


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


More information about the svn-src-projects mailing list