From b1a00127663a9220d10febaaf48351f9f907ea80 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 20 Aug 2022 12:19:58 +0200 Subject: Note how we will be able to keep only one pci-arbiter translator --- pci-arbiter/main.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pci-arbiter/main.c') diff --git a/pci-arbiter/main.c b/pci-arbiter/main.c index 0ed5b1c2..ec9be796 100644 --- a/pci-arbiter/main.c +++ b/pci-arbiter/main.c @@ -201,6 +201,8 @@ main (int argc, char **argv) /* We are a bootstrap process */ machdev_register (&pci_arbiter_emulation_ops); + /* TODO: make libmachdev allow us to also run netfs on the translated path, + * so that we don't need a second pci-arbiter to serve /servers/bus/pci. */ machdev_trivfs_init (argc, argv, next_task, "pci", NULL /* _SERVERS_BUS "/pci" */, &bootstrap); /* Make sure we will not swap out, in case we are needed for swapping -- cgit v1.2.3