xref: /openbsd-src/share/man/man4/mfi.4 (revision 4c1e55dc91edd6e69ccc60ce855900fbc12cf34f)
1.\"	$OpenBSD: mfi.4,v 1.17 2012/03/11 14:09:16 jsg 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: March 11 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.Cd "scsibus* at mfi?"
35.Sh DESCRIPTION
36The
37.Nm
38driver provides support for the MegaRAID SAS family of RAID controllers,
39including:
40.Pp
41.Bl -dash -offset indent -compact
42.It
43Dell PERC 5/e,
44PERC 5/i,
45PERC 6/e,
46PERC 6/i,
47PERC H310,
48PERC H700,
49PERC H800
50.It
51Intel RAID Controller SRCSAS18E,
52SRCSAS144E
53.It
54LSI Logic MegaRAID SAS 8300XLP,
55MegaRAID SAS 8308ELP,
56MegaRAID SAS 8344ELP,
57MegaRAID SAS 8408E,
58MegaRAID SAS 8480E,
59MegaRAID SAS 8880EM2,
60MegaRAID SAS 8888ELP,
61MegaRAID SAS 9240-4i,
62MegaRAID SAS 9240-8i,
63MegaRAID SAS 9260-16i,
64MegaRAID SAS 9260-4i,
65MegaRAID SAS 9260-8i,
66MegaRAID SAS 9260CV-4i,
67MegaRAID SAS 9260CV-8i,
68MegaRAID SAS 9261-8i,
69MegaRAID SAS 9265-8i,
70MegaRAID SAS 9280-16i4e,
71MegaRAID SAS 9280-24i4e,
72MegaRAID SAS 9280-4i4e,
73MegaRAID SAS 9280-8e,
74MegaRAID SAS 9285-8e
75.El
76.Pp
77These controllers support RAID 0, RAID 1, RAID 5, RAID 6, RAID 10, RAID 50 and
78RAID 60 using either SAS or SATA II drives.
79.Pp
80Although the controllers are actual RAID controllers,
81the driver makes them look just like SCSI controllers.
82All RAID configuration is done through the controllers' BIOSes.
83.Sh SEE ALSO
84.Xr bio 4 ,
85.Xr intro 4 ,
86.Xr pci 4 ,
87.Xr scsi 4 ,
88.Xr sd 4 ,
89.Xr bioctl 8 ,
90.Xr sensorsd 8 ,
91.Xr sysctl 8
92.Sh HISTORY
93The
94.Nm
95driver first appeared in
96.Ox 4.0 .
97.Sh AUTHORS
98.An -nosplit
99The
100.Nm
101driver was written by
102.An Marco Peereboom Aq marco@openbsd.org .
103