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 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" 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.Sh HARDWARE 57The following controllers are supported by the 58.Nm 59driver: 60.Pp 61.Bl -bullet -compact 62.It 63LSI Logic 53c1030 64(Dual Ultra320 65.Tn SCSI ) 66.It 67LSI Logic FC909 68(1Gb/s 69.Tn Fibre Channel ) 70.It 71LSI Logic FC909A 72(Dual 1Gb/s 73.Tn Fibre Channel ) 74.It 75LSI Logic FC919 76(2Gb/s 77.Tn Fibre Channel ) 78.It 79LSI Logic FC929, 80LSI Logic FC929X 81(Dual 2Gb/s 82.Tn Fibre Channel ) 83.El 84.Pp 85The 86.Tn SCSI 87controller chips supported by the 88.Nm 89driver can be found onboard on many systems including: 90.Pp 91.Bl -bullet -compact 92.It 93Dell PowerEdge 1750 94.It 95IBM eServer xSeries 335 96.El 97.Sh SEE ALSO 98.Xr cd 4 , 99.Xr ch 4 , 100.Xr pci 4 , 101.Xr scsi 4 , 102.Xr sd 4 , 103.Xr st 4 104.Rs 105.%T "LSI Logic Website" 106.%O http://www.lsilogic.com/ 107.Re 108.Sh HISTORY 109The 110.Nm 111driver first appeared in 112.Fx 4.6 . 113.Sh AUTHORS 114.An -nosplit 115The 116.Nm 117driver was originally written for 118.Fx 119by 120.An Greg Ansley 121and substantially improved upon 122by 123.An Matt Jacob Aq mjacob@FreeBSD.org . 124