diff options
Diffstat (limited to 'static/openbsd/man4/mpii.4')
| -rw-r--r-- | static/openbsd/man4/mpii.4 | 107 |
1 files changed, 107 insertions, 0 deletions
diff --git a/static/openbsd/man4/mpii.4 b/static/openbsd/man4/mpii.4 new file mode 100644 index 00000000..367e003e --- /dev/null +++ b/static/openbsd/man4/mpii.4 @@ -0,0 +1,107 @@ +.\" $OpenBSD: mpii.4,v 1.18 2025/11/29 23:19:12 jsg Exp $ +.\" +.\" Copyright (c) 2010 Marco Peereboom <marco@openbsd.org> +.\" 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 +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: November 29 2025 $ +.Dt MPII 4 +.Os +.Sh NAME +.Nm mpii +.Nd LSI Logic Fusion-MPT Message Passing Interface II +.Sh SYNOPSIS +.Cd "mpii* at pci?" +.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 +LSISAS2004, +LSISAS2008, +LSISAS2108, +LSISAS2208, +LSISAS2308, +LSISAS3004, +LSISAS3008, +LSISAS3108, +LSISAS3216, +LSISAS3224, +LSISAS3316, +LSISAS3324, +LSISAS3408, +LSISAS3416, +LSISAS3508, +LSISAS3516, +LSISAS3808, +LSISAS3816, +LSISAS3908, +LSISAS3916 +.El +.Pp +These chipsets can be found on the following controllers: +.Pp +.Bl -dash -offset indent -compact +.It +Dell PERC H200, HBA330, HBA345, HBA350, HBA355, 12Gbps SAS HBA +.It +IBM ServeRAID H1110 +.It +Lenovo N2215, ThinkSystem 430, ThinkSystem 440 +.It +LSI SAS 9200-8e, SAS 9207-8i, SAS 9211-4i, SAS 9211-8i +.It +Broadcom SAS 9300, HBA 9400, HBA 9500 +.It +Oracle SPARC T Series Platforms +.It +Supermicro AOC-S3808, AOC-S3816 +.El +.Pp +Some models of these controllers carry an Integrated RAID (IR) firmware +providing support for RAID levels 0, 1, 1E, 5 or 10 using SAS or SATA drives. +All RAID configuration is done through the controllers' BIOSes. +.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 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An James Giannoules +and +.An Mike Belopuhov . +.Sh BUGS +The chips supported by +.Nm +do not use a SCSI-like identifier. +Instead they use an opaque ID and leave discovery order up to the operating +system. +The code to handle this is currently not implemented and therefore it is not a +good idea to run this driver on a multi-boot machine. |
