mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
OHCI USB host emulation.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1928 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
6650ee6d33
commit
0d92ed3022
11 changed files with 1306 additions and 84 deletions
|
@ -374,6 +374,9 @@ static void versatile_init(int ram_size, int vga_ram_size, int boot_device,
|
|||
pci_nic_init(pci_bus, nd);
|
||||
}
|
||||
}
|
||||
if (usb_enabled) {
|
||||
usb_ohci_init(pci_bus, 3, -1);
|
||||
}
|
||||
|
||||
pl011_init(0x101f1000, pic, 12, serial_hds[0]);
|
||||
pl011_init(0x101f2000, pic, 13, serial_hds[1]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue