xref: /dragonfly/share/man/man4/mpt.4 (revision c03f08f3)
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 November 7, 2003
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
80The
81.Nm
82driver provides support
83for the LSI Logic Fusion-MPT family of
84.Tn SCSI
85and
86.Tn Fibre Channel
87controllers:
88.Pp
89.Bl -bullet -compact -offset indent
90.It
9153c1030
92.Pq Dual Ultra320 Tn SCSI
93.It
94FC909
95.Pq 1Gb/s Tn Fibre Channel
96.It
97FC909A
98.Pq Dual 1Gb/s Tn Fibre Channel
99.It
100FC919
101.Pq 2Gb/s Tn Fibre Channel
102.It
103FC929
104.Pq Dual 2Gb/s Tn Fibre Channel
105.El
106.Pp
107Some mainboards, e.g.
108the
109.Ql "IBM e335"
110have a single port
111.Li 53c1030
112controller.
113.Sh SEE ALSO
114.Xr cd 4 ,
115.Xr ch 4 ,
116.Xr pci 4 ,
117.Xr scsi 4 ,
118.Xr sd 4 ,
119.Xr st 4
120.Rs
121.%T "LSI Logic Website"
122.%O http://www.lsilogic.com/
123.Re
124.Sh HISTORY
125The
126.Nm
127driver first appeared in
128.Fx 4.6 .
129.Sh AUTHORS
130.An -nosplit
131The
132.Nm
133driver was originally written for
134.Fx
135by
136.An Greg Ansley
137and substantially improved upon
138by
139.An Matt Jacob Aq mjacob@FreeBSD.org .
140