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