File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
devicemodel/samples/apl-mrb Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -199,10 +199,10 @@ echo "8086 5aca" > /sys/bus/pci/drivers/pci-stub/new_id
199
199
echo " 0000:00:1b.0" > /sys/bus/pci/devices/0000:00:1b.0/driver/unbind
200
200
echo " 0000:00:1b.0" > /sys/bus/pci/drivers/pci-stub/bind
201
201
202
- # WIFI is 4:0.0 on SBL, and 3:0.0 on ABL
202
+ # WIFI
203
203
echo " 11ab 2b38" > /sys/bus/pci/drivers/pci-stub/new_id
204
- echo " 0000:04 :00.0" > /sys/bus/pci/devices/0000:04 :00.0/driver/unbind
205
- echo " 0000:04 :00.0" > /sys/bus/pci/drivers/pci-stub/bind
204
+ echo " 0000:03 :00.0" > /sys/bus/pci/devices/0000:03 :00.0/driver/unbind
205
+ echo " 0000:03 :00.0" > /sys/bus/pci/drivers/pci-stub/bind
206
206
207
207
# Bluetooth passthrough depends on WIFI
208
208
echo " 8086 5abc" > /sys/bus/pci/drivers/pci-stub/new_id
289
289
-s 15,passthru,0/f/0 \
290
290
-s 27,passthru,0/1b/0 \
291
291
-s 24,passthru,0/18/0 \
292
- -s 18,passthru,4 /0/0,keep_gsi \
292
+ -s 18,passthru,3 /0/0,keep_gsi \
293
293
$boot_ipu_option \
294
294
-i /run/acrn/ioc_$vm_name ,0x20 \
295
295
-l com2,/run/acrn/ioc_$vm_name \
You can’t perform that action at this time.
0 commit comments