Deleted Added
full compact
mfi.4 (256281) mfi.4 (270732)
1.\" Copyright (c) 2006 Scott Long
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
1.\" Copyright (c) 2006 Scott Long
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23.\" SUCH DAMAGE.
24.\"
25.\" $FreeBSD: stable/10/share/man/man4/mfi.4 253362 2013-07-15 14:28:59Z pluknet $
25.\" $FreeBSD: stable/10/share/man/man4/mfi.4 270732 2014-08-27 21:11:19Z markj $
26.\"
27.Dd July 15, 2013
28.Dt MFI 4
29.Os
30.Sh NAME
31.Nm mfi
32.Nd "LSI MegaRAID SAS driver"
33.Sh SYNOPSIS

--- 33 unchanged lines hidden (view full) ---

67Two sysctls are provided to tune the
68.Nm
69driver's behavior when a request is made to remove a mounted volume.
70By default the driver will disallow any requests to remove a mounted volume.
71If the sysctl
72.Va dev.mfi.%d.delete_busy_volumes
73is set to 1,
74then the driver will allow mounted volumes to be removed.
26.\"
27.Dd July 15, 2013
28.Dt MFI 4
29.Os
30.Sh NAME
31.Nm mfi
32.Nd "LSI MegaRAID SAS driver"
33.Sh SYNOPSIS

--- 33 unchanged lines hidden (view full) ---

67Two sysctls are provided to tune the
68.Nm
69driver's behavior when a request is made to remove a mounted volume.
70By default the driver will disallow any requests to remove a mounted volume.
71If the sysctl
72.Va dev.mfi.%d.delete_busy_volumes
73is set to 1,
74then the driver will allow mounted volumes to be removed.
75.Pp
76A tunable is provided to adjust the
77.Nm
78driver's behaviour when attaching to a card. By default the driver will
79attach to all known cards with high probe priority. If the tunable
80.Va hw.mfi.mrsas_enable
81is set to 1,
82then the driver will reduce its probe priority to allow
83.Cd mrsas
84to attach to the card instead of
85.Nm .
75.Sh HARDWARE
76The
77.Nm
78driver supports the following hardware:
79.Pp
80.Bl -bullet -compact
81.It
82LSI MegaRAID SAS 1078

--- 55 unchanged lines hidden ---
86.Sh HARDWARE
87The
88.Nm
89driver supports the following hardware:
90.Pp
91.Bl -bullet -compact
92.It
93LSI MegaRAID SAS 1078

--- 55 unchanged lines hidden ---