Re: [PATCH x3] hurd: pci arbiter bootstrap

2021-02-04 Thread Damien Zammit
On 3/2/21 8:53 am, Samuel Thibault wrote: > Damien Zammit, le mar. 02 févr. 2021 18:29:42 +1100, a ecrit: >> 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 interface netfs on a real node.

Re: [PATCH x3] hurd: pci arbiter bootstrap

2021-02-02 Thread Samuel Thibault
Damien Zammit, le mar. 02 févr. 2021 18:56:59 +1100, a ecrit: > 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 Yes, a priori that's probably netfs_startup, and it probably needs to be modif

Re: [PATCH x3] hurd: pci arbiter bootstrap

2021-02-02 Thread Samuel Thibault
Damien Zammit, le mar. 02 févr. 2021 18:29:42 +1100, a ecrit: > [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 interface netfs on a real node. That

Re: [PATCH x3] hurd: pci arbiter bootstrap

2021-02-01 Thread Damien Zammit
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

[PATCH x3] hurd: pci arbiter bootstrap

2021-02-01 Thread Damien Zammit
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