1.\" $OpenBSD: mfi.4,v 1.18 2012/08/14 01:08:19 dlg Exp $ 2.\" 3.\" Written by Marco Peereboom <marco@peereboom.us> 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted provided that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright 9.\" notice, this list of conditions and the following disclaimer. 10.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" notice, this list of conditions and the following disclaimer in the 12.\" documentation and/or other materials provided with the distribution. 13.\" 14.\" THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND 15.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED 16.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 17.\" PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL WASABI SYSTEMS, INC 18.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 19.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 20.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 21.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 22.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 23.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24.\" POSSIBILITY OF SUCH DAMAGE. 25.\" 26.Dd $Mdocdate: August 14 2012 $ 27.Dt MFI 4 28.Os 29.Sh NAME 30.Nm mfi 31.Nd LSI Logic & Dell MegaRAID SAS RAID controller 32.Sh SYNOPSIS 33.Cd "mfi* at pci?" 34.Sh DESCRIPTION 35The 36.Nm 37driver provides support for the MegaRAID SAS family of RAID controllers, 38including: 39.Pp 40.Bl -dash -offset indent -compact 41.It 42Dell PERC 5/e, 43PERC 5/i, 44PERC 6/e, 45PERC 6/i, 46PERC H310, 47PERC H700, 48PERC H800 49.It 50Intel RAID Controller SRCSAS18E, 51SRCSAS144E 52.It 53LSI Logic MegaRAID SAS 8300XLP, 54MegaRAID SAS 8308ELP, 55MegaRAID SAS 8344ELP, 56MegaRAID SAS 8408E, 57MegaRAID SAS 8480E, 58MegaRAID SAS 8880EM2, 59MegaRAID SAS 8888ELP, 60MegaRAID SAS 9240-4i, 61MegaRAID SAS 9240-8i, 62MegaRAID SAS 9260-16i, 63MegaRAID SAS 9260-4i, 64MegaRAID SAS 9260-8i, 65MegaRAID SAS 9260CV-4i, 66MegaRAID SAS 9260CV-8i, 67MegaRAID SAS 9261-8i, 68MegaRAID SAS 9265-8i, 69MegaRAID SAS 9280-16i4e, 70MegaRAID SAS 9280-24i4e, 71MegaRAID SAS 9280-4i4e, 72MegaRAID SAS 9280-8e, 73MegaRAID SAS 9285-8e 74.El 75.Pp 76These controllers support RAID 0, RAID 1, RAID 5, RAID 6, RAID 10, RAID 50 and 77RAID 60 using either SAS or SATA II drives. 78.Pp 79Although the controllers are actual RAID controllers, 80the driver makes them look just like SCSI controllers. 81All RAID configuration is done through the controllers' BIOSes. 82.Sh SEE ALSO 83.Xr bio 4 , 84.Xr intro 4 , 85.Xr pci 4 , 86.Xr scsi 4 , 87.Xr sd 4 , 88.Xr bioctl 8 , 89.Xr sensorsd 8 , 90.Xr sysctl 8 91.Sh HISTORY 92The 93.Nm 94driver first appeared in 95.Ox 4.0 . 96.Sh AUTHORS 97.An -nosplit 98The 99.Nm 100driver was written by 101.An Marco Peereboom Aq marco@openbsd.org . 102