diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-08-20 12:19:58 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2022-08-20 12:20:25 +0200 |
commit | b1a00127663a9220d10febaaf48351f9f907ea80 (patch) | |
tree | 9778f73014a3741b4a5e89b41f0af565a5a2dd00 /pci-arbiter | |
parent | 8171d2aa48184a4d1ed1299e1c87f1b898371688 (diff) | |
download | hurd-b1a00127663a9220d10febaaf48351f9f907ea80.tar.gz hurd-b1a00127663a9220d10febaaf48351f9f907ea80.tar.bz2 hurd-b1a00127663a9220d10febaaf48351f9f907ea80.zip |
Note how we will be able to keep only one pci-arbiter translator
Diffstat (limited to 'pci-arbiter')
-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 |