summaryrefslogtreecommitdiffstats
path: root/sys/arm/at91/at91.c
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2006-02-11 03:58:07 +0000
committerimp <imp@FreeBSD.org>2006-02-11 03:58:07 +0000
commite106ce1e069b73603da4b3fbb78ab08cc3ee352c (patch)
treeb3f7c415ee19ac1e3e7917d0720d63b7ece1fe03 /sys/arm/at91/at91.c
parent08cf83664226afde2f0f22e2d5775ec3f0175813 (diff)
downloadFreeBSD-src-e106ce1e069b73603da4b3fbb78ab08cc3ee352c.zip
FreeBSD-src-e106ce1e069b73603da4b3fbb78ab08cc3ee352c.tar.gz
Use the correct address for the ohci device.
Diffstat (limited to 'sys/arm/at91/at91.c')
-rw-r--r--sys/arm/at91/at91.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/arm/at91/at91.c b/sys/arm/at91/at91.c
index 0ee4724..f1c697f 100644
--- a/sys/arm/at91/at91.c
+++ b/sys/arm/at91/at91.c
@@ -302,7 +302,7 @@ at91_attach(device_t dev)
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);
OpenPOWER on IntegriCloud