blob: bcbde97eaa235aa91c3e6d111e14e33024749c95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
# Try to resemble an Alpine Ridge topology
[device "alpine-root"]
driver = "x3130-upstream"
bus = "ich9-pcie-port-1"
addr = "00.0"
[device "alpine-0"]
driver = "xio3130-downstream"
bus = "alpine-root"
addr = "00.0"
chassis = "10"
[device "alpine-nhi"]
driver = "pci-testdev"
bus = "alpine-0"
addr = "00.0"
membar = "1M"
[device "alpine-1"]
driver = "xio3130-downstream"
bus = "alpine-root"
addr = "01.0"
chassis = "11"
[device "alpine-up"]
driver = "x3130-upstream"
bus = "alpine-1"
addr = "00.0"
[device "alpine-down0"]
driver = "xio3130-downstream"
bus = "alpine-up"
addr = "00.0"
chassis = "20"
# TBT device here
[device "alpine-down1"]
driver = "xio3130-downstream"
bus = "alpine-up"
addr = "01.0"
chassis = "21"
# TBT device here
[device "alpine-down4"]
driver = "xio3130-downstream"
bus = "alpine-up"
addr = "04.0"
chassis = "24"
[device "alpine-xhci"]
driver = "nec-usb-xhci"
bus = "alpine-down4"
addr = "00.0"
[device "alpine-2"]
driver = "xio3130-downstream"
bus = "alpine-root"
addr = "02.0"
chassis = "12"
|