[PATCH] hurd: Support device entries with @/dev/disk: qualifier

2022-02-22 Thread Samuel Thibault
Those are used with non-bootstrap disk drivers, for which libstore has to open /dev/disk before calling device_open on it instead of on the device master port. Normally in that case all /dev/ entries also have the @/dev/disk: qualifier, so we can just drop it. Signed-off-by: Samuel Thibault Ind

Re: [PATCH] hurd: Add support for rumpdisk device names

2022-02-22 Thread Samuel Thibault
Daniel Kiper, le mar. 22 févr. 2022 14:42:57 +0100, a ecrit: > On Tue, Feb 22, 2022 at 12:48:45AM +0100, Samuel Thibault wrote: > > On GNU/Hurd grub2 currently only looks at /dev/hd* and /dev/sd*. With > > rumpdisk we now also need to look at /dev/wd* > > > > Signed-off-by: Samuel Thibault > > >

Re: [PATCH] hurd: Add support for rumpdisk device names

2022-02-22 Thread Daniel Kiper
On Tue, Feb 22, 2022 at 12:48:45AM +0100, Samuel Thibault wrote: > On GNU/Hurd grub2 currently only looks at /dev/hd* and /dev/sd*. With > rumpdisk we now also need to look at /dev/wd* > > Signed-off-by: Samuel Thibault > > Index: grub2-2.06/util/deviceiter.c > ===

Re: [PATCH] hurd: Add support for pci-arbiter and rumpdisk

2022-02-22 Thread Daniel Kiper
On Tue, Feb 22, 2022 at 12:49:03AM +0100, Samuel Thibault wrote: > Samuel Thibault, le dim. 20 févr. 2022 20:23:03 +0100, a ecrit: > > This adds pci-arbiter and rumpdisk as bootstrap modules whenever they are > > available. This opens the path for fully-userland disk support. > > I forgot: > > Sig