On 2019/11/19 14:27, Olivier Burelli wrote:
> Hello,
> 
> For previous versions i checked on https://www.openbsd.org/amd64.html or
> https://www.openbsd.org/arm64.html to find supported hardware.
> 
> For example for amd64, i could use a megaraid 9240 RAID adapter.
> 
> Now i can not find supported RAID Adapters.
> 
> _ If for amd64, i can use a LSI MEGARAID 9240, may i plug it on arm64
> architecture ?

This sounds like something that somebody who has suitable hardware
(controller and preconfigured drives) would need to test.

Presumably you won't be able to boot directly from it if it even works
at all...

> _ Does the base kernel is including the drivers or i have to build the
> kernel to include it ?

None are compiled in the GENERIC / GENERIC.MP kernel on arm64. You
can check this by looking in /sys/arch/arm64/conf/GENERIC.

> _ Where, currently, can i find all RAID adapters supported by OpenBSD ?

I think it's the union of "man -s 4 -k RAID" and "man -s 4 -k fusion".
Some of them are old and crappy and are unlikely to work on much other than
(32-bit) i386.

On any arch, I would restrict myself to the common ones:
mpi/mpii/mfi/mfii/softraid. (For mpi, some changes that went into
-current recently make it suck much less).

Reply via email to