diff options
Diffstat (limited to 'share/man/man4/mpii.4')
-rw-r--r-- | share/man/man4/mpii.4 | 61 |
1 files changed, 61 insertions, 0 deletions
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 . |