xref: /dragonfly/share/man/man4/mpt.4 (revision bbb35c81)
1.\"	$NetBSD: mpt.4,v 1.1 2003/04/16 22:32:15 thorpej Exp $
2.\"
3.\" Copyright (c) 2003 Wasabi Systems, Inc.
4.\" All rights reserved.
5.\"
6.\" Written by Jason R. Thorpe for Wasabi Systems, Inc.
7.\"
8.\" Redistribution and use in source and binary forms, with or without
9.\" modification, are permitted provided that the following conditions
10.\" are met:
11.\" 1. Redistributions of source code must retain the above copyright
12.\"    notice, this list of conditions and the following disclaimer.
13.\" 2. Redistributions in binary form must reproduce the above copyright
14.\"    notice, this list of conditions and the following disclaimer in the
15.\"    documentation and/or other materials provided with the distribution.
16.\" 3. All advertising materials mentioning features or use of this software
17.\"    must display the following acknowledgement:
18.\"	This product includes software developed for the NetBSD Project by
19.\"	Wasabi Systems, Inc.
20.\" 4. The name of Wasabi Systems, Inc. may not be used to endorse
21.\"    or promote products derived from this software without specific prior
22.\"    written permission.
23.\"
24.\" THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND
25.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
26.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
27.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL WASABI SYSTEMS, INC
28.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
29.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
30.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
31.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
32.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
33.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
34.\" POSSIBILITY OF SUCH DAMAGE.
35.\"
36.\" $FreeBSD: head/share/man/man4/mpt.4 236623 2012-06-05 17:49:11Z obrien $
37.\"
38.Dd April 24, 2018
39.Dt MPT 4
40.Os
41.Sh NAME
42.Nm mpt
43.Nd LSI Fusion-MPT SCSI/Fibre Channel driver
44.Sh SYNOPSIS
45To compile this driver into the kernel,
46place the following lines in your
47kernel configuration file:
48.Bd -ragged -offset indent
49.Cd "device scbus"
50.Cd "device mpt"
51.Ed
52.Pp
53Alternatively, to load the driver as a
54module at boot time, place the following line in
55.Xr loader.conf 5 :
56.Bd -literal -offset indent
57mpt_load="YES"
58.Ed
59.Sh DESCRIPTION
60The
61.Nm
62driver provides support
63for the LSI Logic Fusion-MPT family of
64.Tn SCSI ,
65.Tn Fibre Channel
66and
67.Tn SAS
68controllers.
69.Sh LOADER TUNABLES
70.Bl -tag -width indent
71.It Va hw.mpt.msi.enable
72This tunable specifies whether MSI will be used or not, provided the
73controller supports it.
74By default, the driver will use MSI for SAS adapters.
75.El
76.Sh HARDWARE
77The following controllers are supported by the
78.Nm
79driver:
80.Pp
81.Bl -bullet -compact
82.It
83LSI Logic 53c1030,
84LSI Logic LSI2x320-X
85(Single and Dual Ultra320
86.Tn SCSI )
87.It
88LSI Logic AS1064,
89LSI Logic AS1068
90.Pq Tn SAS/SATA
91.It
92LSI Logic FC909
93(1Gb/s
94.Tn Fibre Channel )
95.It
96LSI Logic FC909A
97(Dual 1Gb/s
98.Tn Fibre Channel )
99.It
100LSI Logic FC919,
101LSI Logic 7102XP-LC
102(Single 2Gb/s
103.Tn Fibre Channel )
104.It
105LSI Logic FC929,
106LSI Logic FC929X,
107LSI Logic 7202XP-LC
108(Dual 2Gb/s
109.Tn Fibre Channel )
110.It
111LSI Logic FC949X
112(Dual 4Gb/s
113.Tn Fibre Channel )
114.It
115LSI Logic FC949E,
116LSI Logic FC949ES
117(Dual 4Gb/s
118.Tn Fibre Channel PCI-Express)
119.El
120.Pp
121The
122.Tn Ultra 320 SCSI
123controller chips supported by the
124.Nm
125driver can be found onboard on many systems including:
126.Pp
127.Bl -bullet -compact
128.It
129Dell PowerEdge 1750 thru 2850
130.It
131IBM eServer xSeries 335
132.El
133.Pp
134These systems also contain Integrated RAID Mirroring and Integrated
135RAID Mirroring Enhanced which this driver also supports.
136.Pp
137The 53c1030 is also available in
138.Tn VMware
139products.
140.Pp
141The
142.Tn SAS
143controller chips are also present on many new AMD/Opteron based systems,
144like the Sun 4100.
145Note that this controller can drive both SAS and SATA
146drives or a mix of them at the same time.
147The Integrated RAID Mirroring
148available for these controllers is poorly supported at best.
149.Pp
150The
151.Tn Fibre Channel
152controller chipset are supported by a broad variety of speeds and systems.
153The
154.Tn Apple
155Fibre Channel HBA is in fact the
156.Tn FC949ES
157card.
158.Pp
159This driver also supports target mode for Fibre Channel cards.
160This support may be enabled by setting the desired role of the core via
161the LSI Logic firmware utility that establishes what roles the card
162can take on - no separate compilation is required.
163.Sh SEE ALSO
164.Xr cd 4 ,
165.Xr ch 4 ,
166.Xr da 4 ,
167.Xr mpr 4 ,
168.Xr mps 4 ,
169.Xr pci 4 ,
170.Xr sa 4 ,
171.Xr scsi 4 ,
172.Xr targ 4 ,
173.Xr mptutil 8
174.Rs
175.%T "LSI Logic Website"
176.%U http://www.lsi.com/
177.Re
178.Sh HISTORY
179The
180.Nm
181driver first appeared in
182.Fx 4.6 .
183.Sh AUTHORS
184.An -nosplit
185The
186.Nm
187driver was originally written for
188.Fx
189by
190.An Greg Ansley
191and marginally improved upon
192by
193.An Matt Jacob Aq Mt mjacob@FreeBSD.org .
194.Pp
195.An Justin Gibbs Aq Mt gibbs@FreeBSD.org
196and
197.An Scott Long Aq Mt scottl@FreeBSD.org
198have made more substantial improvements.
199