meson.build: drop duplicate 'sparc64' entry
[qemu/ar7.git] / docs / config / ich9-ehci-uhci.cfg
bloba0e9b96f4dc16ad3e817f9fbb8692dc9e0bfeea5
1 ###########################################################################
3 # You can pass this file directly to qemu using the -readconfig
4 # command line switch.
6 # This config file creates a EHCI adapter with companion UHCI
7 # controllers as multifunction device in PCI slot "1d".
9 # Specify "bus=ehci.0" when creating usb devices to hook them up
10 # there.
13 [device "ehci"]
14   driver = "ich9-usb-ehci1"
15   addr = "1d.7"
16   multifunction = "on"
18 [device "uhci-1"]
19   driver = "ich9-usb-uhci1"
20   addr = "1d.0"
21   multifunction = "on"
22   masterbus = "ehci.0"
23   firstport = "0"
25 [device "uhci-2"]
26   driver = "ich9-usb-uhci2"
27   addr = "1d.1"
28   multifunction = "on"
29   masterbus = "ehci.0"
30   firstport = "2"
32 [device "uhci-3"]
33   driver = "ich9-usb-uhci3"
34   addr = "1d.2"
35   multifunction = "on"
36   masterbus = "ehci.0"
37   firstport = "4"