diff --git a/repos/gems/run/driver_manager.run b/repos/gems/run/driver_manager.run index 052298ffc5..5a619f9854 100644 --- a/repos/gems/run/driver_manager.run +++ b/repos/gems/run/driver_manager.run @@ -97,7 +97,7 @@ install_config { - @@ -147,7 +147,7 @@ if {[have_include "power_on/qemu"]} { append qemu_args " -m 128 " append qemu_args " -nographic " append qemu_args " -device ahci,id=ahci " -append qemu_args " -drive id=hdd,file=bin/hdd_disk.raw,format=raw,if=none -device ide-hd,drive=hdd,bus=ahci.0 " +append qemu_args " -drive id=hdd,file=bin/hdd_disk.raw,format=raw,if=none -device ide-hd,drive=hdd,bus=ahci.1 " run_genode_until {.*all expected devices present and accessible.*\n} 120