diff options
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/Makefile | 7 | ||||
-rw-r--r-- | share/man/man4/mpii.4 | 61 |
2 files changed, 65 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 589db098346..52dbab72585 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.493 2009/10/04 16:08:37 michele Exp $ +# $OpenBSD: Makefile,v 1.494 2009/10/27 11:27:37 dlg Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \ @@ -31,8 +31,9 @@ MAN= aac.4 ac97.4 acphy.4 \ kate.4 km.4 ksyms.4 kue.4 lc.4 lge.4 lii.4 lisa.4 lkm.4 lm.4 \ lmc.4 lmenv.4 lmn.4 lmtemp.4 lo.4 lofn.4 lpt.4 lxtphy.4 luphy.4 \ maestro.4 mainbus.4 malo.4 maxds.4 maxtmp.4 mbg.4 midi.4 mii.4 mfi.4 \ - moscom.4 mos.4 mpe.4 mpath.4 mpi.4 mpu.4 msk.4 msts.4 mtd.4 mtdphy.4 \ - multicast.4 mtio.4 myx.4 ne.4 neo.4 netintro.4 nfe.4 nge.4 nmea.4 \ + moscom.4 mos.4 mpe.4 mpath.4 mpi.4 mpii.4 mpu.4 msk.4 msts.4 mtd.4 \ + mtdphy.4 multicast.4 mtio.4 myx.4 \ + ne.4 neo.4 netintro.4 nfe.4 nge.4 nmea.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 otus.4 \ owid.4 owsbm.4 \ diff --git a/share/man/man4/mpii.4 b/share/man/man4/mpii.4 new file mode 100644 index 00000000000..9b0e6c7b650 --- /dev/null +++ b/share/man/man4/mpii.4 @@ -0,0 +1,61 @@ +.\" $OpenBSD: mpii.4,v 1.1 2009/10/27 11:27:37 dlg Exp $ +.\" +.\" Copyright (c) 2009 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 $Mdocdate: October 27 2009 $ +.Dt MPII 4 +.Os +.Sh NAME +.Nm mpi +.Nd LSI Logic Fusion-MPT Message Passing Interface II +.Sh SYNOPSIS +.Cd "mpii* at pci?" +.Cd "scsibus* at mpii?" +.Sh DESCRIPTION +The +.Nm +driver provides support for storage controllers using the +LSI Logic Fusion-MPT Message Passing Interface II +family of chipsets: +.Pp +.Bl -dash -offset indent -compact +.It +LSISAS2008 +.El +.Pp +These chipsets can be found on the following controllers: +.Pp +.Bl -dash -offset indent -compact +.It +LSI SAS 9200-8e, +LSI SAS 9211-4i, +LSI SAS 9211-8i +.El +.Pp +Some models of these controllers have varying degrees of support for RAID 0 +and RAID 1. +.Sh SEE ALSO +.Xr bio 4 , +.Xr intro 4 , +.Xr pci 4 , +.Xr scsi 4 , +.Xr bioctl 8 , +.Xr sensorsd 8 , +.Xr sysctl 8 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 4.7 . |