Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Feb 2006 23:41:08 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 91526 for review
Message-ID:  <200602102341.k1ANf8eq055652@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=91526

Change 91526 by imp@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);



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