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 80(Dual 2Gb/s 81.Tn Fibre Channel ) 82.El 83.Pp 84The 85.Tn SCSI 86controller chips supprted by the 87.Nm 88driver can be found onboard on many systems including: 89.Pp 90.Bl -bullet -compact 91.It 92Dell PowerEdge 1750 93.It 94IBM eServer xSeries 335 95.El 96.Sh SEE ALSO 97.Xr cd 4 , 98.Xr ch 4 , 99.Xr pci 4 , 100.Xr scsi 4 , 101.Xr sd 4 , 102.Xr st 4 103.Rs 104.%T "LSI Logic Website" 105.%O http://www.lsilogic.com/ 106.Re 107.Sh HISTORY 108The 109.Nm 110driver first appeared in 111.Fx 4.6 . 112.Sh AUTHORS 113.An -nosplit 114The 115.Nm 116driver was originally written for 117.Fx 118by 119.An Greg Ansley 120and substantially improved upon 121by 122.An Matt Jacob Aq mjacob@FreeBSD.org . 123