Hi,
Here is the tail of my start up log with some extra debug mach_prints:
I think the "Must be started as a translator" is coming from the netfs start up
when it tries to create a node for the pci filesystem.
start pci-arbiter: PCI start
PCI machdev start
Hurd bootstrap pci PCI machdev done
---
pci-arbiter/Makefile | 2 +-
pci-arbiter/main.c| 72 ---
pci-arbiter/options.c | 19 +++
pci-arbiter/options.h | 8 +
pci-arbiter/pcifs.h | 3 ++
pci-arbiter/startup-ops.c | 2 ++
6 files changed, 100 insertions(+),
---
rumpdisk/main.c | 5 -
1 file changed, 5 deletions(-)
diff --git a/rumpdisk/main.c b/rumpdisk/main.c
index 150dc996..b35cbfa7 100644
--- a/rumpdisk/main.c
+++ b/rumpdisk/main.c
@@ -31,11 +31,6 @@
#include
#include
-/* TODO: Add api to pciaccess to allow selecting backend.
- * For no
---
libnetfs/init-init.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/libnetfs/init-init.c b/libnetfs/init-init.c
index 984a5e71..b63e7ffa 100644
--- a/libnetfs/init-init.c
+++ b/libnetfs/init-init.c
@@ -39,6 +39,8 @@ netfs_init ()
{
error_t err;
err = maptime_map (0, 0, &netfs_mti
Hi all,
[PATCH 1/3] libnetfs: Fix mapping of time fallback to mach device
This could be merged as is.
[PATCH 2/3] Bootstrappable pci-arbiter
This is a work in progress, I would like some comments on how I can
make the arbiter start up without a / filesystem when it needs to
expose the pci inte
Andreas Schwab, le lun. 01 févr. 2021 19:55:05 +0100, a ecrit:
> On Feb 01 2021, Samuel Thibault wrote:
>
> > BSD 4.1 did not have an argument for TIOCFLUSH, BSD 4.2 added it. There
> > are still a lot of applications out there that pass a NULL argument to
> > TIOCFLUSH, so we should rather cope w