Merge branches 'master' and 'suser_to_priv'
[dragonfly.git] / share / man / man4 / mpt.4
1 .\" $DragonFly: src/share/man/man4/mpt.4,v 1.3 2006/07/23 06:01:46 swildner Exp $
2 .\"     $NetBSD: mpt.4,v 1.1 2003/04/16 22:32:15 thorpej Exp $
3 .\"     $FreeBSD: src/share/man/man4/mpt.4,v 1.2 2003/11/07 21:05:31 simon Exp $
4 .\"
5 .\" Copyright (c) 2004 The DragonFly Project.  All rights reserved.
6 .\"
7 .\" This code is derived from software contributed to The DragonFly Project
8 .\" by Hiten Pandya <hmp@backplane.com>.
9 .\"
10 .\" Redistribution and use in source and binary forms, with or without
11 .\" modification, are permitted provided that the following conditions
12 .\" are met:
13 .\"
14 .\" 1. Redistributions of source code must retain the above copyright
15 .\"    notice, this list of conditions and the following disclaimer.
16 .\" 2. Redistributions in binary form must reproduce the above copyright
17 .\"    notice, this list of conditions and the following disclaimer in
18 .\"    the documentation and/or other materials provided with the
19 .\"    distribution.
20 .\" 3. Neither the name of The DragonFly Project nor the names of its
21 .\"    contributors may be used to endorse or promote products derived
22 .\"    from this software without specific, prior written permission.
23 .\"
24 .\" THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
25 .\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
26 .\" LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
27 .\" FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE
28 .\" COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,
29 .\" INCIDENTAL, SPECIAL, EXEMPLARY OR CONSEQUENTIAL DAMAGES (INCLUDING,
30 .\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
31 .\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED
32 .\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
33 .\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
34 .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
35 .\" SUCH DAMAGE.
36 .\"
37 .\" Copyright (c) 2003 Wasabi Systems, Inc.
38 .\" All rights reserved.
39 .\"
40 .\" Written by Jason R. Thorpe for Wasabi Systems, Inc.
41 .\"
42 .\" Redistribution and use in source and binary forms, with or without
43 .\" modification, are permitted provided that the following conditions
44 .\" are met:
45 .\" 1. Redistributions of source code must retain the above copyright
46 .\"    notice, this list of conditions and the following disclaimer.
47 .\" 2. Redistributions in binary form must reproduce the above copyright
48 .\"    notice, this list of conditions and the following disclaimer in the
49 .\"    documentation and/or other materials provided with the distribution.
50 .\" 3. All advertising materials mentioning features or use of this software
51 .\"    must display the following acknowledgement:
52 .\"     This product includes software developed for the NetBSD Project by
53 .\"     Wasabi Systems, Inc.
54 .\" 4. The name of Wasabi Systems, Inc. may not be used to endorse
55 .\"    or promote products derived from this software without specific prior
56 .\"    written permission.
57 .\"
58 .\" THIS SOFTWARE IS PROVIDED BY WASABI SYSTEMS, INC. ``AS IS'' AND
59 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
60 .\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
61 .\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL WASABI SYSTEMS, INC
62 .\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
63 .\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
64 .\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
65 .\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
66 .\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
67 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
68 .\" POSSIBILITY OF SUCH DAMAGE.
69 .\"
70 .Dd December 23, 2008
71 .Dt MPT 4
72 .Os
73 .Sh NAME
74 .Nm mpt
75 .Nd LSI Fusion-MPT SCSI/Fibre Channel driver
76 .Sh SYNOPSIS
77 .Cd "device mpt"
78 .Cd "device scbus"
79 .Sh DESCRIPTION
80 The
81 .Nm
82 driver provides support
83 for the LSI Logic Fusion-MPT family of
84 .Tn SCSI
85 and
86 .Tn Fibre Channel
87 controllers:
88 .Pp
89 .Bl -bullet -compact -offset indent
90 .It
91 53c1030
92 .Pq Dual Ultra320 Tn SCSI
93 .It
94 FC909
95 .Pq 1Gb/s Tn Fibre Channel
96 .It
97 FC909A
98 .Pq Dual 1Gb/s Tn Fibre Channel
99 .It
100 FC919
101 .Pq 2Gb/s Tn Fibre Channel
102 .It
103 FC929,
104 FC929X
105 .Pq Dual 2Gb/s Tn Fibre Channel
106 .El
107 .Pp
108 Some mainboards, e.g.
109 the
110 .Ql "IBM e335"
111 have a single port
112 .Li 53c1030
113 controller.
114 .Sh SEE ALSO
115 .Xr cd 4 ,
116 .Xr ch 4 ,
117 .Xr pci 4 ,
118 .Xr scsi 4 ,
119 .Xr sd 4 ,
120 .Xr st 4
121 .Rs
122 .%T "LSI Logic Website"
123 .%O http://www.lsilogic.com/
124 .Re
125 .Sh HISTORY
126 The
127 .Nm
128 driver first appeared in
129 .Fx 4.6 .
130 .Sh AUTHORS
131 .An -nosplit
132 The
133 .Nm
134 driver was originally written for
135 .Fx
136 by
137 .An Greg Ansley
138 and substantially improved upon
139 by
140 .An Matt Jacob Aq mjacob@FreeBSD.org .