diff options
author | David Gwynne <dlg@cvs.openbsd.org> | 2006-05-27 19:42:40 +0000 |
---|---|---|
committer | David Gwynne <dlg@cvs.openbsd.org> | 2006-05-27 19:42:40 +0000 |
commit | 61fd7a52fd58b1fe43116a9a91fb6c7b43ee1e2b (patch) | |
tree | 163f9008e2cab4ef3df2377ad61c081c1e4483cc /share | |
parent | 44814ac11a22bcf30cb18b76745889010f56f9a6 (diff) |
document mpi(4).
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/Makefile | 6 | ||||
-rw-r--r-- | share/man/man4/mpi.4 | 78 |
2 files changed, 81 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 2fb673ff423..6062bf04b81 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.360 2006/05/18 18:20:36 marco Exp $ +# $OpenBSD: Makefile,v 1.361 2006/05/27 19:42:39 dlg Exp $ MAN= aac.4 ac97.4 acphy.4 acpi.4 acpihpet.4 acpitimer.4 \ adc.4 addcom.4 admcts.4 admlc.4 admtemp.4 \ @@ -24,8 +24,8 @@ MAN= aac.4 ac97.4 acphy.4 acpi.4 acpihpet.4 acpitimer.4 \ ises.4 isp.4 it.4 iwi.4 ixgb.4 ksyms.4 kue.4 lc.4 lge.4 lkm.4 lm.4 \ lmc.4 lmenv.4 lmtemp.4 lo.4 lofn.4 lpt.4 lxtphy.4 luphy.4 \ maestro.4 maxds.4 maxtmp.4 midi.4 \ - mii.4 mfi.4 mpt.4 mpu.4 mtd.4 mtdphy.4 multicast.4 mtio.4 ne.4 neo.4 \ - netintro.4 nfe.4 nge.4 noct.4 nofn.4 nsclpcsio.4 nsgphy.4 \ + mii.4 mfi.4 mpi.4 mpt.4 mpu.4 mtd.4 mtdphy.4 multicast.4 mtio.4 ne.4 \ + neo.4 netintro.4 nfe.4 nge.4 noct.4 nofn.4 nsclpcsio.4 nsgphy.4 \ nsphy.4 nsphyter.4 null.4 nviic.4 ohci.4 opl.4 options.4 \ onewire.4 oosiop.4 osiop.4 owid.4 owtemp.4 \ pcagpio.4 pcdisplay.4 pchb.4 pci.4 pcib.4 pcfadc.4 \ diff --git a/share/man/man4/mpi.4 b/share/man/man4/mpi.4 new file mode 100644 index 00000000000..c4b548aba35 --- /dev/null +++ b/share/man/man4/mpi.4 @@ -0,0 +1,78 @@ +.\" $OpenBSD: mpi.4,v 1.1 2006/05/27 19:42:39 dlg Exp $ +.\" +.\" Copyright (c) 2006 David Gwynne <dlg@openbsd.org> +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" TORTIOUS ACTION, ARISING OUT OF +.\" PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd May 28, 2006 +.Dt MPI 4 +.Os +.Sh NAME +.Nm mpi +.Nd LSI Logic Fusion-MPT Message Passing Interface +.Sh SYNOPSIS +.Cd "mpi* at pci?" +.Cd "scsibus* at mpt?" +.Sh DESCRIPTION +The +.Nm +driver provides support +for the LSI Logic Fusion-MPT family of storage controllers: +.Pp +.Bl -bullet -compact -offset indent +.It +53c1020 +.Pq Single Ultra320 Tn SCSI +.It +53c1030 +.Pq Dual Ultra320 Tn SCSI +.It +FC909 +.Pq 1Gb/s Tn Fibre Channel +.It +FC909A +.Pq Dual 1Gb/s Tn Fibre Channel +.It +FC919 +.Pq 2Gb/s Tn Fibre Channel +.It +FC929 +.Pq Dual 2Gb/s Tn Fibre Channel +.It +Emulated in VMWare ESX Server 2 +.El +.Sh SEE ALSO +.Xr cd 4 , +.Xr ch 4 , +.Xr intro 4 , +.Xr pci 4 , +.Xr safte 4 , +.Xr scsi 4 , +.Xr sd 4 , +.Xr ses 4 , +.Xr ss 4 , +.Xr st 4 , +.Xr uk 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 4.0 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An David Gwynne Aq dlg@openbsd.org +and +.An Marco Peereboom Aq marco@openbsd.org . |