Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Dec 2008 19:06:28 GMT
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 154060 for review
Message-ID:  <200812041906.mB4J6Ssk015033@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

http://perforce.freebsd.org/chv.cgi?CH=154060

Change 154060 by sam@sam_ebb on 2008/12/04 19:05:39

	add static va<->pa mapping for 435's builting usb controllers

Affected files ...

.. //depot/projects/vap/sys/arm/xscale/ixp425/ixp425.c#7 edit

Differences ...

==== //depot/projects/vap/sys/arm/xscale/ixp425/ixp425.c#7 (text+ko) ====

@@ -315,6 +315,9 @@
 	/* NB: needed only for uart_cpu_getdev */
 	{ IXP425_UART0_HWBASE,	IXP425_REG_SIZE,	IXP425_UART0_VBASE },
 	{ IXP425_UART1_HWBASE,	IXP425_REG_SIZE,	IXP425_UART1_VBASE },
+	/* NB: need for ixp435 ehci controllers */
+	{ IXP435_USB1_HWBASE,	IXP435_USB1_SIZE,	IXP435_USB1_VBASE },
+	{ IXP435_USB2_HWBASE,	IXP435_USB2_SIZE,	IXP435_USB2_VBASE },
 };
 
 int



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