summaryrefslogtreecommitdiffstats
path: root/hw/versatilepb.c
diff options
context:
space:
mode:
authorpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2007-03-17 16:59:31 +0000
committerpbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162>2007-03-17 16:59:31 +0000
commite24ad6f140f23e1edc1646ea248819698b77f0e2 (patch)
tree090b4bd85ed9c7462ae4c1f49062a14502b750a7 /hw/versatilepb.c
parent60a9f9ecd90ae4921e919323ecd9ab59e71e71f5 (diff)
downloadhqemu-e24ad6f140f23e1edc1646ea248819698b77f0e2.zip
hqemu-e24ad6f140f23e1edc1646ea248819698b77f0e2.tar.gz
OHCI USB PXA support (Andrzej Zaborowski).
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2490 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/versatilepb.c')
-rw-r--r--hw/versatilepb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/versatilepb.c b/hw/versatilepb.c
index 050878d..5d3e857 100644
--- a/hw/versatilepb.c
+++ b/hw/versatilepb.c
@@ -195,7 +195,7 @@ static void versatile_init(int ram_size, int vga_ram_size, int boot_device,
}
}
if (usb_enabled) {
- usb_ohci_init(pci_bus, 3, -1);
+ usb_ohci_init_pci(pci_bus, 3, -1);
}
scsi_hba = lsi_scsi_init(pci_bus, -1);
for (n = 0; n < MAX_DISKS; n++) {
OpenPOWER on IntegriCloud