Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Apr 2009 23:08:23 +0000 (UTC)
From:      Oleksandr Tymoshenko <gonzo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r191294 - projects/mips/sys/mips/conf
Message-ID:  <200904192308.n3JN8NAc023461@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904192308.n3JN8NAc023461>