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
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
> >
>
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
> ===
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