diff options
-rw-r--r-- | pci-arbiter/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 |