summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2022-01-09 03:11:35 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2022-01-09 03:11:35 +0100
commit2e38095efd8cad7fe6feb95dbeb276b7a4287f05 (patch)
treef033b83823f63080b17b7649f10300822e3ca36f
parent7c3743a6d1cf06fe5130628c9f39cc3c41128d22 (diff)
pci-arbiter: Pave the way for installing the bootstrap pci-arbiter on /servers/bus/pci
-rw-r--r--pci-arbiter/main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/pci-arbiter/main.c b/pci-arbiter/main.c
index 2955133c..9bcfb676 100644
--- a/pci-arbiter/main.c
+++ b/pci-arbiter/main.c
@@ -28,6 +28,7 @@
#include <hurd/netfs.h>
#include <hurd/ports.h>
#include <hurd/fsys.h>
+#include <hurd/paths.h>
#include <device/device.h>
#include <sys/mman.h>
@@ -207,7 +208,7 @@ main (int argc, char **argv)
/* We are a bootstrap process */
machdev_register (&pci_arbiter_emulation_ops);
- machdev_trivfs_init (argc, argv, next_task, "pci", NULL /* _SERVERS_BUS "pci" */, &bootstrap);
+ 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
back in. */