From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MLGGD-0006aH-JV for qemu-devel@nongnu.org; Mon, 29 Jun 2009 08:47:02 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MLGFz-0006Rw-6r for qemu-devel@nongnu.org; Mon, 29 Jun 2009 08:46:51 -0400 Received: from [199.232.76.173] (port=41132 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MLGFy-0006Rc-Lt for qemu-devel@nongnu.org; Mon, 29 Jun 2009 08:46:46 -0400 Received: from mx2.redhat.com ([66.187.237.31]:36470) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MLGFy-0003tN-72 for qemu-devel@nongnu.org; Mon, 29 Jun 2009 08:46:46 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n5TCkj0a007182 for ; Mon, 29 Jun 2009 08:46:45 -0400 From: Gerd Hoffmann Date: Mon, 29 Jun 2009 14:46:20 +0200 Message-Id: <1246279581-15749-20-git-send-email-kraxel@redhat.com> In-Reply-To: <1246279581-15749-1-git-send-email-kraxel@redhat.com> References: <1246279581-15749-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [PATCH 19/20] debug/test patch: add ohci controller to pc List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Gerd Hoffmann Signed-off-by: Gerd Hoffmann --- 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