kernel/device_manager: Fix virtio device iteration on qemu-system-riscv64
Change-Id: Id8f82bcd455234a1f3a985a89050c32f880655f3 Reviewed-on: https://review.haiku-os.org/c/haiku/+/5994 Reviewed-by: Jérôme Duval <[email protected]>
This commit is contained in:
committed by
Jérôme Duval
parent
042c401bb0
commit
594a6fa9e5
@@ -1767,6 +1767,7 @@ device_node::_GetNextDriverPath(void*& cookie, KPath& _path)
|
||||
_AddPath(*stack, "busses/i2c");
|
||||
_AddPath(*stack, "busses/scsi");
|
||||
_AddPath(*stack, "busses/random");
|
||||
_AddPath(*stack, "busses/virtio");
|
||||
_AddPath(*stack, "bus_managers/pci");
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user