xref: /openbsd/share/man/man4/mfii.4 (revision 09467b48)
1.\"	$OpenBSD: mfii.4,v 1.7 2018/03/27 07:01:42 jsg 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: March 27 2018 $
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.It
39SAS3404
40.It
41SAS3408
42.It
43SAS3416
44.It
45SAS3504
46.It
47SAS3508
48.It
49SAS3516
50.El
51.Pp
52These controllers support RAID 0, RAID 1, RAID 5, RAID 6, RAID 10, RAID 50 and
53RAID 60 using either SAS or SATA II drives.
54.Pp
55Although the controllers are actual RAID controllers,
56they appear as SCSI controllers.
57All RAID configuration is done through the controllers' BIOSes.
58.Sh SEE ALSO
59.Xr bio 4 ,
60.Xr intro 4 ,
61.Xr pci 4 ,
62.Xr scsi 4 ,
63.Xr sd 4 ,
64.Xr bioctl 8 ,
65.Xr sensorsd 8 ,
66.Xr sysctl 8
67.Sh HISTORY
68The
69.Nm
70driver first appeared in
71.Ox 5.3 .
72.Sh AUTHORS
73.An -nosplit
74The
75.Nm
76driver was written by
77.An David Gwynne Aq Mt dlg@openbsd.org .
78