From owner-svn-src-projects@FreeBSD.ORG Sun Apr 19 23:08:23 2009 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E2C821065697; Sun, 19 Apr 2009 23:08:23 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id D14678FC1A; Sun, 19 Apr 2009 23:08:23 +0000 (UTC) (envelope-from gonzo@FreeBSD.org) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n3JN8N21023462; Sun, 19 Apr 2009 23:08:23 GMT (envelope-from gonzo@svn.freebsd.org) Received: (from gonzo@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n3JN8NAc023461; Sun, 19 Apr 2009 23:08:23 GMT (envelope-from gonzo@svn.freebsd.org) Message-Id: <200904192308.n3JN8NAc023461@svn.freebsd.org> From: Oleksandr Tymoshenko Date: Sun, 19 Apr 2009 23:08:23 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r191294 - projects/mips/sys/mips/conf X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Apr 2009 23:08:24 -0000 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