1.\" $OpenBSD: mfii.4,v 1.4 2015/01/09 11:25:05 dlg Exp $ 2.\" 3.\" Copyright (c) 2012 David Gwynne <dlg@openbsd.org> 4.\" 5.\" Permission to use, copy, modify, and distribute this software for any 6.\" purpose with or without fee is hereby granted, provided that the above 7.\" copyright notice and this permission notice appear in all copies. 8.\" 9.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES 10.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF 11.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR 12.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES 13.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN 14.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF 15.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 16.\" 17.Dd $Mdocdate: January 9 2015 $ 18.Dt MFII 4 19.Os 20.Sh NAME 21.Nm mfii 22.Nd LSI Logic MegaRAID SAS Fusion RAID controller 23.Sh SYNOPSIS 24.Cd "mfii* at pci?" 25.Sh DESCRIPTION 26The 27.Nm 28driver provides support for the MegaRAID SAS Fusion family of RAID controllers 29using the following chipsets: 30.Pp 31.Bl -dash -offset indent -compact 32.It 33SAS2208 34.It 35SAS3008 36.It 37SAS3108 38.El 39.Pp 40These controllers support RAID 0, RAID 1, RAID 5, RAID 6, RAID 10, RAID 50 and 41RAID 60 using either SAS or SATA II drives. 42.Pp 43Although the controllers are actual RAID controllers, 44they appear as SCSI controllers. 45All RAID configuration is done through the controllers' BIOSes. 46.Sh SEE ALSO 47.Xr intro 4 , 48.Xr pci 4 , 49.Xr scsi 4 , 50.Xr sd 4 51.Sh HISTORY 52The 53.Nm 54driver first appeared in 55.Ox 5.3 . 56.Sh AUTHORS 57.An -nosplit 58The 59.Nm 60driver was written by 61.An David Gwynne Aq Mt dlg@openbsd.org . 62