qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 19/20] debug/test patch: add ohci controller to pc


From: Gerd Hoffmann
Subject: [Qemu-devel] [PATCH 19/20] debug/test patch: add ohci controller to pc
Date: Mon, 29 Jun 2009 14:46:20 +0200

Signed-off-by: Gerd Hoffmann <address@hidden>
---
 hw/pc.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/hw/pc.c b/hw/pc.c
index 86e5cfe..98d8ca8 100644
--- a/hw/pc.c
+++ b/hw/pc.c
@@ -1121,6 +1121,7 @@ static void pc_init1(ram_addr_t ram_size,
 
     if (pci_enabled && usb_enabled) {
         usb_uhci_piix3_init(pci_bus, piix3_devfn + 2);
+        usb_ohci_init_pci(pci_bus, 3, -1);
     }
 
     if (pci_enabled && acpi_enabled) {
-- 
1.6.2.5





reply via email to

[Prev in Thread] Current Thread [Next in Thread]