PERFORCE change 91526 for review

Warner Losh imp at FreeBSD.org
Fri Feb 10 15:41:10 PST 2006


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

Change 91526 by imp at imp_Speedy on 2006/02/10 23:40:59

	Fix base address for ohci.

Affected files ...

.. //depot/projects/arm/src/sys/arm/at91/at91.c#4 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/at91/at91.c#4 (text+ko) ====

@@ -302,7 +302,7 @@
 	at91_add_child(dev, 10, "at91_spi", 0, AT91RM92_BASE +	// SPI
 	    AT91RM92_SPI_BASE, AT91RM92_SPI_SIZE, AT91RM92_IRQ_SPI);
 	// Not sure that the following belongs on this bus.
-	at91_add_child(dev, 10, "ohci", 0, AT91RM92_BASE +	// UHP
+	at91_add_child(dev, 10, "ohci", 0, 			// UHP
 	    AT91RM92_OHCI_BASE, AT91RM92_OHCI_SIZE, AT91RM92_IRQ_UHP);
 	bus_generic_probe(dev);
 	bus_generic_attach(dev);


More information about the p4-projects mailing list