svn commit: r191294 - projects/mips/sys/mips/conf

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sun Apr 19 23:08:24 UTC 2009


Author: gonzo
Date: Sun Apr 19 23:08:23 2009
New Revision: 191294
URL: http://svn.freebsd.org/changeset/base/191294

Log:
  - Expand memory window for apb to include OHCI memory region
  - Add hints for EHCI and OHCI controllers

Modified:
  projects/mips/sys/mips/conf/AR71XX.hints

Modified: projects/mips/sys/mips/conf/AR71XX.hints
==============================================================================
--- projects/mips/sys/mips/conf/AR71XX.hints	Sun Apr 19 23:06:15 2009	(r191293)
+++ projects/mips/sys/mips/conf/AR71XX.hints	Sun Apr 19 23:08:23 2009	(r191294)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 hint.apb.0.at="nexus0"
 hint.apb.0.maddr=0x18000000
-hint.apb.0.msize=0x01000000
+hint.apb.0.msize=0x06000000
 hint.apb.0.irq=4
 
 # uart0
@@ -11,6 +11,18 @@ hint.uart.0.maddr=0x18020000
 hint.uart.0.msize=0x18
 hint.uart.0.irq=3
 
+#ohci
+hint.ohci.0.at="apb0"
+hint.ohci.0.maddr=0x1c000000
+hint.ohci.0.msize=0x01000000
+hint.ohci.0.irq=6
+
+#ehci
+hint.ehci.0.at="nexus0"
+hint.ehci.0.maddr=0x1b000000
+hint.ehci.0.msize=0x01000000
+hint.ehci.0.irq=1
+
 # pci
 hint.pcib.0.at="nexus0"
 hint.pcib.0.irq=0


More information about the svn-src-projects mailing list