Re: XEN3_DOM0 cpu_bootconf() and bootdev=xxx failure

2019-01-10 Thread Christoph Badura
On Tue, Jan 08, 2019 at 09:28:07PM -, Michael van Elst wrote: > b...@bsd.de (Christoph Badura) writes: > > >With "raidctl -A softroot raid0" the XEN3_DOM0 kernel does not detect > >raid0 as root device. > > raidframe checks if the system was booted from one of the raid components > marked as

Porting SCSI code from Linux

2019-01-10 Thread Emmanuel Dreyfus
Hello I am trying to port some Linux SCSI code. It uses ioctl SG_IO, which is the equivalent of NetBSD ioctl SCIOCCOMMAND The question is about status and error codes. On NetBSD, we have the following returned: - the return value from ioctl and associated errno - struct scsireq -> retsts "the re