xref: /freebsd/share/man/man4/mpt.4 (revision 6b3455a7665208c366849f0b2b3bc916fb97516e)
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$
37.\"
38.Dd November 7, 2003
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"
46.Cd "device scbus"
47.Sh DESCRIPTION
48The
49.Nm
50driver provides support
51for the LSI Logic Fusion-MPT family of
52.Tn SCSI
53and
54.Tn Fibre Channel
55controllers:
56.Pp
57.Bl -bullet -compact -offset indent
58.It
5953c1030
60(Dual Ultra320
61.Tn SCSI )
62.It
63FC909
64(1Gb/s
65.Tn Fibre Channel )
66.It
67FC909A
68(Dual 1Gb/s
69.Tn Fibre Channel )
70.It
71FC919
72(2Gb/s
73.Tn Fibre Channel )
74.It
75FC929
76(Dual 2Gb/s
77.Tn Fibre Channel )
78.El
79.Pp
80Some mainboards, e.g.\&
81the
82.Dq "IBM e335"
83have a single port
8453c1030
85controller.
86.Sh SEE ALSO
87.Xr cd 4 ,
88.Xr ch 4 ,
89.Xr pci 4 ,
90.Xr scsi 4 ,
91.Xr sd 4 ,
92.Xr st 4
93.Rs
94.%T "LSI Logic Website"
95.%O http://www.lsilogic.com/
96.Re
97.Sh HISTORY
98The
99.Nm
100driver first appeared in
101.Fx 4.6 .
102.Sh AUTHORS
103.An -nosplit
104The
105.Nm
106driver was originally written for
107.Fx
108by
109.An Greg Ansley
110and substantially improved upon
111by
112.An Matt Jacob Aq mjacob@FreeBSD.org .
113