To follow up on a misc@ post [1], the following diff adds two families of supported cards to the mfi(4) manual page. If I understand marco@'s reply correctly, adding the two chipsets in the diff would be a correct representation of what the driver supports already. If you'd prefer to wait with changing this until I buy a card and verify this in practice, I can understand.
Regards, Rogier References: 1. MARC - OpenBSD misc@ / Supported mfi(4) cards http://marc.info/?l=openbsd-misc&m=129985105115285&w=1 Diff: ### Eclipse Workspace Patch 1.0 #P man4 Index: mfi.4 =================================================================== RCS file: /cvs/src/share/man/man4/mfi.4,v retrieving revision 1.14 diff -u -r1.14 mfi.4 --- mfi.4 1 Apr 2010 23:19:39 -0000 1.14 +++ mfi.4 11 Mar 2011 14:53:59 -0000 @@ -59,6 +59,17 @@ MegaRAID SAS 8880EM2 .El .Pp +The +.Nm +driver also provides support for storage controllers using the +following LSI Logic families of chipsets: +.Pp +.Bl -dash -offset indent -compact +.It +LSISAS2108, +LSISAS2208 +.El +.Pp These controllers support RAID 0, RAID 1, RAID 5, RAID 6, RAID 10, RAID 50 and RAID 60 using either SAS or SATA II drives. .Pp
