No empty .Rs/.Re
[netbsd-mini2440.git] / share / man / man4 / mfi.4
blob41d0f64a1f93f9b2c94e5b8ab3929c43752b698a
1 .\"     $NetBSD: mfi.4,v 1.7 2008/02/29 20:56:33 xtraeme Exp $
2 .\"     $OpenBSD: mfi.4,v 1.7 2006/09/01 09:58:09 jmc Exp $
3 .\"
4 .\" Written by Marco Peereboom <marco@peereboom.us>
5 .\"
6 .\" Redistribution and use in source and binary forms, with or without
7 .\" modification, are permitted provided that the following conditions
8 .\" are met:
9 .\" 1. Redistributions of source code must retain the above copyright
10 .\"    notice, this list of conditions and the following disclaimer.
11 .\" 2. Redistributions in binary form must reproduce the above copyright
12 .\"    notice, this list of conditions and the following disclaimer in the
13 .\"    documentation and/or other materials provided with the distribution.
14 .\"
15 .\" THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND
16 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
17 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
18 .\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL WASABI SYSTEMS, INC
19 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
20 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
21 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
22 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
23 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
24 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
25 .\" POSSIBILITY OF SUCH DAMAGE.
26 .\"
27 .Dd February 29, 2008
28 .Dt MFI 4
29 .Os
30 .Sh NAME
31 .Nm mfi
32 .Nd LSI Logic \*[Am] Dell MegaRAID SAS RAID controller
33 .Sh SYNOPSIS
34 .Cd "mfi* at pci? dev ? function ?"
35 .Sh DESCRIPTION
36 The
37 .Nm
38 driver provides support for the MegaRAID SAS family of RAID controllers,
39 including:
40 .Pp
41 .Bl -dash -offset indent -compact
42 .It
43 Dell PERC 5/e,
44 PERC 5/i,
45 PERC 6/e,
46 PERC 6/i
47 .It
48 Intel RAID Controller SRCSAS18E,
49 SRCSAS144E
50 .It
51 LSI Logic MegaRAID SAS 8208ELP,
52 MegaRAID SAS 8208XLP,
53 MegaRAID SAS 8300XLP,
54 MegaRAID SAS 8308ELP,
55 MegaRAID SAS 8344ELP,
56 MegaRAID SAS 8408E,
57 MegaRAID SAS 8480E,
58 MegaRAID SAS 8888ELP,
59 MegaRAID SAS 8880EM2
60 .El
61 .Pp
62 These controllers support RAID 0, RAID 1, RAID 5, RAID 10, and RAID 50
63 using either SAS or SATA II drives.
64 .Pp
65 Although the controllers are actual RAID controllers,
66 the driver makes them look just like SCSI controllers.
67 All RAID configuration is done through the controllers' BIOSes.
68 .Pp
69 .Nm
70 supports monitoring of the logical disks in the controller through the
71 .Xr bioctl 8
72 and
73 .Xr envstat 8
74 commands.
75 .Sh EVENTS
76 The
77 .Nm
78 driver is able to send events to
79 .Xr powerd 8
80 if a logical drive in the controller is not online.
81 The
82 .Em state-changed
83 event will be sent to the
84 .Pa /etc/powerd/scripts/sensor_drive
85 script when such condition happens.
86 .Sh SEE ALSO
87 .Xr intro 4 ,
88 .Xr pci 4 ,
89 .Xr scsi 4 ,
90 .Xr sd 4 ,
91 .Xr bioctl 8 ,
92 .Xr envstat 8 ,
93 .Xr powerd 8
94 .Sh HISTORY
95 The
96 .Nm
97 driver first appeared in
98 .Nx 4.0 .