Revision afb9a60e hw/mips_fulong2e.c

b/hw/mips_fulong2e.c
29 29
#include "mips.h"
30 30
#include "mips_cpudevs.h"
31 31
#include "pci.h"
32
#include "usb-uhci.h"
33 32
#include "qemu-char.h"
34 33
#include "sysemu.h"
35 34
#include "audio/audio.h"
......
355 354
    isa_bus_irqs(isa_bus, i8259);
356 355

  
357 356
    vt82c686b_ide_init(pci_bus, hd, PCI_DEVFN(FULONG2E_VIA_SLOT, 1));
358
    usb_uhci_vt82c686b_init(pci_bus, PCI_DEVFN(FULONG2E_VIA_SLOT, 2));
359
    usb_uhci_vt82c686b_init(pci_bus, PCI_DEVFN(FULONG2E_VIA_SLOT, 3));
357
    pci_create_simple(pci_bus, PCI_DEVFN(FULONG2E_VIA_SLOT, 2),
358
                      "vt82c686b-usb-uhci");
359
    pci_create_simple(pci_bus, PCI_DEVFN(FULONG2E_VIA_SLOT, 3),
360
                      "vt82c686b-usb-uhci");
360 361

  
361 362
    smbus = vt82c686b_pm_init(pci_bus, PCI_DEVFN(FULONG2E_VIA_SLOT, 4),
362 363
                              0xeee1, NULL);

Also available in: Unified diff