Deleted Added
full compact
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 154303 2006-01-13 17:41:41Z jkoshy $
36.\" $FreeBSD: head/share/man/man4/mpt.4 158762 2006-05-20 09:39:28Z brueffer $
37.\"
38.Dd August 15, 2004
39.Dt MPT 4
40.Os
41.Sh NAME
42.Nm mpt
43.Nd LSI Fusion-MPT SCSI/Fibre Channel driver
44.Sh SYNOPSIS
45.Cd "device mpt"
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
65and
66.Tn Fibre Channel
67controllers.
68.Sh HARDWARE
69The following controllers are supported by the
70.Nm
71driver:
72.Pp
73.Bl -bullet -compact
74.It
75LSI Logic 53c1030
76(Dual Ultra320
77.Tn SCSI )
78.It
79LSI Logic FC909
80(1Gb/s
81.Tn Fibre Channel )
82.It
83LSI Logic FC909A
84(Dual 1Gb/s
85.Tn Fibre Channel )
86.It
87LSI Logic FC919
88(2Gb/s
89.Tn Fibre Channel )
90.It
91LSI Logic FC929,
92LSI Logic FC929X
93(Dual 2Gb/s
94.Tn Fibre Channel )
95.El
96.Pp
97The
98.Tn SCSI
99controller chips supported by the
100.Nm
101driver can be found onboard on many systems including:
102.Pp
103.Bl -bullet -compact
104.It
105Dell PowerEdge 1750
106.It
107IBM eServer xSeries 335
108.El
109.Sh SEE ALSO
110.Xr cd 4 ,
111.Xr ch 4 ,
112.Xr da 4 ,
113.Xr pci 4 ,
114.Xr sa 4 ,
115.Xr scsi 4
116.Rs
117.%T "LSI Logic Website"
118.%O http://www.lsilogic.com/
119.Re
120.Sh HISTORY
121The
122.Nm
123driver first appeared in
124.Fx 4.6 .
125.Sh AUTHORS
126.An -nosplit
127The
128.Nm
129driver was originally written for
130.Fx
131by
132.An Greg Ansley
133and substantially improved upon
134by
135.An Matt Jacob Aq mjacob@FreeBSD.org .