xref: /openbsd-src/share/man/man4/mfi.4 (revision a5c69b531220e18899c03ff14324393e94fbad23)
1.\"	$OpenBSD: mfi.4,v 1.20 2013/11/08 11:07:42 mikeb 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: November 8 2013 $
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
50IBM ServeRAID M1115
51.It
52Intel RAID Controller SRCSAS18E,
53SRCSAS144E
54.It
55LSI Logic MegaRAID SAS 8300XLP,
56MegaRAID SAS 8308ELP,
57MegaRAID SAS 8344ELP,
58MegaRAID SAS 8408E,
59MegaRAID SAS 8480E,
60MegaRAID SAS 8880EM2,
61MegaRAID SAS 8888ELP,
62MegaRAID SAS 9240-4i,
63MegaRAID SAS 9240-8i,
64MegaRAID SAS 9260-16i,
65MegaRAID SAS 9260-4i,
66MegaRAID SAS 9260-8i,
67MegaRAID SAS 9260CV-4i,
68MegaRAID SAS 9260CV-8i,
69MegaRAID SAS 9261-8i,
70MegaRAID SAS 9265-8i,
71MegaRAID SAS 9280-16i4e,
72MegaRAID SAS 9280-24i4e,
73MegaRAID SAS 9280-4i4e,
74MegaRAID SAS 9280-8e,
75MegaRAID SAS 9285-8e
76.El
77.Pp
78These controllers support RAID 0, RAID 1, RAID 5, RAID 6, RAID 10, RAID 50 and
79RAID 60 using either SAS or SATA II drives.
80.Pp
81Although the controllers are actual RAID controllers,
82the driver makes them look just like SCSI controllers.
83All RAID configuration is done through the controllers' BIOSes.
84.Sh SEE ALSO
85.Xr bio 4 ,
86.Xr intro 4 ,
87.Xr pci 4 ,
88.Xr scsi 4 ,
89.Xr sd 4 ,
90.Xr bioctl 8 ,
91.Xr sensorsd 8 ,
92.Xr sysctl 8
93.Sh HISTORY
94The
95.Nm
96driver first appeared in
97.Ox 4.0 .
98.Sh AUTHORS
99.An -nosplit
100The
101.Nm
102driver was written by
103.An Marco Peereboom Aq Mt marco@openbsd.org .
104